aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "[SPARK-3454] separate json endpoints for data in the UI"Reynold Xin2015-05-05100-19946/+172
* [SPARK-6231][SQL/DF] Automatically resolve join condition ambiguity for self-...Reynold Xin2015-05-056-43/+170
* Some minor cleanup after SPARK-4550.Sandy Ryza2015-05-052-9/+4
* [SPARK-7230] [SPARKR] Make RDD private in SparkR.Shivaram Venkataraman2015-05-056-103/+26
* [SQL][Minor] make StringComparison extends ExpectsInputTypeswangfei2015-05-051-7/+6
* [SPARK-7351] [STREAMING] [DOCS] Add spark.streaming.ui.retainedBatches to docszsxwing2015-05-051-0/+7
* [SPARK-7294][SQL] ADD BETWEEN云峤2015-05-054-0/+38
* [SPARK-6939] [STREAMING] [WEBUI] Add timeline and histogram graphs for stream...zsxwing2015-05-0517-244/+1228
* [SPARK-5888] [MLLIB] Add OneHotEncoder as a TransformerSandy Ryza2015-05-052-0/+187
* [SPARK-7333] [MLLIB] Add BinaryClassificationEvaluator to PySparkXiangrui Meng2015-05-058-3/+193
* [SPARK-7243][SQL] Reduce size for Contingency Tables in DataFramesBurak Yavuz2015-05-053-11/+13
* [SPARK-7007] [CORE] Add a metric source for ExecutorAllocationManagerjerryshao2015-05-052-0/+32
* [SPARK-7318] [STREAMING] DStream cleans objects that are not closuresAndrew Or2015-05-053-3/+9
* [SPARK-7237] Many user provided closures are not actually cleanedAndrew Or2015-05-055-16/+174
* [MLLIB] [TREE] Verify size of input rdd > 0 when building meta dataAlain2015-05-051-1/+4
* Closes #5591Xiangrui Meng2015-05-050-0/+0
* [SPARK-6612] [MLLIB] [PYSPARK] Python KMeans parityHrishikesh Subramonian2015-05-054-8/+46
* [SPARK-7202] [MLLIB] [PYSPARK] Add SparseMatrixPickler to SerDeMechCoder2015-05-054-3/+72
* [SPARK-7350] [STREAMING] [WEBUI] Attach the Streaming tab when calling ssc.st...zsxwing2015-05-052-1/+5
* [SPARK-5074] [CORE] [TESTS] Fix the flakey test 'run shuffle with map stage f...zsxwing2015-05-051-1/+6
* [MINOR] Minor update for documentLiang-Chi Hsieh2015-05-052-3/+3
* [SPARK-3454] separate json endpoints for data in the UIImran Rashid2015-05-05100-172/+19946
* [SPARK-7357] Improving HBaseTest exampleJihong MA2015-05-051-0/+12
* [SPARK-5112] Expose SizeEstimator as a developer apiSandy Ryza2015-05-052-4/+50
* [SPARK-6653] [YARN] New config to specify port for sparkYarnAM actor systemshekhar.bansal2015-05-052-1/+9
* [SPARK-7341] [STREAMING] [TESTS] Fix the flaky test: org.apache.spark.stre...zsxwing2015-05-052-63/+140
* [SPARK-7113] [STREAMING] Support input information reporting for Direct Kafka...jerryshao2015-05-053-6/+67
* [HOTFIX] [TEST] Ignoring flaky testsTathagata Das2015-05-053-4/+4
* [SPARK-7139] [STREAMING] Allow received block metadata to be saved to WAL and...Tathagata Das2015-05-0510-153/+281
* [MINOR] [BUILD] Declare ivy dependency in root pom.Marcelo Vanzin2015-05-052-1/+5
* [MINOR] Renamed variables in SparkKMeans.scala, LocalKMeans.scala and kmeans....Niccolo Becchi2015-05-053-7/+7
* [SPARK-7314] [SPARK-3524] [PYSPARK] upgrade Pyrolite to 4.4Xiangrui Meng2015-05-042-6/+3
* [SPARK-7236] [CORE] Fix to prevent AkkaUtils askWithReply from sleeping on fi...Bryan Cutler2015-05-041-1/+3
* [SPARK-7266] Add ExpectsInputTypes to expressions when possible.Reynold Xin2015-05-045-56/+71
* [SPARK-7243][SQL] Contingency Tables for DataFramesBurak Yavuz2015-05-046-31/+160
* [SPARK-6943] [SPARK-6944] DAG visualization on SparkUIAndrew Or2015-05-0438-337/+1584
* [SPARK-7319][SQL] Improve the output from DataFrame.show()云峤2015-05-045-44/+112
* [SPARK-5956] [MLLIB] Pipeline components should be copyable.Xiangrui Meng2015-05-0456-805/+671
* [MINOR] Fix python test typo?Andrew Or2015-05-041-1/+1
* [SPARK-5100] [SQL] add webui for thriftservertianyi2015-05-0410-22/+751
* [SPARK-5563] [MLLIB] LDA with online variational inferenceYuhao Yang2015-05-044-74/+438
* [SPARK-7241] Pearson correlation for DataFramesBurak Yavuz2015-05-036-26/+130
* [SPARK-7329] [MLLIB] simplify ParamGridBuilder implXiangrui Meng2015-05-031-19/+9
* [SPARK-7302] [DOCS] SPARK building documentation still mentions building for ...Sean Owen2015-05-034-22/+1
* [SPARK-6907] [SQL] Isolated client for HiveMetastoreMichael Armbrust2015-05-039-7/+1088
* [SPARK-7022] [PYSPARK] [ML] Add ML.Tuning.ParamGridBuilder to PySparkOmede Firouz2015-05-032-0/+95
* [SPARK-7031] [THRIFTSERVER] let thrift server take SPARK_DAEMON_MEMORY and SP...WangTaoTheTonic2015-05-031-1/+18
* [SPARK-7255] [STREAMING] [DOCUMENTATION] Added documentation for spark.stream...BenFradet2015-05-021-0/+10
* [SPARK-5213] [SQL] Pluggable SQL Parser SupportCheng Hao2015-05-029-39/+196
* [MINOR] [HIVE] Fix QueryPartitionSuite.Marcelo Vanzin2015-05-021-3/+4