aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Also add graphx commons-math3 dependeny in sbt buildSean Owen2014-01-221-1/+4
* Depend on Commons Math explicitly instead of accidentally getting it from Had...Sean Owen2014-01-222-1/+6
* Merge pull request #489 from ash211/patch-6Reynold Xin2014-01-211-1/+1
|\
| * Clarify spark.default.parallelismAndrew Ash2014-01-211-1/+1
|/
* Merge pull request #469 from ajtulloch/use-local-spark-context-in-tests-for-m...Reynold Xin2014-01-2110-113/+43
|\
| * Fixed import orderAndrew Tulloch2014-01-215-7/+4
| * LocalSparkContext for MLlibAndrew Tulloch2014-01-1910-109/+42
* | Merge pull request #480 from pwendell/0.9-fixesPatrick Wendell2014-01-217-24/+65
|\ \
| * | Style clean-upPatrick Wendell2014-01-212-11/+9
| * | Adding small code commentPatrick Wendell2014-01-201-1/+2
| * | Avoid matching attempt files in the checkpointPatrick Wendell2014-01-201-2/+2
| * | Remove shuffle files if they are still present on a machine.Patrick Wendell2014-01-201-3/+10
| * | Fixing speculation bugPatrick Wendell2014-01-201-1/+1
| * | Force use of LZF when spilling dataPatrick Wendell2014-01-202-7/+39
| * | Bug fix for reporting of spill outputPatrick Wendell2014-01-201-1/+3
| * | Minor fixesPatrick Wendell2014-01-201-1/+1
| * | Removing docs on akka optionsPatrick Wendell2014-01-202-8/+9
* | | Merge pull request #484 from tdas/run-example-fixPatrick Wendell2014-01-201-2/+11
|\ \ \
| * | | Removed SPARK_MEM from run-examples.Tathagata Das2014-01-201-5/+0
| * | | Made run-example respect SPARK_JAVA_OPTS and SPARK_MEM.Tathagata Das2014-01-201-2/+16
| |/ /
* | | Merge pull request #449 from CrazyJvm/masterReynold Xin2014-01-201-3/+8
|\ \ \
| * | | fix some format problem.CrazyJvm2014-01-161-2/+2
| * | | fix "set MASTER automatically fails" bug.CrazyJvm2014-01-161-3/+8
* | | | Merge pull request #482 from tdas/streaming-example-fixPatrick Wendell2014-01-2017-0/+17
|\ \ \ \
| * | | | Added StreamingContext.awaitTermination to streaming examples.Tathagata Das2014-01-2017-0/+17
| | |/ / | |/| |
* | | | Merge pull request #483 from pwendell/gitignoreReynold Xin2014-01-201-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Restricting /lib to top level directory in .gitignorePatrick Wendell2014-01-201-1/+1
* | | | Merge pull request #470 from tgravescs/fix_spark_examples_yarnPatrick Wendell2014-01-191-3/+8
|\ \ \ \
| * | | | update commentThomas Graves2014-01-191-1/+1
| * | | | Only log error on missing jar to allow spark examples to jar.Thomas Graves2014-01-191-3/+8
| | |_|/ | |/| |
* | | | Merge pull request #458 from tdas/docs-updatePatrick Wendell2014-01-199-76/+79
|\ \ \ \ | |/ / / |/| | |
| * | | Updated java API docs for streaming, along with very minor changes in the cod...Tathagata Das2014-01-169-76/+79
* | | | Merge pull request #459 from srowen/UpdaterL2RegularizationPatrick Wendell2014-01-181-1/+5
|\ \ \ \
| * | | | Correct L2 regularized weight update with canonical formSean Owen2014-01-181-1/+5
* | | | | Merge pull request #437 from mridulm/masterPatrick Wendell2014-01-183-2/+5
|\ \ \ \ \
| * | | | | Address review commentMridul Muralidharan2014-01-171-1/+1
| * | | | | Use method, not variableMridul Muralidharan2014-01-161-1/+1
| * | | | | Address review commentsMridul Muralidharan2014-01-162-2/+4
| * | | | | Expose method and class - so that we can use it from user code (particularly ...Mridul Muralidharan2014-01-152-2/+3
* | | | | | Merge pull request #426 from mateiz/py-ml-testsPatrick Wendell2014-01-182-5/+15
|\ \ \ \ \ \
| * | | | | | Complain if Python and NumPy versions are too old for MLlibMatei Zaharia2014-01-141-0/+10
| * | | | | | Re-enable Python MLlib tests (require Python 2.7 and NumPy 1.7+)Matei Zaharia2014-01-141-5/+5
* | | | | | | Merge pull request #462 from mateiz/conf-file-fixPatrick Wendell2014-01-186-71/+41
| |_|_|_|/ / |/| | | | |
* | | | | | Merge pull request #461 from pwendell/masterPatrick Wendell2014-01-181-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Use renamed shuffle spill config in CoGroupedRDD.scalaPatrick Wendell2014-01-181-1/+1
|/ / / / /
* | | | | Merge pull request #451 from Qiuzhuang/masterPatrick Wendell2014-01-162-3/+3
|\ \ \ \ \
| * | | | | Fixed Window spark shell launch script error.Qiuzhuang Lian2014-01-162-3/+3
* | | | | | Merge pull request #438 from ScrapCodes/clone-records-java-apiPatrick Wendell2014-01-161-2/+114
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | adding clone records field to equivaled java apisPrashant Sharma2014-01-171-2/+114
* | | | | | Merge pull request #445 from kayousterhout/exec_lostReynold Xin2014-01-152-1/+18
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |