I\'ve searched for some time now and none of the solutions seem to work for me.
Pretty straightforward - I want to upload data from my local file system to HDFS using th
Kasa, you need to use the method
public static FileSystem get(URI uri,Configuration conf)
to get fs, the uri params is necessary if you use java -jar command.
fs
java -jar