Re: File not found error running query in spark-shell

2015-12-16 Thread Jakob Odersky
For future reference, this should be fixed with PR #10337 ( https://github.com/apache/spark/pull/10337) On 16 December 2015 at 11:01, Jakob Odersky wrote: > Yeah, the same kind of error actually happens in the JIRA. It actually > succeeds but a load of exceptions are thrown. Subsequent runs don'

Re: File not found error running query in spark-shell

2015-12-16 Thread Jakob Odersky
Yeah, the same kind of error actually happens in the JIRA. It actually succeeds but a load of exceptions are thrown. Subsequent runs don't produce any errors anymore. On 16 December 2015 at 10:55, Ted Yu wrote: > The first run actually worked. It was the amount of exceptions preceding > the resu

Re: File not found error running query in spark-shell

2015-12-16 Thread Ted Yu
The first run actually worked. It was the amount of exceptions preceding the result that surprised me. I want to see if there is a way of getting rid of the exceptions. Thanks On Wed, Dec 16, 2015 at 10:53 AM, Jakob Odersky wrote: > When you re-run the last statement a second time, does it wor

Re: File not found error running query in spark-shell

2015-12-16 Thread Jakob Odersky
When you re-run the last statement a second time, does it work? Could it be related to https://issues.apache.org/jira/browse/SPARK-12350 ? On 16 December 2015 at 10:39, Ted Yu wrote: > Hi, > I used the following command on a recently refreshed checkout of master > branch: > > ~/apache-maven-3.3.

File not found error running query in spark-shell

2015-12-16 Thread Ted Yu
Hi, I used the following command on a recently refreshed checkout of master branch: ~/apache-maven-3.3.3/bin/mvn -Phive -Phive-thriftserver -Pyarn -Phadoop-2.4 -Dhadoop.version=2.7.0 package -DskipTests I was then running simple query in spark-shell: Seq( (83, 0, 38), (26, 0, 79),