aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-13521][BUILD] Remove reference to Tachyon in cluster & release scriptsReynold Xin2016-02-269-160/+6
* [SPARK-13474][PROJECT INFRA] Update packaging scripts to push artifacts to ho...Josh Rosen2016-02-261-16/+44
* [SPARK-13519][CORE] Driver should tell Executor to stop itself when cleaning ...Shixiong Zhu2016-02-261-0/+4
* [SPARK-13505][ML] add python api for MaxAbsScalerzlpmichelle2016-02-261-7/+68
* [SPARK-13465] Add a task failure listener to TaskContextReynold Xin2016-02-269-85/+169
* [SPARK-13499] [SQL] Performance improvements for parquet reader.Nong Li2016-02-263-54/+59
* [SPARK-12313] [SQL] improve performance of BroadcastNestedLoopJoinDavies Liu2016-02-267-91/+295
* [MINOR][SQL] Fix modifier order.Dongjoon Hyun2016-02-261-1/+1
* [SPARK-11381][DOCS] Replace example code in mllib-linear-methods.md using inc...Dongjoon Hyun2016-02-2612-416/+758
* [SPARK-12634][PYSPARK][DOC] PySpark tree parameter desc to consistent formatBryan Cutler2016-02-266-277/+340
* [SPARK-13457][SQL] Removes DataFrame RDD operationsCheng Lian2016-02-2766-139/+138
* [SPARK-12523][YARN] Support long-running of the Spark On HBase and hive meta ...huangzhaowei2016-02-263-40/+42
* [MINOR][STREAMING] Fix a minor naming issue in JavaDStreamLikeLiwei Lin2016-02-261-0/+2
* [SPARK-13503][SQL] Support to specify the (writing) option for compression co...hyukjinkwon2016-02-255-27/+57
* [SPARK-13487][SQL] User-facing RuntimeConfig interfaceReynold Xin2016-02-254-1/+261
* [SPARK-12941][SQL][MASTER] Spark-SQL JDBC Oracle dialect fails to map string ...thomastechs2016-02-253-0/+98
* [SPARK-13504] [SPARKR] Add approxQuantile for SparkRYanbo Liang2016-02-254-0/+55
* [SPARK-13033] [ML] [PYSPARK] Add import/export for ml.regressionTommy YU2016-02-251-4/+30
* [SPARK-13028] [ML] Add MaxAbsScaler to ML.feature as a transformerYuhao Yang2016-02-252-0/+246
* [SPARK-13361][SQL] Add benchmark codes for Encoder#compress() in CompressionS...Takeshi YAMAMURO2016-02-251-89/+193
* [SPARK-12757] Add block-level read/write locks to BlockManagerJosh Rosen2016-02-2522-438/+1384
* [SPARK-13387][MESOS] Add support for SPARK_DAEMON_JAVA_OPTS with MesosCluster...Timothy Chen2016-02-251-2/+4
* [SPARK-13501] Remove use of Guava StopwatchJosh Rosen2016-02-251-5/+2
* [SPARK-12009][YARN] Avoid to re-allocating yarn container while driver want t...hushan2016-02-251-0/+3
* [SPARK-13468][WEB UI] Fix a corner case where the Stage UI page should show D...Liwei Lin2016-02-253-20/+2
* [SPARK-13292] [ML] [PYTHON] QuantileDiscretizer should take random seed in Py...Yu ISHIKAWA2016-02-251-6/+8
* [SPARK-12874][ML] ML StringIndexer does not protect itself from column name d...Yu ISHIKAWA2016-02-252-0/+12
* [SPARK-13069][STREAMING] Add "ask" style store() to ActorRecieverLin Zhao2016-02-253-1/+43
* Revert "[SPARK-13457][SQL] Removes DataFrame RDD operations"Davies Liu2016-02-2567-140/+159
* Revert "[SPARK-13117][WEB UI] WebUI should use the local ip not 0.0.0.0"Shixiong Zhu2016-02-252-3/+2
* [SPARK-12316] Wait a minutes to avoid cycle calling.huangzhaowei2016-02-251-1/+4
* [SPARK-13457][SQL] Removes DataFrame RDD operationsCheng Lian2016-02-2567-159/+140
* [SPARK-13490][ML] ML LinearRegression should cache standardization param valueYanbo Liang2016-02-251-1/+2
* [SPARK-13439][MESOS] Document that spark.mesos.uris is comma-separatedMichael Gummelt2016-02-251-2/+3
* [SPARK-13441][YARN] Fix NPE in yarn Client.createConfArchive methodTerence Yim2016-02-251-3/+8
* [SPARK-13444][MLLIB] QuantileDiscretizer chooses bad splits on large DataFramesOliver Pierson2016-02-252-2/+29
* [SPARK-13473][SQL] Don't push predicate through project with nondeterministic...Cheng Lian2016-02-252-25/+11
* [SPARK-13117][WEB UI] WebUI should use the local ip not 0.0.0.0Devaraj K2016-02-252-2/+3
* [SPARK-13486][SQL] Move SQLConf into an internal packageReynold Xin2016-02-2586-97/+206
* [SPARK-13376] [SPARK-13476] [SQL] improve column pruningDavies Liu2016-02-257-166/+215
* [SPARK-13482][MINOR][CONFIGURATION] Make consistency of the configuraiton nam...huangzhaowei2016-02-241-1/+2
* [SPARK-7106][MLLIB][PYSPARK] Support model save/load in Python's FPGrowthKai Jiang2016-02-241-4/+31
* [SPARK-13479][SQL][PYTHON] Added Python API for approxQuantileJoseph K. Bradley2016-02-243-0/+71
* [SPARK-13092][SQL] Add ExpressionSet for constraint trackingMichael Armbrust2016-02-247-45/+285
* [SPARK-13250] [SQL] Update PhysicallRDD to convert to UnsafeRow if using the ...Nong Li2016-02-247-71/+129
* [SPARK-13383][SQL] Fix testYin Huai2016-02-241-2/+1
* [SPARK-13475][TESTS][SQL] HiveCompatibilitySuite should still run in PR build...Yin Huai2016-02-241-2/+0
* [HOT][TEST] Disable a Test that Requires Nested Union Support.gatorsmile2016-02-241-1/+1
* [SPARK-13467] [PYSPARK] abstract python function to simplify pyspark codeWenchen Fan2016-02-248-63/+51
* Revert "[SPARK-13321][SQL] Support nested UNION in parser"Reynold Xin2016-02-242-84/+0