[GitHub] spark pull request: Vagrant support for Spark

2014-02-27 Thread ngbinh
GitHub user ngbinh opened a pull request: https://github.com/apache/spark/pull/26 Vagrant support for Spark This PR uses Vagrant to create a clusters of three VMs, one master and two workers. It allows running/testing Spark Cluster mode on one machine. My initial goal

[GitHub] spark pull request: [SPARK-1146] Vagrant support for Spark

2014-02-27 Thread ngbinh
Github user ngbinh commented on the pull request: https://github.com/apache/spark/pull/26#issuecomment-36226895 One of the main reason I work on this PR is I found many times working on Spark local mode doesn't expose problems when deployed on a cluster. This PR should allow Spark

[GitHub] spark pull request: Update io.netty from 4.0.13 Final to 4.0.17.Fi...

2014-02-27 Thread ngbinh
GitHub user ngbinh opened a pull request: https://github.com/apache/spark/pull/41 Update io.netty from 4.0.13 Final to 4.0.17.Final This update contains a lot of bug fixes and some new perf improvements. It is also binary compatible with the current 4.0.13.Final