aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-12053][CORE] EventLoggingListener.getLogPath needs 4 parametersTeng Qiu2015-12-011-1/+1
* Revert "[SPARK-11206] Support SQL UI on the history server"Josh Rosen2015-11-3021-327/+135
* [MINOR][DOCS] fixed list display in ml-ensemblesBenFradet2015-11-301-0/+1
* [SPARK-11982] [SQL] improve performance of cartesian productDavies Liu2015-11-304-9/+139
* [SPARK-11700] [SQL] Remove thread local SQLContext in SparkPlanDavies Liu2015-11-306-21/+14
* [SPARK-11989][SQL] Only use commit in JDBC data source if the underlying data...CK502015-11-301-3/+19
* [SPARK-12023][BUILD] Fix warnings while packaging spark with maven.Prashant Sharma2015-11-302-5/+5
* [DOC] Explicitly state that top maintains the order of elementsWieland Hoffmann2015-11-302-3/+4
* [MINOR][BUILD] Changed the comment to reflect the plugin project is there to ...Prashant Sharma2015-11-301-3/+2
* [SPARK-11859][MESOS] SparkContext accepts invalid Master URLs in the form zk:...toddwan2015-11-302-6/+15
* [SPARK-12039] [SQL] Ignore HiveSparkSubmitSuite's "SPARK-9757 Persist Parquet...Yin Huai2015-11-291-1/+1
* [SPARK-12024][SQL] More efficient multi-column counting.Herman van Hovell2015-11-296-86/+33
* [SPARK-11781][SPARKR] SparkR has problem in inferring type of raw type.Sun Rui2015-11-294-32/+47
* [SPARK-9319][SPARKR] Add support for setting column names, typesfelixcheung2015-11-285-55/+185
* [SPARK-12029][SPARKR] Improve column functions signature, param check, tests,...felixcheung2015-11-282-34/+96
* [SPARK-12028] [SQL] get_json_object returns an incorrect result when the valu...gatorsmile2015-11-272-2/+25
* [SPARK-12020][TESTS][TEST-HADOOP2.0] PR builder cannot trigger hadoop 2.0 testYin Huai2015-11-271-1/+1
* [SPARK-12021][STREAMING][TESTS] Fix the potential dead-lock in StreamingListe...Shixiong Zhu2015-11-271-6/+19
* [SPARK-12025][SPARKR] Rename some window rank function names for SparkRYanbo Liang2015-11-274-41/+41
* [SPARK-11997] [SQL] NPE when save a DataFrame as parquet and partitioned by l...Dilip Biswal2015-11-262-1/+14
* Fix style violation for b63938a8b04Reynold Xin2015-11-261-1/+3
* [SPARK-11991] fixesJeremy Derr2015-11-261-0/+4
* [SPARK-11778][SQL] add regression testHuaxin Gao2015-11-262-10/+32
* [SPARK-11917][PYSPARK] Add SQLContext#dropTempTable to PySparkJeff Zhang2015-11-261-0/+9
* [SPARK-11881][SQL] Fix for postgresql fetchsize > 0mariusvniekerk2015-11-263-1/+39
* [SPARK-12011][SQL] Stddev/Variance etc should support columnName as argumentsYanbo Liang2015-11-262-0/+89
* [SPARK-11996][CORE] Make the executor thread dump work againShixiong Zhu2015-11-268-67/+29
* doc typo: "classificaion" -> "classification"muxator2015-11-261-1/+1
* [SPARK-11973][SQL] Improve optimizer code readability.Reynold Xin2015-11-262-26/+26
* [SPARK-11998][SQL][TEST-HADOOP2.0] When downloading Hadoop artifacts from mav...Yin Huai2015-11-263-17/+72
* [SPARK-11863][SQL] Unable to resolve order by if it contains mixture of alias...Dilip Biswal2015-11-262-3/+28
* [SPARK-12005][SQL] Work around VerifyError in HyperLogLogPlusPlus.Marcelo Vanzin2015-11-261-5/+8
* [SPARK-11973] [SQL] push filter through aggregation with alias and literalsDavies Liu2015-11-263-11/+79
* [SPARK-11999][CORE] Fix the issue that ThreadUtils.newDaemonCachedThreadPool ...Shixiong Zhu2015-11-252-3/+56
* [SPARK-11980][SPARK-10621][SQL] Fix json_tuple and add test cases forgatorsmile2015-11-251-10/+34
* [SPARK-12003] [SQL] remove the prefix for name after expanded starDavies Liu2015-11-251-1/+1
* [SPARK-11206] Support SQL UI on the history serverCarson Wang2015-11-2521-135/+327
* [SPARK-11983][SQL] remove all unused codegen fallback traitDaoyuan Wang2015-11-253-6/+4
* Fix Aggregator documentation (rename present to finish).Reynold Xin2015-11-251-1/+1
* [SPARK-11866][NETWORK][CORE] Make sure timed out RPCs are cleaned up.Marcelo Vanzin2015-11-2518-192/+374
* [SPARK-11935][PYSPARK] Send the Python exceptions in TransformFunction and Tr...Shixiong Zhu2015-11-253-19/+144
* [SPARK-10558][CORE] Fix wrong executor state in Masterjerryshao2015-11-254-8/+13
* [SPARK-11880][WINDOWS][SPARK SUBMIT] bin/load-spark-env.cmd loads spark-env.c...wangt2015-11-251-1/+1
* [SPARK-10864][WEB UI] app name is hidden if window is resizedAlex Bozarth2015-11-252-7/+3
* [DOCUMENTATION] Fix minor doc errorJeff Zhang2015-11-251-1/+1
* [MINOR] Remove unnecessary spaces in `include_example.rb`Yu ISHIKAWA2015-11-251-4/+4
* [SPARK-11969] [SQL] [PYSPARK] visualization of SQL query for pysparkDavies Liu2015-11-253-6/+15
* [SPARK-11974][CORE] Not all the temp dirs had been deleted when the JVM exitsZhongshuai Pei2015-11-251-1/+3
* [SPARK-11984][SQL][PYTHON] Fix typos in doc for pivot for scala and pythonfelixcheung2015-11-252-6/+6
* [SPARK-11956][CORE] Fix a few bugs in network lib-based file transfer.Marcelo Vanzin2015-11-255-24/+75