aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update YARN docsJey Kottalam2013-08-151-2/+2
* YARN ApplicationMaster shouldn't wait foreverJey Kottalam2013-08-151-2/+4
* re-enable YARN supportJey Kottalam2013-08-154-25/+26
* SparkEnv isn't available this early, and not needed anywayJey Kottalam2013-08-153-41/+0
* make SparkHadoopUtil a member of SparkEnvJey Kottalam2013-08-159-28/+32
* rename HadoopMapRedUtil => SparkHadoopMapRedUtil, HadoopMapReduceUtil => Spar...Jey Kottalam2013-08-155-6/+7
* yarn supportJey Kottalam2013-08-153-6/+10
* add commentJey Kottalam2013-08-151-4/+4
* remove hadoop-yarn's org/apache/...Jey Kottalam2013-08-152-60/+0
* yarn sbtJey Kottalam2013-08-151-13/+15
* dynamically detect hadoop versionJey Kottalam2013-08-153-40/+51
* remove core/src/hadoop{1,2} dirsJey Kottalam2013-08-156-104/+0
* move yarn to its own directoryJey Kottalam2013-08-1510-0/+0
* Merge pull request #829 from JoshRosen/pyspark-unit-tests-python-2.6Matei Zaharia2013-08-152-19/+20
|\
| * Fix PySpark unit tests on Python 2.6.Josh Rosen2013-08-142-19/+20
* | Merge pull request #833 from rxin/uiReynold Xin2013-08-1513-97/+115
|\ \
| * | More minor UI changes including code review feedback.Reynold Xin2013-08-156-16/+39
| * | Various UI improvements.Reynold Xin2013-08-1412-88/+83
|/ /
* | Merge pull request #831 from rxin/schedulerReynold Xin2013-08-144-70/+74
|\ \
| * | Renamed setCurrentJobDescription to setJobDescription.Reynold Xin2013-08-141-1/+1
| * | A few small scheduler / job description changes.Reynold Xin2013-08-144-70/+74
|/ /
* | Merge pull request #822 from pwendell/ui-featuresMatei Zaharia2013-08-146-27/+54
|\ \ | |/ |/|
| * Style cleanup based on Matei feedbackPatrick Wendell2013-08-143-5/+4
| * Small style clean-upPatrick Wendell2013-08-132-2/+2
| * Correcting terminology in RDD pagePatrick Wendell2013-08-131-1/+1
| * Correct sorting order for stagesPatrick Wendell2013-08-132-10/+6
| * Capturing GC detials in TaskMetricsPatrick Wendell2013-08-134-10/+37
| * Bug fix for display of shuffle read/write metrics.Patrick Wendell2013-08-131-6/+11
* | Merge pull request #826 from kayousterhout/ui_fixReynold Xin2013-08-141-12/+10
|\ \
| * | Fixed 2 bugs in executor UI.Kay Ousterhout2013-08-131-12/+10
|/ /
* | Merge pull request #825 from shivaram/maven-repl-fixMatei Zaharia2013-08-131-0/+30
|\ \
| * | Set SPARK_CLASSPATH for maven repl testsShivaram Venkataraman2013-08-131-0/+30
|/ /
* | Merge pull request #824 from mateiz/mesos-0.12.1Matei Zaharia2013-08-132-2/+2
|\ \
| * | Update to Mesos 0.12.1Matei Zaharia2013-08-132-2/+2
|/ /
* | Merge pull request #821 from pwendell/print-launch-commandMatei Zaharia2013-08-131-1/+1
|\ \
| * | Print run command to stderr rather than stdoutPatrick Wendell2013-08-131-1/+1
* | | Merge pull request #818 from kayousterhout/killed_fixMatei Zaharia2013-08-131-1/+3
|\ \ \ | |_|/ |/| |
| * | Reuse the set of failed states rather than creating a new object each timeKay Ousterhout2013-08-131-1/+3
| * | Properly account for killed tasks.Kay Ousterhout2013-08-131-1/+1
|/ /
* | Merge pull request #817 from pwendell/pr_784Patrick Wendell2013-08-135-9/+10
|\ \
| * | Slight change to pr-784Patrick Wendell2013-08-135-9/+10
|/ /
* | Merge pull request #784 from jerryshao/dev-metrics-servletPatrick Wendell2013-08-1317-41/+175
|\ \
| * | MetricsServlet code refactor according to commentsjerryshao2013-08-1212-52/+39
| * | Add MetricsServlet for Spark metrics systemjerryshao2013-08-1215-34/+181
* | | Merge pull request #802 from stayhf/SPARK-760-PythonMatei Zaharia2013-08-121-0/+70
|\ \ \
| * | | Code update for Matei's suggestionsstayhf2013-08-111-7/+9
| * | | Simple PageRank algorithm implementation in Python for SPARK-760stayhf2013-08-101-0/+68
* | | | Merge pull request #813 from AndreSchumacher/add_files_pysparkMatei Zaharia2013-08-121-1/+6
|\ \ \ \
| * | | | Implementing SPARK-865: Add the equivalent of ADD_JARS to PySparkAndre Schumacher2013-08-121-1/+6
* | | | | Merge pull request #812 from shivaram/maven-mllib-testsMatei Zaharia2013-08-126-7/+32
|\ \ \ \ \