Hi Matei, I've confirmed some points on my environment(OS X 10.8.4 and HotSpotVM 1.6.0_37): 1. sbt/sbt assembly works correctly. 2. sbt/sbt package works correctly. 2. sbt/sbt test works correctly(its results are grean). 4. ./run-example org.apache.spark.examples.SparkPi local 1000
Thanks, Tsuyoshi On Tue, Sep 3, 2013 at 1:32 PM, Henry Saputra <[email protected]> wrote: > Hi Matei, > > Are we "locking" pull requests to github repo by tomorrow? > Meaning no more push to GitHub repo for Spark. > > From your email seems like there will be more potential pull requests for > github repo to be merged back to ASF Git repo. > > - Henry > > On Monday, September 2, 2013, Matei Zaharia wrote: > >> Hi everyone, >> >> In preparation for the 0.8 release, I've put together a first release >> candidate mostly to help mentors or more experienced Apache people check >> whether the licensing, POMs, etc are right: >> http://www.cs.berkeley.edu/~matei/spark-0.8.0-incubating-RC1.tgz. I've >> tried to write the LICENSE, NOTICE, and POMs as required by Apache. Please >> take a look if you have a chance -- the ReadMe contains instructions on how >> to build it and launch the shell. >> >> This first release candidate is still missing some doc pages, so it won't >> be the final release, but it should have in place all the packaging stuff >> we'd like for 0.8, and it should be able to run out of the box on Linux, >> Windows and Mac OS X. Feel free to also test it for functionality; we may >> merge in a couple more bug fixes but most of the functionality will be >> there. >> >> Matei -- - Tsuyoshi
