Yes you need to list all files, or the files you need, and then read them in serial or parallel order (per your preference). A "directory" can't be read on its own.
On Tue, Nov 13, 2012 at 7:10 AM, Mohit Anchlia <[email protected]> wrote: > Using Java dfs api is it possible to read all the files in a directory? Or > do I need to list all the files in the directory and then read it? -- Harsh J
