aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Allow users to set arbitrary akka configurations via spark conf.Prashant Sharma2014-01-073-3/+20
* Merge pull request #346 from sproblvem/patch-1Patrick Wendell2014-01-061-2/+2
|\
| * Update stop-slaves.shsproblvem2014-01-071-2/+2
|/
* Merge pull request #343 from pwendell/build-fixPatrick Wendell2014-01-061-1/+1
|\
| * Fix test breaking downstream buildsPatrick Wendell2014-01-061-1/+1
|/
* Merge pull request #340 from ScrapCodes/sbt-fixesPatrick Wendell2014-01-061-5/+3
|\
| * Made java options to be applied during tests so that they become self explana...Prashant Sharma2014-01-061-5/+3
* | Merge pull request #338 from ScrapCodes/ning-upgradePatrick Wendell2014-01-062-2/+2
|\ \
| * | SPARK-1005 Ning upgradePrashant Sharma2014-01-062-2/+2
| |/
* | Merge pull request #341 from ash211/patch-5Patrick Wendell2014-01-061-1/+2
|\ \
| * | Clarify spark.cores.maxAndrew Ash2014-01-061-1/+2
| |/
* | Merge pull request #342 from tgravescs/fix_maven_protobufPatrick Wendell2014-01-061-1/+0
|\ \
| * | Change protobuf version for yarn alpha back to 2.4.1Thomas Graves2014-01-061-1/+0
| |/
* | Merge pull request #330 from tgravescs/fix_addjars_null_handlingPatrick Wendell2014-01-061-2/+3
|\ \ | |/ |/|
| * Add warning to null setJars checkThomas Graves2014-01-061-1/+2
| * Fix handling of empty SPARK_EXAMPLES_JARThomas Graves2014-01-041-1/+1
* | Merge pull request #333 from pwendell/logging-silencePatrick Wendell2014-01-052-3/+25
|\ \
| * | Responding to Aaron's reviewPatrick Wendell2014-01-051-0/+2
| * | Provide logging when attempts to connect to the master fail.Patrick Wendell2014-01-051-1/+11
| * | Quite akka when remote lifecycle logging is disabled.Patrick Wendell2014-01-051-2/+12
* | | Merge pull request #334 from pwendell/examples-fixReynold Xin2014-01-0547-54/+75
|\ \ \
| * | | Removing SPARK_EXAMPLES_JAR in the codePatrick Wendell2014-01-0547-54/+75
| |/ /
* | | Merge pull request #335 from rxin/serReynold Xin2014-01-052-2/+16
|\ \ \ | |/ / |/| |
| * | Fall back to zero-arg constructor for Serializer initialization if there is n...Reynold Xin2014-01-052-2/+16
|/ /
* | Merge pull request #292 from soulmachine/naive-bayesReynold Xin2014-01-042-0/+227
|\ \ | |/ |/|
| * Aggregated all sample points to driver without any shuffleLian, Cheng2014-01-022-53/+31
| * Response to comments from Reynold, Ameet and EvanLian, Cheng2013-12-302-62/+90
| * Response to Reynold's commentsLian, Cheng2013-12-291-10/+16
| * Added Apache license header to NaiveBayesSuiteLian, Cheng2013-12-271-0/+17
| * Reformatted some lines commented by MateiLian, Cheng2013-12-271-2/+3
| * Let reduceByKey to take care of local combineLian, Cheng2013-12-251-27/+16
| * Refactored NaiveBayesLian, Cheng2013-12-252-28/+41
| * standard Naive Bayes classifierFrank Dai2013-12-252-0/+195
* | Merge pull request #329 from pwendell/remove-binariesPatrick Wendell2014-01-0333-210/+128
|\ \
| * \ Merge remote-tracking branch 'apache-github/master' into remove-binariesPatrick Wendell2014-01-0398-1453/+436
| |\ \ | |/ / |/| |
* | | Merge pull request #325 from witgo/masterPatrick Wendell2014-01-0313-66/+92
|\ \ \
| * \ \ merge upstream/masterliguoqiang2014-01-0336-1236/+198
| |\ \ \
| * | | | Modify spark on yarn to create SparkConf processliguoqiang2014-01-037-48/+65
| * | | | Modify spark on yarn to create SparkConf processliguoqiang2014-01-0315-46/+56
* | | | | Merge pull request #317 from ScrapCodes/spark-915-segregate-scriptsPatrick Wendell2014-01-0362-161/+155
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | sbin/compute-classpath* bin/compute-classpath*Prashant Sharma2014-01-035-3/+3
| * | | | sbin/spark-class* -> bin/spark-class*Prashant Sharma2014-01-0314-15/+15
| * | | | a few left over document changePrashant Sharma2014-01-023-4/+4
| * | | | pyspark -> bin/pysparkPrashant Sharma2014-01-025-19/+19
| * | | | run-example -> bin/run-examplePrashant Sharma2014-01-0219-31/+31
| * | | | spark-shell -> bin/spark-shellPrashant Sharma2014-01-029-15/+15
| * | | | Merge branch 'scripts-reorg' of github.com:shane-huang/incubator-spark into s...Prashant Sharma2014-01-0241-96/+90
| |\ \ \ \
| | * | | | deprecate "spark" script and SPAKR_CLASSPATH environment variableAndrew xia2013-10-127-99/+4
| | * | | | refactor $FWD variableAndrew xia2013-09-295-7/+7
| | * | | | Merge branch 'reorgscripts' into scripts-reorgshane-huang2013-09-2740-87/+175
| | |\ \ \ \