Job vs. Configuration

2009-08-11 Thread Chris K Wensel
Hey all Looking at (converting to) the new .20 API, I see that the static config setters take Job or JobContext, not Configuration. public static Path[] getInputPaths(JobContext context) I get the utility of this from the perspective of a user writing hadoop jobs. a lot less

Job vs. Configuration

2009-08-10 Thread Chris K Wensel
Hey all Looking at (converting to) the new .20 API, I see that the static config setters take Job or JobContext, not Configuration. public static Path[] getInputPaths(JobContext context) I get the utility of this from the perspective of a user writing hadoop jobs. a lot less