aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-15926] Improve readability of DAGScheduler stage creation methodsKay Ousterhout2016-06-172-86/+76
* [SPARK-16008][ML] Remove unnecessary serialization in logistic regressionsethah2016-06-171-28/+29
* Remove non-obvious conf settings from TPCDS benchmarkSameer Agarwal2016-06-171-2/+0
* [SPARK-15811][SQL] fix the Python UDF in Scala 2.10Davies Liu2016-06-171-1/+1
* [SPARK-15706][SQL] Fix Wrong Answer when using IF NOT EXISTS in INSERT OVERWR...gatorsmile2016-06-165-5/+85
* [SPARK-15822] [SQL] Prevent byte array backed classes from referencing freed ...Pete Robbins2016-06-162-7/+17
* [SPARK-15908][R] Add varargs-type dropDuplicates() function in SparkRDongjoon Hyun2016-06-163-11/+29
* [SPARK-15490][R][DOC] SparkR 2.0 QA: New R APIs and API docs for non-MLib cha...Kai Jiang2016-06-1610-88/+123
* [SPARK-15782][YARN] Fix spark.jars and spark.yarn.dist.jars handlingNezih Yigitbasi2016-06-165-16/+59
* [SPARK-15966][DOC] Add closing tag to fix rendering issue for Spark monitoringDhruve Ashar2016-06-161-1/+1
* [SPARK-15608][ML][EXAMPLES][DOC] add examples and documents of ml.isotonic re...WeichenXu2016-06-169-114/+373
* [SPARK-15991] SparkContext.hadoopConfiguration should be always the base of h...Yin Huai2016-06-165-17/+28
* [SPARK-15749][SQL] make the error message more meaningfulHuaxin Gao2016-06-162-3/+4
* [SPARK-15868][WEB UI] Executors table in Executors tab should sort Executor I...Alex Bozarth2016-06-161-2/+7
* [MINOR][DOCS][SQL] Fix some comments about types(TypeCoercion,Partition) and ...Dongjoon Hyun2016-06-164-5/+5
* [SPARK-15998][SQL] Verification of SQLConf HIVE_METASTORE_PARTITION_PRUNINGgatorsmile2016-06-161-3/+57
* [SQL] Minor HashAggregateExec string output fixesCheng Lian2016-06-161-5/+5
* [SPARK-15975] Fix improper Popen retcode code handling in dev/run-testsJosh Rosen2016-06-162-2/+5
* [SPARK-15978][SQL] improve 'show tables' command related codesbomeng2016-06-162-2/+2
* [SPARK-15796][CORE] Reduce spark.memory.fraction default to avoid overrunning...Sean Owen2016-06-164-9/+26
* [SPARK-15922][MLLIB] `toIndexedRowMatrix` should consider the case `cols < of...Dongjoon Hyun2016-06-162-1/+6
* [SPARK-15977][SQL] Fix TRUNCATE TABLE for Spark specific datasource tablesHerman van Hovell2016-06-162-11/+21
* [SPARK-15981][SQL][STREAMING] Fixed bug and added tests in DataStreamReader P...Tathagata Das2016-06-161-122/+136
* [SPARK-15996][R] Fix R examples by removing deprecated functionsDongjoon Hyun2016-06-162-8/+11
* [SPARK-15983][SQL] Removes FileFormat.prepareReadCheng Lian2016-06-163-31/+18
* [SPARK-15862][SQL] Better Error Message When Having Database Name in CACHE TA...gatorsmile2016-06-167-64/+121
* [SPARK-12922][SPARKR][WIP] Implement gapply() on DataFrame in SparkRNarine Kokhlikyan2016-06-1514-65/+540
* [SPARK-15824][SQL] Execute WITH .... INSERT ... statements immediatelyHerman van Hovell2016-06-153-2/+27
* [SPARK-15851][BUILD] Fix the call of the bash script to enable proper run in ...Reynold Xin2016-06-152-2/+3
* [SPARK-13498][SQL] Increment the recordsRead input metric for JDBC data sourceWayne Song2016-06-151-0/+2
* [SPARK-15979][SQL] Rename various Parquet support classes.Reynold Xin2016-06-1514-123/+120
* [SPARK-12492][SQL] Add missing SQLExecution.withNewExecutionId for hiveResult...KaiXinXiaoLei2016-06-151-14/+17
* [DOCS] Fix Gini and Entropy scaladocs in context of multiclass classificationWojciech Jurczyk2016-06-152-3/+2
* Revert "[SPARK-15782][YARN] Set spark.jars system property in client mode"Davies Liu2016-06-155-43/+6
* Closing stale pull requests.Reynold Xin2016-06-150-0/+0
* [SPARK-7848][STREAMING][UPDATE SPARKSTREAMING DOCS TO INCORPORATE IMPORTANT P...Nirman Narang2016-06-151-0/+19
* [HOTFIX][CORE] fix flaky BasicSchedulerIntegrationTestImran Rashid2016-06-151-8/+7
* [SPARK-15776][SQL] Divide Expression inside Aggregation function is casted to...Sean Zhong2016-06-157-19/+86
* [SPARK-15934] [SQL] Return binary mode in ThriftServerEgor Pakhomov2016-06-153-14/+47
* [SPARK-15901][SQL][TEST] Verification of CONVERT_METASTORE_ORC and CONVERT_ME...gatorsmile2016-06-152-32/+83
* [SPARK-15782][YARN] Set spark.jars system property in client modeNezih Yigitbasi2016-06-155-6/+43
* [SPARK-15888] [SQL] fix Python UDF with aggregateDavies Liu2016-06-154-11/+77
* [SPARK-15826][CORE] PipedRDD to allow configurable char encodingTejas Patil2016-06-154-22/+36
* [SPARK-15518][CORE][FOLLOW-UP] Rename LocalSchedulerBackendEndpoint -> LocalS...Liwei Lin2016-06-154-19/+19
* [SPARK-15959][SQL] Add the support of hive.metastore.warehouse.dir backYin Huai2016-06-153-27/+106
* [SPARK-15953][WIP][STREAMING] Renamed ContinuousQuery to StreamingQueryTathagata Das2016-06-1533-254/+251
* [SPARK-15637][SPARK-15931][SPARKR] Fix R masked functions checksFelix Cheung2016-06-151-9/+18
* [SPARK-15960][SQL] Rename `spark.sql.enableFallBackToHdfsForStats` configHerman van Hovell2016-06-151-1/+1
* [SPARK-15046][YARN] Parse value of token renewal interval correctly.Marcelo Vanzin2016-06-153-7/+9
* [SPARK-15935][PYSPARK] Fix a wrong format tag in the error messageShixiong Zhu2016-06-142-2/+2