- Sep 26, 2013
-
-
Patrick Wendell authored
-
Patrick Wendell authored
Smarter take/limit implementation.
-
- Sep 24, 2013
-
-
Patrick Wendell authored
-
Patrick Wendell authored
-
- Sep 23, 2013
-
-
Reynold Xin authored
Fix spacing so java.io.tmpdir doesn't run on with SPARK_JAVA_OPTS
-
Y.CORP.YAHOO.COM\tgraves authored
-
Reynold Xin authored
-
Reynold Xin authored
-
- Sep 22, 2013
-
-
Reynold Xin authored
Refactor FairSchedulableBuilder
-
jerryshao authored
-
jerryshao authored
-
jerryshao authored
1. Configuration can be read from classpath if not set explicitly. 2. Add missing close handler.
-
Reynold Xin authored
Fix PR926 local properties issues in Spark Streaming like scenarios
-
Reynold Xin authored
Add "org.apache." prefix to packages in spark-class
-
Reynold Xin authored
After unit tests, clear port properties unconditionally
-
- Sep 21, 2013
-
-
jerryshao authored
-
- Sep 20, 2013
-
-
Aaron Davidson authored
Lacking this, the if/case statements never trigger on Spark 0.8.0+.
-
Reynold Xin authored
-
Reynold Xin authored
-
Ankur Dave authored
In MapOutputTrackerSuite, the "remote fetch" test sets spark.driver.port and spark.hostPort, assuming that they will be cleared by LocalSparkContext. However, the test never sets sc, so it remains null, causing LocalSparkContext to skip clearing these properties. Subsequent tests therefore fail with java.net.BindException: "Address already in use". This commit makes LocalSparkContext clear the properties even if sc is null.
-
- Sep 19, 2013
-
-
Patrick Wendell authored
Fix issue with spark_ec2 seeing empty security groups
-
Aaron Davidson authored
Under unknown, but occasional, circumstances, reservation.groups is empty despite reservation.instances each having groups. This means that the spark_ec2 get_existing_clusters() method would fail to find any instances. To fix it, we simply use the instances' groups as the source of truth. Note that this is actually just a revival of PR #827, now that the issue has been reproduced.
-
- Sep 18, 2013
-
-
jerryshao authored
-
- Sep 16, 2013
-
-
Reynold Xin authored
-
- Sep 15, 2013
-
-
Patrick Wendell authored
Fix typo in Maven build docs
-
Jey Kottalam authored
-
Patrick Wendell authored
Bumping Mesos version to 0.13.0
-
Patrick Wendell authored
Explain yarn.version in Maven build docs
-
Patrick Wendell authored
-
Patrick Wendell authored
-
- Sep 13, 2013
-
-
Patrick Wendell authored
Use different Hadoop version for YARN artifacts.
-
Patrick Wendell authored
This uses a seperate Hadoop version for YARN artifact. This means when people link against spark-yarn, things will resolve correctly.
-
- Sep 12, 2013
-
-
Patrick Wendell authored
-
- Sep 11, 2013
-
-
Patrick Wendell authored
Changed localProperties to use ThreadLocal (not DynamicVariable).
-
Matei Zaharia authored
Updated Spark on Mesos documentation.
-
Benjamin Hindman authored
-
Benjamin Hindman authored
-
Kay Ousterhout authored
The fact that DynamicVariable uses an InheritableThreadLocal can cause problems where the properties end up being shared across threads in certain circumstances.
-
Patrick Wendell authored
Add explicit jets3t dependency, which is excluded in hadoop-client
-