aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-4286] Add an external shuffle service that can be run as a daemon.Iulian Dragos2015-04-287-15/+124
* [Core][test][minor] replace try finally block with tryWithSafeFinallyZhang, Liye2015-04-281-2/+2
* [SPARK-7140] [MLLIB] only scan the first 16 entries in Vector.hashCodeXiangrui Meng2015-04-281-21/+67
* [SPARK-5253] [ML] LinearRegression with L1/L2 (ElasticNet) using OWLQNDB Tsai2015-04-288-64/+508
* [SPARK-6435] spark-shell --jars option does not add all jars to classpathMasayoshi TSUZUKI2015-04-284-12/+13
* [SPARK-7100] [MLLIB] Fix persisted RDD leak in GradientBoostTreesJim Carroll2015-04-281-2/+6
* [SPARK-7168] [BUILD] Update plugin versions in Maven build and centralize ver...Sean Owen2015-04-285-16/+32
* [SPARK-6352] [SQL] Custom parquet output committerPei-Lun Lee2015-04-283-0/+116
* [SPARK-7135][SQL] DataFrame expression for monotonically increasing IDs.Reynold Xin2015-04-285-5/+103
* [SPARK-7187] SerializationDebugger should not crash user codeAndrew Or2015-04-281-2/+10
* [SPARK-5946] [STREAMING] Add Python API for direct Kafka streamjerryshao2015-04-274-15/+383
* [SPARK-6829] Added math functions for DataFramesBurak Yavuz2015-04-279-1/+1259
* [SPARK-7174][Core] Move calling `TaskScheduler.executorHeartbeatReceived` to ...zsxwing2015-04-271-9/+17
* [SPARK-7090] [MLLIB] Introduce LDAOptimizer to LDA to further improve extensi...Yuhao Yang2015-04-278-151/+256
* [SPARK-7162] [YARN] Launcher error in yarn-clientGuoQiang Li2015-04-271-1/+1
* [SPARK-7145] [CORE] commons-lang (2.x) classes used instead of commons-lang3 ...Sean Owen2015-04-2710-27/+35
* [SPARK-3090] [CORE] Stop SparkContext if user forgets to.Marcelo Vanzin2015-04-273-23/+35
* [SPARK-6738] [CORE] Improve estimate the size of a large arrayHong Shen2015-04-272-15/+48
* [SPARK-7103] Fix crash with SparkContext.union when RDD has no partitionerSteven She2015-04-273-1/+23
* [SPARK-6991] [SPARKR] Adds support for zipPartitions.hlin092015-04-274-0/+85
* SPARK-7107 Add parameter for zookeeper.znode.parent to hbase_inputformat...tedyu2015-04-271-1/+5
* [SPARK-6856] [R] Make RDD information more useful in SparkRJeff Harrison2015-04-272-0/+10
* [SPARK-4925] Publish Spark SQL hive-thriftserver maven artifactMisha Chernetsov2015-04-271-1/+1
* [SPARK-6505] [SQL] Remove the reflection call in HiveFunctionWrapperbaishuo2015-04-271-22/+22
* [SQL][Minor] rename DataTypeParser.apply to DataTypeParser.parsewangfei2015-04-265-6/+6
* [SPARK-7152][SQL] Add a Column expression for partition ID.Reynold Xin2015-04-265-19/+110
* [MINOR] [MLLIB] Refactor toString method in MLLIBAlain2015-04-266-12/+9
* [SPARK-6014] [CORE] [HOTFIX] Add try-catch block around ShutDownHookNishkam Ravi2015-04-252-3/+7
* [SPARK-7092] Update spark scala version to 2.11.6Prashant Sharma2015-04-252-3/+3
* [SQL] Update SQL readme to include instructions on generating golden answer f...Yin Huai2015-04-251-1/+22
* [SPARK-6113] [ML] Tree ensembles for Pipelines APIJoseph K. Bradley2015-04-2531-174/+2658
* Revert "[SPARK-6752][Streaming] Allow StreamingContext to be recreated from c...Patrick Wendell2015-04-257-503/+61
* update the deprecated CountMinSketchMonoid function to TopPctCMS functionKeheCAI2015-04-252-2/+4
* [SPARK-7136][Docs] Spark SQL and DataFrame Guide fix example file and pathsDeborah Siegel2015-04-241-9/+9
* [PySpark][Minor] Update sql example, so that can read file correctlylinweizhong2015-04-241-1/+6
* [SPARK-6122] [CORE] Upgrade tachyon-client version to 0.6.3Calvin Jia2015-04-249-27/+39
* [SPARK-6852] [SPARKR] Accept numeric as numPartitions in SparkR.Sun Rui2015-04-243-19/+19
* [SPARK-7033] [SPARKR] Clean usage of split. Use partition instead where appli...Sun Rui2015-04-245-39/+39
* [SPARK-6528] [ML] Add IDF transformerXusen Yin2015-04-242-0/+217
* [SPARK-7115] [MLLIB] skip the very first 1 in poly expansionXiangrui Meng2015-04-242-20/+24
* [SPARK-5894] [ML] Add polynomial mapperXusen Yin2015-04-242-0/+271
* Fixed a typo from the previous commit.Reynold Xin2015-04-231-1/+1
* [SQL] Fixed expression data type matching.Reynold Xin2015-04-232-10/+42
* Update sql-programming-guide.mdKen Geis2015-04-231-1/+1
* [SPARK-7060][SQL] Add alias function to python dataframeYin Huai2015-04-231-0/+14
* [SPARK-7037] [CORE] Inconsistent behavior for non-spark config properties in ...Cheolsoo Park2015-04-231-6/+16
* [SPARK-6818] [SPARKR] Support column deletion in SparkR DataFrame API.Sun Rui2015-04-232-1/+12
* [SQL] Break dataTypes.scala into multiple files.Reynold Xin2015-04-2320-1224/+1649
* [SPARK-7070] [MLLIB] LDA.setBeta should call setTopicConcentration.Xiangrui Meng2015-04-232-1/+9
* [SPARK-7087] [BUILD] Fix path issue change version scriptTijo Thomas2015-04-232-6/+6