|
|
-
Using hdfs:// in FileInputFormat.setInputPaths(conf, new Path(args[0]));Mohit Anchlia 2012-02-21, 22:37
Can I do something like this?
FileInputFormat.*setInputPaths*(conf, *new* Path("hdfs://host:port/file")); Examples I am seeing are all using the dir/file. I haven't seen them using hdfs? If I am running mapred from remote machine then how do I configure it? |