-
Feb 8th, 2013, 01:15 AM
#1
How to provide access to multiple Input-paths to a job
I am trying to port an existing Hadoop application which requires access to multiple input-paths. In the current application, this is achieved using: FileInputFormat.addInputPath( job, listedPaths[i] )
The addInputPath() method here adds the Path to the list of inputs for the map-reduce job.
Is there a way in Spring Hadoop to achieve the same? Please suggest. Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules