- Jan 04, 2014
-
-
Holden Karau authored
-
Reynold Xin authored
standard Naive Bayes classifier Has implemented the standard Naive Bayes classifier. This is an updated version of #288, which is closed because of misoperations.
-
Patrick Wendell authored
SPARK-1002: Remove Binaries from Spark Source This adds a few changes on top of the work by @scrapcodes.
-
- Jan 03, 2014
-
-
Patrick Wendell authored
Conflicts: core/src/test/scala/org/apache/spark/DriverSuite.scala docs/python-programming-guide.md
-
Patrick Wendell authored
Closes #316
-
Patrick Wendell authored
Modify spark on yarn to create SparkConf process
-
Patrick Wendell authored
Spark-915 segregate scripts
-
Prashant Sharma authored
-
Prashant Sharma authored
-
Prashant Sharma authored
-
Prashant Sharma authored
-
liguoqiang authored
-
liguoqiang authored
-
Patrick Wendell authored
Yarn refactor
-
liguoqiang authored
-
Prashant Sharma authored
-
Raymond Liu authored
-
- Jan 02, 2014
-
-
Raymond Liu authored
-
Raymond Liu authored
-
Raymond Liu authored
-
Raymond Liu authored
-
Raymond Liu authored
-
Raymond Liu authored
-
Raymond Liu authored
-
Raymond Liu authored
-
Raymond Liu authored
-
Raymond Liu authored
-
Raymond Liu authored
-
Raymond Liu authored
-
Raymond Liu authored
-
Raymond Liu authored
-
Raymond Liu authored
-
Raymond Liu authored
-
Raymond Liu authored
-
Raymond Liu authored
-
Raymond Liu authored
-
Raymond Liu authored
-
Patrick Wendell authored
fix spark on yarn after the sparkConf changes This fixes it so that spark on yarn now compiles and works after the sparkConf changes. There are also other issues I discovered along the way that are broken: - mvn builds for yarn don't assemble correctly - unset SPARK_EXAMPLES_JAR isn't handled properly anymore - I'm pretty sure spark.conf doesn't actually work as its not distributed with yarn those things can be fixed in separate pr unless others disagree.
-
Reynold Xin authored
Remove erroneous FAILED state for killed tasks. Currently, when tasks are killed, the Executor first sends a status update for the task with a "KILLED" state, and then sends a second status update with a "FAILED" state saying that the task failed due to an exception. The second FAILED state is misleading/unncessary, and occurs due to a NonLocalReturnControl Exception that gets thrown due to the way we kill tasks. This commit eliminates that problem. I'm not at all sure that this is the best way to fix this problem, so alternate suggestions welcome. @rxin guessing you're the right person to look at this.
-
Thomas Graves authored
-