SyntaxFix
Write A Post
Hire A Developer
Questions
Hi Edit your conf/core-site.xml and change localhost to 0.0.0.0. Use the conf below. That should work.
<configuration> <property> <name>fs.default.name</name> <value>hdfs://0.0.0.0:9000</value> </property>