I figured out the cause...brew is updated to scala 2.11 and I got the
latest scala version...
Once I reverted back to 2.10.4, HEAD and 1.0.1 tag compiles fine...
On Sat, Jul 19, 2014 at 1:24 PM, Chester Chen wrote:
> Works for me as well:
>
>
> git branch
>
> branch-0.9
>
> branch-1.0
>
>
Works for me as well:
git branch
branch-0.9
branch-1.0
* master
Chesters-MacBook-Pro:spark chester$ git pull --rebase
remote: Counting objects: 578, done.
remote: Compressing objects: 100% (369/369), done.
remote: Total 578 (delta 122), reused 418 (delta 71)
Receiving objects: 100% (5
> project mllib
.
.
.
> clean
.
.
.
> compile
.
.
.
>test
...all works fine for me @2a732110d46712c535b75dd4f5a73761b6463aa8
On Sat, Jul 19, 2014 at 11:10 AM, Debasish Das
wrote:
> I am at the reservoir sampling commit:
>
> commit 586e716e47305cd7c2c3ff35c0e828b63ef2f6a8
> Author: Reynold Xin
I am at the reservoir sampling commit:
commit 586e716e47305cd7c2c3ff35c0e828b63ef2f6a8
Author: Reynold Xin
Date: Fri Jul 18 12:41:50 2014 -0700
sbt/sbt -Dhttp.nonProxyHosts=132.197.10.21
> project mllib
[info] Set current project to spark-mllib (in build
file:/Users/v606014/spark-master/)
>
Hi,
Is sbt still used for master compilation ? I could compile for
2.3.0-cdh5.0.2 using maven following the instructions from the website:
http://spark.apache.org/docs/latest/building-with-maven.html
But when I am trying to use sbt for local testing and then I am getting
some weird errors...Is s