Re: spark-submit conflicts with dependencies

2015-01-28 Thread Sean Owen
for this? >> >> Greg >> >> >> >> -- >> View this message in context: >> http://apache-spark-user-list.1001560.n3.nabble.com/spark-submit-conflicts-with-dependencies-tp8909p21399.html >> Sent from the Apache Spark User List mailing list archive at

Re: spark-submit conflicts with dependencies

2015-01-27 Thread Ted Yu
r:1.6 but we're using > commons-configuration:commons 1.8 > Is there any workaround for this? > > Greg > > > > -- > View this message in context: > http://apache-spark-user-list.1001560.n3.nabble.com/spark-submit-conflicts-with-dependencies-tp8909p21399.html &g

Re: spark-submit conflicts with dependencies

2015-01-27 Thread soid
60.n3.nabble.com/spark-submit-conflicts-with-dependencies-tp8909p21399.html Sent from the Apache Spark User List mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@spark.apache.org For additional comman

spark-submit conflicts with dependencies

2014-07-07 Thread Robert James
When I use spark-submit (along with spark-ec2), I get dependency conflicts. spark-assembly includes older versions of apache commons codec and httpclient, and these conflict with many of the libs our software uses. Is there any way to resolve these? Or, if we use the precompiled spark, can we si