bq. how was the "spark...example...jar" file build? You can use the following command to build against hadoop 2.4:
mvn -Phadoop-2.4,yarn -Dhadoop.version=2.4.1 -DskipTests clean package examples jar can be found under examples/target Cheers On Sat, Aug 30, 2014 at 6:54 AM, Akhil Das <[email protected]> wrote: > It bundles all these src's > https://github.com/apache/spark/tree/master/examples together and also it > uses the pom file to get the dependencies list if I'm not wrong. > > Thanks > Best Regards > > > On Fri, Aug 29, 2014 at 12:39 AM, filipus <[email protected]> wrote: > >> hey guys >> >> i still try to get used to compile and run the example code >> >> why does the run_example code submit the class with an >> org.apache.spark.examples in front of the class itself? >> >> probably a stupid question but i would be glad some one of you explains >> >> by the way.. how was the "spark...example...jar" file build? >> >> >> >> -- >> View this message in context: >> http://apache-spark-user-list.1001560.n3.nabble.com/org-apache-spark-examples-xxx-tp13052.html >> Sent from the Apache Spark User List mailing list archive at Nabble.com. >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> >
