- Sep 22, 2013
-
-
shane-huang authored
Signed-off-by:
shane-huang <shengsheng.huang@intel.com>
-
shane-huang authored
Signed-off-by:
shane-huang <shengsheng.huang@intel.com>
-
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+.
-
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 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
-
Patrick Wendell authored
Change default port number from 3030 to 4030.
-
Patrick Wendell authored
-
Reynold Xin authored
SPARK-894 - Not all WebUI fields delivered VIA JSON
-
David McCauley authored
-
Matei Zaharia authored
fix run-example script
-
Haoyuan Li authored
-
Patrick Wendell authored
Fix HDFS access bug with assembly build.
-
Haoyuan Li authored
-
Patrick Wendell authored
Due to this change in HDFS: https://issues.apache.org/jira/browse/HADOOP-7549 there is a bug when using the new assembly builds. The symptom is that any HDFS access results in an exception saying "No filesystem for scheme 'hdfs'". This adds a merge strategy in the assembly build which fixes the problem.
-
- Sep 10, 2013
-
-
Matei Zaharia authored
-