Re: Cannot create an instance of InputFormat

2012-01-17 Thread Aniket Mokashi
Everything in auxlib is added to HADOOP_CLASSPATH. But, the paths in HADOOP_CLASSPATH are added to the class path of the Job Client, but they are not added to the class path of the Task Trackers. Therefore if you put a JAR called MyJar.jar on the HADOOP_CLASSPATH and don't do anything to make it av

Re: Cannot create an instance of InputFormat

2012-01-17 Thread Edward Capriolo
I generally have to put them in my hadoop classpath or hive-0.8.0/auxlib folder. I never quite understood why buy the classpath that reads the data seems different from the classpath that processes the data. Hence the distrinction between add jar and auxlib. Edward On Tue, Jan 17, 2012 at 6:39 AM