Re: hadoop 2.6 jar command doesn't load text files in classpath

2015-10-15 Thread Bourgon, Armel
ich is the main entry point of the "hadoop jar" > command. > > If you have a simplified consistent repro that demonstrates the problem, > then I suggest filing a JIRA for further investigation. Thanks again. > > --Chris Nauroth > > > > > On 10/15/15, 2:40 P

hadoop 2.6 jar command doesn't load text files in classpath

2015-10-15 Thread Bourgon, Armel
Hello, To give you a bit of context, I wrote a java library that aims to provide an easy way to coordinate multiple MR jobs and execute them with a single jar submission. The final result is a "fat jar” (build using the maven assembly plugin) that contains the different Mapper and Reducer