SyntaxFix
Write A Post
Hire A Developer
Questions
I resolved the same issue by adding this property to hdfs-site.xml
hdfs-site.xml
<property> <name>fs.default.name</name> <value>hdfs://localhost:9000</value> </property>