aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [SPARK-10666][SPARK-6880][CORE] Use properties from ActiveJob associated with...Mark Hamstra2015-11-252-4/+109
* [SPARK-11860][PYSAPRK][DOCUMENTATION] Invalid argument specification …Jeff Zhang2015-11-251-2/+3
* [SPARK-11686][CORE] Issue WARN when dynamic allocation is disabled due to spa...Ashwin Swaroop2015-11-251-1/+1
* [SPARK-11981][SQL] Move implementations of methods back to DataFrame from Que...Reynold Xin2015-11-253-33/+111
* [SPARK-11970][SQL] Adding JoinType into JoinWith and support Sample in Datase...gatorsmile2015-11-252-16/+65
* [SPARK-11979][STREAMING] Empty TrackStateRDD cannot be checkpointed and recov...Tathagata Das2015-11-243-17/+42
* [SPARK-10621][SQL] Consistent naming for functions in SQL, Python, ScalaReynold Xin2015-11-242-39/+196
* [STREAMING][FLAKY-TEST] Catch execution context race condition in `FileBasedW...Burak Yavuz2015-11-241-5/+11
* [SPARK-11947][SQL] Mark deprecated methods with "This will be removed in Spar...Reynold Xin2015-11-249-110/+172
* [SPARK-11967][SQL] Consistent use of varargs for multiple paths in DataFrameR...Reynold Xin2015-11-245-15/+66
* [SPARK-11914][SQL] Support coalesce and repartition in Dataset APIsgatorsmile2015-11-242-0/+34
* [SPARK-11783][SQL] Fixes execution Hive client when using remote Hive metastoreCheng Lian2015-11-241-0/+15
* Added a line of comment to explain why the extra sort exists in pivot.Reynold Xin2015-11-241-1/+1
* [SPARK-11805] free the array in UnsafeExternalSorter during spillingDavies Liu2015-11-242-22/+19
* [SPARK-11929][CORE] Make the repl log4j configuration override the root logger.Marcelo Vanzin2015-11-246-77/+57
* [SPARK-11946][SQL] Audit pivot API for 1.6.Reynold Xin2015-11-247-81/+125
* [SPARK-11872] Prevent the call to SparkContext#stop() in the listener bus's t...tedyu2015-11-242-0/+35
* [SPARK-11926][SQL] unify GetStructField and GetInternalRowFieldWenchen Fan2015-11-249-42/+21
* [SPARK-11847][ML] Model export/import for spark.ml: LDAYuhao Yang2015-11-243-8/+150
* [SPARK-11521][ML][DOC] Document that Logistic, Linear Regression summaries ig...Joseph K. Bradley2015-11-242-0/+33
* [SPARK-11952][ML] Remove duplicate ml examplesYanbo Liang2015-11-243-235/+0
* [SPARK-11942][SQL] fix encoder life cycle for CoGroupWenchen Fan2015-11-244-22/+41
* [SPARK-11818][REPL] Fix ExecutorClassLoader to lookup resources from …Jungtaek Lim2015-11-242-1/+40