czha168

Results 2 issues of czha168

Hi, gang, There is an error in bin/cubert when running on any case sensitive OS, such as Linux or MacOS. Line 13: CUBERT_JAR=`echo $CUBERT_HOME/lib/cubert-*.jar` Should be: CUBERT_JAR=`echo $CUBERT_HOME/lib/Cubert-*.jar` Good job...

Hi, gang, When I try to run tutorial, I got the following error message: Exception in thread "main" java.lang.IncompatibleClassChangeError: Found interface org.apache.hadoop.mapreduce.JobContext, but class was expected at com.linkedin.cubert.io.CubertInputFormat.getSplits(CubertInputFormat.java:74) at org.apache.hadoop.mapreduce.JobSubmitter.writeNewSplits(JobSubmitter.java:493)...