Is it possible to do that?
I can access files at HDFS by specifying the URI below.
FileSystem fileSys = FileSystem.get(new URI("hdfs://server:9000"), conf); But I don't know how to do that for JobConf. Thanks, -Songting
Is it possible to do that?
I can access files at HDFS by specifying the URI below.
FileSystem fileSys = FileSystem.get(new URI("hdfs://server:9000"), conf); But I don't know how to do that for JobConf. Thanks, -Songting