Re: Errors from Sbt Test

2014-07-02 Thread Taka Shinagawa
>> Do those also happen if you run other hadoop versions (e.g. try 1.0.4)? With Hadoop 1.0.4, the sbt test completed with fewer errors than with Hadoop 1.2.1. I'll run the test for other Hadoop versions and report back later. sbt test errors with Hadoop 1.0.4 [inf

Re: Errors from Sbt Test

2014-07-01 Thread Taka Shinagawa
If I remember correctly, similar/same errors happened with other hadoop versions. I need to rebuild it with those and compare the logs. On Tue, Jul 1, 2014 at 1:04 AM, Patrick Wendell wrote: > Do those also happen if you run other hadoop versions (e.g. try 1.0.4)? > > On Tue, Jul 1, 2014 at 1:0

Re: Errors from Sbt Test

2014-07-01 Thread Patrick Wendell
Do those also happen if you run other hadoop versions (e.g. try 1.0.4)? On Tue, Jul 1, 2014 at 1:00 AM, Taka Shinagawa wrote: > Since Spark 1.0.0, I've been seeing multiple errors when running sbt test. > > I ran the following commands from Spark 1.0.1 RC1 on Mac OSX 10.9.2. > > $ sbt/sbt clean >

Errors from Sbt Test

2014-07-01 Thread Taka Shinagawa
Since Spark 1.0.0, I've been seeing multiple errors when running sbt test. I ran the following commands from Spark 1.0.1 RC1 on Mac OSX 10.9.2. $ sbt/sbt clean $ SPARK_HADOOP_VERSION=1.2.1 sbt/sbt assembly $ sbt/sbt test I'm attaching the log file generated by the sbt test. Here's the summary