Re: How to run PySpark tests?

2016-02-19 Thread Holden Karau
gt; Compiling with `build/mvn -Pyarn -Phadoop-2.4 -Phive >> -Dhadoop.version=2.4.0 >> -DskipTests clean package` followed by `python/run-tests` seemed to do the >> trick! Thanks! >> >> >> >> -- >> View this message in context: >> http://apache-spark-deve

Re: How to run PySpark tests?

2016-02-18 Thread Holden Karau
View this message in context: > http://apache-spark-developers-list.1001551.n3.nabble.com/How-to-run-PySpark-tests-tp16357p16362.html > Sent from the Apache Spark Developers List mailing list archive at > Nabble.com. > > ---

Re: How to run PySpark tests?

2016-02-18 Thread Jason White
Compiling with `build/mvn -Pyarn -Phadoop-2.4 -Phive -Dhadoop.version=2.4.0 -DskipTests clean package` followed by `python/run-tests` seemed to do the trick! Thanks! -- View this message in context: http://apache-spark-developers-list.1001551.n3.nabble.com/How-to-run-PySpark-tests

Re: How to run PySpark tests?

2016-02-18 Thread Holden Karau
ere any better documentation somewhere about how to run the PySpark > tests? > > > > -- > View this message in context: > http://apache-spark-developers-list.1001551.n3.nabble.com/How-to-run-PySpark-tests-tp16357.html > Sent from the Apache Spark Developers List mailing

How to run PySpark tests?

2016-02-18 Thread Jason White
ts? -- View this message in context: http://apache-spark-developers-list.1001551.n3.nabble.com/How-to-run-PySpark-tests-tp16357.html Sent from the Apache Spark Developers List mailing list archive at Nabble.com. - To uns