aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-2785][SQL] Remove assertions that throw when users try unsupported Hiv...Michael Armbrust2014-08-021-4/+9
* [SPARK-2097][SQL] UDF SupportMichael Armbrust2014-08-0238-19/+1861
* SPARK-2804: Remove scalalogging-slf4j dependencyGuoQiang Li2014-08-0230-82/+83
* [SPARK-1981] Add AWS Kinesis streaming supportChris Fregly2014-08-0225-15/+1592
* [SQL] Set outputPartitioning of BroadcastHashJoin correctly.Yin Huai2014-08-021-2/+1
* [SPARK-2478] [mllib] DecisionTree Python APIJoseph K. Bradley2014-08-0210-21/+509
* [HOTFIX] Do not throw NPE if spark.test.home is not setAndrew Or2014-08-025-9/+14
* MAINTENANCE: Automated closing of pull requests.Patrick Wendell2014-08-020-0/+0
* HOTFIX: Fix concurrency issue in FlumePollingStreamSuite.Patrick Wendell2014-08-021-1/+6
* HOTFIX: Fixing test error in maven for flume-sink.Patrick Wendell2014-08-021-1/+4
* [SPARK-1812] sql/catalyst - Provide explicit type informationAnand Avati2014-08-021-1/+1
* [SPARK-2454] Do not ship spark home to WorkersAndrew Or2014-08-0213-26/+15
* [SPARK-2316] Avoid O(blocks) operations in listenersAndrew Or2014-08-0113-176/+843
* Revert "[SPARK-1470][SPARK-1842] Use the scala-logging wrapper instead of the...Patrick Wendell2014-08-0135-203/+97
* [SPARK-1470][SPARK-1842] Use the scala-logging wrapper instead of the directl...GuoQiang Li2014-08-0135-97/+203
* StatCounter on NumPy arrays [PYSPARK][SPARK-2012]Jeremy Freeman2014-08-012-8/+37
* [SPARK-2801][MLlib]: DistributionGenerator renamed to RandomDataGenerator. Ra...Burak2014-08-015-46/+52
* [SPARK-1580][MLLIB] Estimate ALS communication and computation costs.Tor Myklebust2014-08-012-8/+144
* [SPARK-2550][MLLIB][APACHE SPARK] Support regularization and intercept in pys...Michael Giannakopoulos2014-08-012-11/+49
* Streaming mllib [SPARK-2438][MLLIB]Jeremy Freeman2014-08-018-2/+433
* [SPARK-2764] Simplify daemon.py process structureJosh Rosen2014-08-012-110/+79
* [SPARK-2800]: Exclude scalastyle-output.xml Apache RAT checksGuoQiang Li2014-08-011-0/+1
* [SPARK-2116] Load spark-defaults.conf from SPARK_CONF_DIR if setAlbert Chu2014-08-011-0/+11
* [SPARK-2212][SQL] Hash Outer Join (follow-up bug fix).Yin Huai2014-08-013-2/+114
* [SPARK-2010] [PySpark] [SQL] support nested structure in SchemaRDDDavies Liu2014-08-015-444/+996
* [SPARK-2796] [mllib] DecisionTree bug fix: ordered categorical featuresJoseph K. Bradley2014-08-012-18/+56
* [SPARK-2786][mllib] Python correlationsDoris Xin2014-08-016-30/+199
* SPARK-2791: Fix committing, reverting and state tracking in shuffle file cons...Aaron Davidson2014-08-018-52/+146
* [SPARK-2379] Fix the bug that streaming's receiver may fall into a dead loopjoyyoj2014-08-011-1/+1
* SPARK-1612: Fix potential resource leakszsxwing2014-08-011-13/+22
* [SPARK-2490] Change recursive visiting on RDD dependencies to iterative approachLiang-Chi Hsieh2014-08-011-8/+75
* [SPARK-695] In DAGScheduler's getPreferredLocs, track set of visited partitions.Aaron Staple2014-08-015-7/+37
* [SQL] Documentation: Explain cacheTable commandCrazyJvm2014-08-011-0/+10
* [SPARK-2767] [SQL] SparkSQL CLI doens't output error message if query failed.Cheng Hao2014-08-013-6/+8
* [SPARK-2729] [SQL] Forgot to match Timestamp type in ColumnBuilderchutium2014-08-013-2/+3
* [SQL][SPARK-2212]Hash Outer JoinCheng Hao2014-08-013-6/+319
* [SPARK-2179][SQL] A minor refactoring Java data type APIs (2179 follow-up).Yin Huai2014-08-0124-118/+108
* SPARK-2099. Report progress while task is running.Sandy Ryza2014-08-0124-157/+467
* [HOTFIX] downgrade breeze version to 0.7Xiangrui Meng2014-08-011-1/+1
* [SPARK-1997] update breeze to version 0.8.1witgo2014-08-011-1/+5
* SPARK-2768 [MLLIB] Add product, user recommend method to MatrixFactorizationM...Sean Owen2014-08-012-19/+100
* [SPARK-2103][Streaming] Change to ClassTag for KafkaInputDStream and fix refl...jerryshao2014-08-013-19/+18
* [Spark 2557] fix LOCAL_N_REGEX in createTaskScheduler and make local-n and lo...Ye Xianjin2014-08-012-3/+30
* SPARK-2134: Report metrics before application finishesRahul Singhal2014-08-0113-0/+34
* SPARK-983. Support external sorting in sortByKey()Matei Zaharia2014-08-012-12/+20
* [SPARK-2670] FetchFailedException should be thrown when local fetch has failedKousuke Saruta2014-08-012-8/+151
* SPARK-2738. Remove redundant imports in BlockManagerSuiteSandy Ryza2014-07-311-3/+0
* SPARK-2632, SPARK-2576. Fixed by only importing what is necessary during clas...Prashant Sharma2014-07-315-5/+67
* [SPARK-2702][Core] Upgrade Tachyon dependency to 0.5.0Haoyuan Li2014-07-312-5/+5
* [SPARK-2782][mllib] Bug fix for getRanks in SpearmanCorrelationDoris Xin2014-07-313-18/+47