Can I actually include another version of guava in the classpath when launching the example through spark submit?
-- Henri Maxime Demoulin 2015-06-25 10:57 GMT-04:00 Max Demoulin <max...@cs.duke.edu>: > I see, thank you! > > -- > Henri Maxime Demoulin > > 2015-06-25 5:54 GMT-04:00 Steve Loughran <ste...@hortonworks.com>: > >> you are using a guava version on the classpath which your version of >> Hadoop can't handle. try a version < 15 or build spark against Hadoop 2.7.0 >> >> > On 24 Jun 2015, at 19:03, maxdml <max...@cs.duke.edu> wrote: >> > >> > Exception in thread "main" java.lang.NoSuchMethodError: >> > com.google.common.base.Stopwatch.elapsedMillis()J >> > at >> > >> org.apache.hadoop.mapred.FileInputFormat.listStatus(FileInputFormat.java:245) >> > at >> > >> org.apache.hadoop.mapred.FileInputFormat.getSplits(FileInputFormat.java:313) >> >> >