aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-2963] REGRESSION - The description about how to build for using CLI an...Kousuke Saruta2014-08-222-5/+11
* [SPARK-3169] Removed dependency on spark streaming test from spark flume sinkTathagata Das2014-08-222-11/+17
* Link to Contributing to Spark wiki page on README.md.Reynold Xin2014-08-221-0/+2
* [SPARK-2742][yarn] delete useless variablesXuTingjun2014-08-221-4/+1
* [SPARK-2840] [mllib] DecisionTree doc update (Java, Python examples)Joseph K. Bradley2014-08-212-69/+399
* [SPARK-2843][MLLIB] add a section about regularization parameter in ALSXiangrui Meng2014-08-201-0/+11
* [SPARK-3143][MLLIB] add tf-idf user guideXiangrui Meng2014-08-201-3/+80
* [SPARK-3140] Clarify confusing PySpark exception messageAndrew Or2014-08-201-3/+10
* [SPARK-2848] Shade Guava in uber-jars.Marcelo Vanzin2014-08-206-3/+100
* [SPARK-2846][SQL] Add configureInputJobPropertiesForStorageHandler to initial...Alex Liu2014-08-201-1/+2
* SPARK_LOGFILE and SPARK_ROOT_LOGGER no longer need in spark-daemon.shwangfei2014-08-201-2/+0
* [SPARK-2967][SQL] Fix sort based shuffle for spark sql.Michael Armbrust2014-08-201-7/+23
* [SPARK-2298] Encode stage attempt in SparkListener & UI.Reynold Xin2014-08-2015-224/+555
* [SPARK-2849] Handle driver configs separately in client modeAndrew Or2014-08-2010-56/+250
* [SPARK-3149] Connection establishment information is not enough.Kousuke Saruta2014-08-201-1/+1
* [SPARK-3062] [SPARK-2970] [SQL] spark-sql script ends with IOException when E...Kousuke Saruta2014-08-201-1/+14
* [SPARK-3126][SPARK-3127][SQL] Fixed HiveThriftServer2SuiteCheng Lian2014-08-203-16/+6
* BUILD: Bump Hadoop versions in the release build.Patrick Wendell2014-08-202-9/+40
* SPARK-3092 [SQL]: Always include the thriftserver when -Phive is enabled.Patrick Wendell2014-08-208-27/+12
* [SPARK-3054][STREAMING] Add unit tests for Spark Sink.Hari Shreedharan2014-08-204-2/+212
* [SPARK-3141] [PySpark] fix sortByKey() with take()Davies Liu2014-08-191-10/+8
* [DOCS] Fixed wrong linksKen Takagiwa2014-08-191-2/+2
* [SPARK-2974] [SPARK-2975] Fix two bugs related to spark.local.dirsJosh Rosen2014-08-1914-118/+145
* [SPARK-3142][MLLIB] output shuffle data directly in Word2VecXiangrui Meng2014-08-191-11/+12
* [SPARK-3119] Re-implementation of TorrentBroadcast.Reynold Xin2014-08-193-240/+181
* [HOTFIX][Streaming][MLlib] use temp folder for checkpointXiangrui Meng2014-08-192-12/+11
* [SPARK-3130][MLLIB] detect negative values in naive BayesXiangrui Meng2014-08-193-6/+53
* [SQL] add note of use synchronizedMap in SQLConfwangfei2014-08-191-0/+1
* [SPARK-3112][MLLIB] Add documentation and example for StreamingLRfreeman2014-08-191-0/+75
* [MLLIB] minor update to word2vecXiangrui Meng2014-08-191-10/+8
* [SPARK-2468] Netty based block server / client moduleReynold Xin2014-08-1929-664/+1484
* [SPARK-3136][MLLIB] Create Java-friendly methods in RandomRDDsXiangrui Meng2014-08-196-306/+418
* [SPARK-2790] [PySpark] fix zip with serializers which have different batch si...Davies Liu2014-08-193-1/+54
* Move a bracket in validateSettings of SparkConfhzw199004162014-08-191-1/+1
* SPARK-2333 - spark_ec2 script should allow option for existing security groupVida Ha2014-08-192-28/+57
* [SPARK-3128][MLLIB] Use streaming test suite for StreamingLRfreeman2014-08-193-55/+77
* [SPARK-3089] Fix meaningless error message in ConnectionManagerKousuke Saruta2014-08-191-1/+1
* [SPARK-3072] YARN - Exit when reach max number failed executorsThomas Graves2014-08-194-19/+40
* Fix typo in decision tree docsMatt Forbes2014-08-181-2/+2
* [SPARK-3116] Remove the excessive lockings in TorrentBroadcastReynold Xin2014-08-181-39/+27
* [SPARK-3114] [PySpark] Fix Python UDFs in Spark SQL.Josh Rosen2014-08-184-9/+16
* [SPARK-3108][MLLIB] add predictOnValues to StreamingLR and fix predictOnXiangrui Meng2014-08-182-8/+27
* [SPARK-2850] [SPARK-2626] [mllib] MLlib stats examples + small fixesJoseph K. Bradley2014-08-1829-20/+664
* [mllib] DecisionTree: treeAggregate + Python example bug fixJoseph K. Bradley2014-08-184-8/+14
* [SPARK-2718] [yarn] Handle quotes and other characters in user args.Marcelo Vanzin2014-08-186-10/+101
* [SPARK-3103] [PySpark] fix saveAsTextFile() with utf-8Davies Liu2014-08-182-1/+12
* Removed .travis.yml file since we are not using Travis.Reynold Xin2014-08-181-32/+0
* [SPARK-2169] Don't copy appName / basePath everywhere.Marcelo Vanzin2014-08-1819-71/+51
* [SPARK-2406][SQL] Initial support for using ParquetTableScan to read HiveMeta...Michael Armbrust2014-08-188-23/+427
* [SPARK-3091] [SQL] Add support for caching metadata on Parquet filesMatei Zaharia2014-08-182-13/+72