RE: problems running spark tests

2015-07-02 Thread Li, Rui
[mailto:ser...@hortonworks.com] Sent: Friday, July 03, 2015 6:32 AM To: dev@hive.apache.org Subject: Re: problems running spark tests I was able to get the tests to run with the parameter Hari suggested, on a different (Linux) machine. However, on my Mac laptop, the bin/ part of spark directory is

Re: problems running spark tests

2015-07-02 Thread Sergey Shelukhin
I was able to get the tests to run with the parameter Hari suggested, on a different (Linux) machine. However, on my Mac laptop, the bin/ part of spark directory is not regenerated. I guess I will do the usual shamanic dances like nuking the maven repo, re-cloning the code, etc., next time I need

Re: problems running spark tests

2015-07-02 Thread Hari Subramaniyan
Can you try running with -Dspark.query.files instead of -Dqfile from itests directory Thanks Hari > On Jul 2, 2015, at 10:32 AM, "Sergey Shelukhin" > wrote: > > Hi. I am trying to run TestSparkCliDriver. > > 1) Spark tests do not appear to support specifying a query like other > tests; when

Re: problems running spark tests

2015-07-02 Thread Szehon Ho
This works for me.. mvn test -Dtest=TestSparkCliDriver -Dqfile=join1.q -Phadoop-2 For multiple tests you might need to add quotes around the comma-separated list. I haven't seen that error, did you run from itests directory? There are some steps in pom to copy over the spark scripts needed to ru