Re: How I list files in HDFS?

2015-02-05 Thread Susheel Kumar Gadalay
(); System.out.println(File Name : + generatedFile); } On 2/5/15, xeonmailinglist xeonmailingl...@gmail.com wrote: Hi, I want to list files in the HDFS using the |FileUtil.listFiles| but all I get is IOException errors. The code, error and the output is below. How I list files

How I list files in HDFS?

2015-02-05 Thread xeonmailinglist
Hi, I want to list files in the HDFS using the |FileUtil.listFiles| but all I get is IOException errors. The code, error and the output is below. How I list files in HDFS? |Exception in thread main java.io.IOException: Invalid directory or I/O error occurred for dir: /outputmp | I have

Re: How I list files in HDFS?

2015-02-05 Thread Azuryy Yu
xeonmailingl...@gmail.com wrote: Hi, I want to list files in the HDFS using the FileUtil.listFiles but all I get is IOException errors. The code, error and the output is below. How I list files in HDFS? Exception in thread main java.io.IOException: Invalid directory or I/O error