Java/Scala remote HDFS usage Java/Scala remote HDFS usage hadoop hadoop

Java/Scala remote HDFS usage


You'll need to find the fs.default.name property in the $HADOOP_HOME/conf/core-site.xml on the server running the Name Node (HDFS master) to get the correct port. It might be 8020, or it could be something else. That's what you should use. Make sure there's no firewall between you and the server that disallows connections on the port.