HDFS IO oprations.
HDFS IO oprations.
Please refer to Install Hadoop on win10
HDFS basic oprations such as list path information, create file, write file, read file and etc.
// HDFS server's address
String uri = "hdfs://localhost:9000/";
javac Test.java
java Test