aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-11592][SQL] flush spark-sql command line history to history fileDaoyuan Wang2015-11-241-0/+16
* [SPARK-11043][SQL] BugFix:Set the operator log in the thrift server.huangzhaowei2015-11-243-5/+24
* [SPARK-11906][WEB UI] Speculation Tasks Cause ProgressBar UI OverflowForest Fang2015-11-242-1/+13
* [SPARK-11897][SQL] Add @scala.annotations.varargs to sql functionsXiu Guo2015-11-241-0/+2
* [SPARK-10707][SQL] Fix nullability computation in union outputMikhail Bautin2015-11-233-5/+46
* [SPARK-11903] Remove --skip-java-testNicholas Chammas2015-11-231-3/+0
* [SPARK-11933][SQL] Rename mapGroup -> mapGroups and flatMapGroup -> flatMapGr...Reynold Xin2015-11-236-33/+33
* Updated sql programming guide to include jdbc fetch sizeStephen Samuel2015-11-231-0/+8
* [SPARK-10560][PYSPARK][MLLIB][DOCS] Make StreamingLogisticRegressionWithSGD P...Bryan Cutler2015-11-232-23/+46
* [SPARK-9866][SQL] Speed up VersionsSuite by using persistent Ivy cacheJosh Rosen2015-11-231-4/+6