aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Code review feedbackHolden Karau2014-01-0512-35/+35
|
* reindentHolden Karau2014-01-041-31/+31
|
* And update docs to matchHolden Karau2014-01-043-4/+4
|
* Make sbt in the sbt directoryHolden Karau2014-01-041-0/+0
|
* SpellingHolden Karau2014-01-041-1/+1
|
* Switch from sbt to ./sbt in the README fileHolden Karau2014-01-041-2/+2
|
* Pass commands down to system sbt as wellHolden Karau2014-01-041-1/+1
|
* Add a script to download sbt if not present on the systemHolden Karau2014-01-043-0/+51
|
* Merge pull request #292 from soulmachine/naive-bayesReynold Xin2014-01-042-0/+227
|\ | | | | | | | | | | standard Naive Bayes classifier Has implemented the standard Naive Bayes classifier. This is an updated version of #288, which is closed because of misoperations.
| * 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
| | | | | | | | | | | | | | * Arguments renamed according to Ameet's suggestion * Using DoubleMatrix instead of Array[Double] in computation * Removed arguments C (kinds of label) and D (dimension of feature vector) from NaiveBayes.train() * Replaced reduceByKey with foldByKey to avoid modifying original input data
| * 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
| | | | | | | | Also refactored some heavy FP code to improve readability and reduce memory footprint.
| * Refactored NaiveBayesLian, Cheng2013-12-252-28/+41
| | | | | | | | | | * Minimized shuffle output with mapPartitions. * Reduced RDD actions from 3 to 1.
| * standard Naive Bayes classifierFrank Dai2013-12-252-0/+195
| |
* | Merge pull request #329 from pwendell/remove-binariesPatrick Wendell2014-01-0333-210/+128
|\ \ | | | | | | | | | | | | | | | SPARK-1002: Remove Binaries from Spark Source This adds a few changes on top of the work by @scrapcodes.
| * \ Merge remote-tracking branch 'apache-github/master' into remove-binariesPatrick Wendell2014-01-0398-1453/+436
| |\ \ | |/ / |/| | | | | | | | | | | Conflicts: core/src/test/scala/org/apache/spark/DriverSuite.scala docs/python-programming-guide.md
* | | Merge pull request #325 from witgo/masterPatrick Wendell2014-01-0313-66/+92
|\ \ \ | | | | | | | | | | | | Modify spark on yarn to create SparkConf process
| * \ \ 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
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | Spark-915 segregate scripts
| * | | | 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 ↵Prashant Sharma2014-01-0241-96/+90
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | spark-915-segregate-scripts Conflicts: bin/spark-shell core/pom.xml core/src/main/scala/org/apache/spark/SparkContext.scala core/src/main/scala/org/apache/spark/scheduler/cluster/mesos/CoarseMesosSchedulerBackend.scala core/src/main/scala/org/apache/spark/ui/UIWorkloadGenerator.scala core/src/test/scala/org/apache/spark/DriverSuite.scala python/run-tests sbin/compute-classpath.sh sbin/spark-class sbin/stop-slaves.sh
| | * | | | 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
| | |\ \ \ \
| | | * | | | rm bin/spark.cmd as we don't have windows test environment. Will added it ↵shane-huang2013-09-261-27/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | later if needed Signed-off-by: shane-huang <shengsheng.huang@intel.com>
| | | * | | | fix paths and change spark to use APP_MEM as application driver memory ↵shane-huang2013-09-263-35/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | instead of SPARK_MEM, user should add application jars to SPARK_CLASSPATH Signed-off-by: shane-huang <shengsheng.huang@intel.com>
| | | * | | | fix pathshane-huang2013-09-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: shane-huang <shengsheng.huang@intel.com>
| | | * | | | add scripts in binshane-huang2013-09-2312-17/+163
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: shane-huang <shengsheng.huang@intel.com>
| | | * | | | moved user scripts to bin foldershane-huang2013-09-2311-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: shane-huang <shengsheng.huang@intel.com>
| | | * | | | add admin scripts to sbinshane-huang2013-09-2314-47/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: shane-huang <shengsheng.huang@intel.com>
| | | * | | | added spark-class and spark-executor to sbinshane-huang2013-09-2314-22/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: shane-huang <shengsheng.huang@intel.com>
* | | | | | | Merge pull request #285 from colorant/yarn-refactorPatrick Wendell2014-01-0236-1226/+189
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | | | | | | | Yarn refactor
| * | | | | | fix docs for yarnRaymond Liu2014-01-032-5/+2
| | | | | | |
| * | | | | | minor fix for loginfoRaymond Liu2014-01-031-1/+1
| | | | | | |
| * | | | | | move duplicate pom config into parent pomRaymond Liu2014-01-033-179/+84
| | | | | | |
| * | | | | | Using name yarn-alpha/yarn instead of yarn-2.0/yarn-2.2Raymond Liu2014-01-0318-30/+30
| | | | | | |
| * | | | | | Add yarn/common/src/test dir in building scriptRaymond Liu2014-01-031-0/+7
| | | | | | |
| * | | | | | Fix yarn/README.mdRaymond Liu2014-01-031-6/+4
| | | | | | |
| * | | | | | Clean up unused files for yarnRaymond Liu2014-01-034-311/+0
| | | | | | |
| * | | | | | Fix pom for build yarn/2.x with yarn/common into one jarRaymond Liu2014-01-034-36/+202
| | | | | | |