Re: JAR containing org.apache.hadoop.mapreduce.lib.input.FileInputFormat

2015-07-10 Thread Ted Yu
For hadoop 2.x : tvf ~/2-hadoop/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/target/hadoop-mapreduce-client-core-2.8.0-SNAPSHOT.jar | grep FileInputFormat.class ... 17552 Fri Apr 24 15:57:54 PDT 2015 org/apache/hadoop/mapreduce/lib/input/FileInputFormat.class

JAR containing org.apache.hadoop.mapreduce.lib.input.FileInputFormat

2015-07-10 Thread Lincoln Atkinson
Sorry, only indirectly Spark-related. I've attempting to create a .NET proxy for spark-core, using JNI4NET. At the moment I'm stuck with the following error when running the proxy generator: java.lang.NoClassDefFoundError: org.apache.hadoop.mapreduce.lib.input.FileInputFormat I've resolved