aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* SPARK-3025 [SQL]: Allow JDBC clients to set a fair scheduler poolPatrick Wendell2014-08-183-7/+28
* [SPARK-3085] [SQL] Use compact data structures in SQL joinsMatei Zaharia2014-08-181-34/+33
* [SPARK-3084] [SQL] Collect broadcasted tables in parallel in joinsMatei Zaharia2014-08-181-1/+1
* SPARK-3096: Include parquet hive serde by default in buildPatrick Wendell2014-08-181-0/+5
* [SPARK-2862] histogram method fails on some choices of bucketCountChandan Kumar2014-08-182-4/+34
* SPARK-3093 : masterLock in Worker is no longer needCrazyJvm2014-08-181-27/+14
* [MLlib] Remove transform(dataset: RDD[String]) from Word2Vec public APILiquan Pei2014-08-181-9/+0
* [SPARK-2842][MLlib]Word2Vec documentationLiquan Pei2014-08-171-1/+62
* [SPARK-3097][MLlib] Word2Vec performance improvementLiquan Pei2014-08-171-15/+35
* SPARK-2900. aggregate inputBytes per stageSandy Ryza2014-08-172-1/+14
* SPARK-2884: Create binary builds in parallel with release script.Patrick Wendell2014-08-171-4/+5
* [SPARK-3087][MLLIB] fix col indexing bug in chi-square and add a check for nu...Xiangrui Meng2014-08-173-17/+59
* [HOTFIX][STREAMING] Allow the JVM/Netty to decide which port to bind to in Fl...Hari Shreedharan2014-08-172-29/+34
* [SPARK-1981] updated streaming-kinesis.mdChris Fregly2014-08-171-48/+49
* [SQL] Improve debug logging and toStrings.Michael Armbrust2014-08-172-2/+21
* Revert "[SPARK-2970] [SQL] spark-sql script ends with IOException when EventL...Michael Armbrust2014-08-171-8/+2
* SPARK-2881. Upgrade snappy-java to 1.1.1.3.Patrick Wendell2014-08-171-1/+1
* [SPARK-3042] [mllib] DecisionTree Filter top-down instead of bottom-upJoseph K. Bradley2014-08-169-630/+615
* [SPARK-3077][MLLIB] fix some chisq-testXiangrui Meng2014-08-162-13/+17
* In the stop method of ConnectionManager to cancel the ackTimeoutMonitorGuoQiang Li2014-08-161-0/+1
* [SPARK-1065] [PySpark] improve supporting for large broadcastDavies Liu2014-08-167-21/+81
* [SPARK-3035] Wrong example with SparkContext.addFileiAmGhost2014-08-161-1/+1
* [SPARK-3081][MLLIB] rename RandomRDDGenerators to RandomRDDsXiangrui Meng2014-08-164-25/+24
* [SPARK-3048][MLLIB] add LabeledPoint.parse and remove loadStreamingLabeledPointsXiangrui Meng2014-08-167-26/+17
* [SPARK-2677] BasicBlockFetchIterator#next can wait foreverKousuke Saruta2014-08-163-11/+87
* [SPARK-3076] [Jenkins] catch & report test timeoutsNicholas Chammas2014-08-161-28/+20
* [SQL] Using safe floating-point numbers in doctestCheng Lian2014-08-161-2/+2
* [SPARK-2977] Ensure ShuffleManager is created before ShuffleBlockManagerJosh Rosen2014-08-166-26/+37
* [SPARK-3045] Make Serializer interface Java friendlyReynold Xin2014-08-158-73/+193
* [SPARK-3015] Block on cleaning tasks to prevent Akka timeoutsAndrew Or2014-08-151-5/+7
* [SPARK-3001][MLLIB] Improve Spearman's correlationXiangrui Meng2014-08-151-78/+42
* [SPARK-3078][MLLIB] Make LRWithLBFGS API consistent with othersXiangrui Meng2014-08-155-53/+33
* [SPARK-3046] use executor's class loader as the default serializer classloaderReynold Xin2014-08-156-4/+128
* [SPARK-3022] [SPARK-3041] [mllib] Call findBins once per level + unordered fe...Joseph K. Bradley2014-08-155-207/+449