aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-19595][SQL] Support json array in from_jsonhyukjinkwon2017-03-055-17/+186
* [SPARK-19795][SPARKR] add column functions to_json, from_jsonFelix Cheung2017-03-054-7/+103
* [SPARK-19254][SQL] Support Seq, Map, and Struct in functions.litTakeshi Yamamuro2017-03-054-20/+121
* [SPARK-19805][TEST] Log the row type when query result dose not matchuncleGen2017-03-051-0/+10
* [SPARK-19792][WEBUI] In the Master Page,the column named “Memory per Nodeâ€...liuxian2017-03-051-1/+1
* [SPARK-19550][SPARKR][DOCS] Update R document to use JDK8Yuming Wang2017-03-041-1/+1
* [SPARK-19816][SQL][TESTS] Fix an issue that DataFrameCallbackSuite doesn't re...Shixiong Zhu2017-03-031-3/+1
* [SPARK-19084][SQL] Ensure context class loader is set when initializing Hive.Marcelo Vanzin2017-03-031-3/+8
* [SPARK-19718][SS] Handle more interrupt cases properly for HadoopShixiong Zhu2017-03-032-10/+119
* [SPARK-13446][SQL] Support reading data from Hive 2.0.1 metastoreXiao Li2017-03-037-9/+107
* [SPARK-19348][PYTHON] PySpark keyword_only decorator is not thread-safeBryan Cutler2017-03-0311-120/+161
* [SPARK-18939][SQL] Timezone support in partition values.Takuya UESHIN2017-03-0315-59/+175
* [MINOR][DOC] Fix doc for web UI https configurationjerryshao2017-03-031-1/+1
* [SPARK-19774] StreamExecution should call stop() on sources when a stream failsBurak Yavuz2017-03-033-3/+169
* [SPARK-19710][SQL][TESTS] Fix ordering of rows in query resultsPete Robbins2017-03-036-13/+13
* [SPARK-19758][SQL] Resolving timezone aware expressions with time zone when r...Liang-Chi Hsieh2017-03-035-23/+48
* [SPARK-19801][BUILD] Remove JDK7 from Travis CIDongjoon Hyun2017-03-031-1/+0
* [SPARK-19797][DOC] ML pipeline document correctionZhe Sun2017-03-031-1/+1
* [SPARK-19739][CORE] propagate S3 session token to cluseruncleGen2017-03-031-5/+8
* [SPARK-18699][SQL][FOLLOWUP] Add explanation in CSV parser and minor cleanuphyukjinkwon2017-03-031-29/+68
* [SPARK-18726][SQL] resolveRelation for FileFormat DataSource don't need to li...windpiger2017-03-022-4/+20
* [SPARK-19779][SS] Delete needless tmp file after restart structured streaming...guifeng2017-03-022-1/+10
* [SPARK-19602][SQL][TESTS] Add tests for qualified column namesSunitha Kambhampati2017-03-028-5/+980
* [SPARK-19745][ML] SVCAggregator captures coefficients in its closuresethah2017-03-026-24/+34
* [SPARK-19276][CORE] Fetch Failure handling robust to user error handlingImran Rashid2017-03-027-17/+198
* [SPARK-19631][CORE] OutputCommitCoordinator should not allow commits for alre...Patrick Woody2017-03-022-24/+46
* [SPARK-19720][CORE] Redact sensitive information from SparkSubmit consoleMark Grover2017-03-023-5/+31
* [SPARK-19345][ML][DOC] Add doc for "coldStartStrategy" usage in ALSNick Pentreath2017-03-024-1/+35
* [SPARK-19704][ML] AFTSurvivalRegression should support numeric censorColZheng RuiFeng2017-03-023-5/+37
* [SPARK-19733][ML] Removed unnecessary castings and refactored checked casts i...Vasilis Vryniotis2017-03-022-20/+95
* [SPARK-18352][DOCS] wholeFile JSON update doc and programming guideFelix Cheung2017-03-026-22/+30
* [SPARK-19734][PYTHON][ML] Correct OneHotEncoder doc string to say dropLastMark Grover2017-03-011-1/+1
* [MINOR][ML] Fix comments in LSH Examples and Python APIYun Ni2017-03-015-5/+5
* [SPARK-19583][SQL] CTAS for data source table with a created location should ...windpiger2017-03-013-13/+156
* [SPARK-13931] Stage can hang if an executor fails while speculated tasks are ...GavinGavinNo12017-03-012-2/+65
* [SPARK-19777] Scan runningTasksSet when check speculatable tasks in TaskSetMa...jinxing2017-03-011-3/+2
* [SPARK-19775][SQL] Remove an obsolete `partitionBy().insertInto()` test caseDongjoon Hyun2017-03-021-13/+0
* [DOC][MINOR][SPARKR] Update SparkR doc for names, columns and colnamesactuaryzhang2017-03-012-2/+8
* [SPARK-19787][ML] Changing the default parameter of regParam.Vasilis Vryniotis2017-03-011-1/+1
* [SPARK-19761][SQL] create InMemoryFileIndex with an empty rootPaths when set ...windpiger2017-03-013-3/+21
* [SPARK-19766][SQL] Constant alias columns in INNER JOIN should not be folded ...Stan Zhai2017-03-014-1/+100
* [SPARK-19736][SQL] refreshByPath should clear all cached plans with the speci...Liang-Chi Hsieh2017-03-012-9/+26
* [SPARK-19633][SS] FileSource read from FileSinkLiwei Lin2017-02-285-41/+200
* [SPARK-19460][SPARKR] Update dataset used in R documentation, examples to red...wm624@hotmail.com2017-02-289-74/+85
* [SPARK-19572][SPARKR] Allow to disable hive in sparkR shellJeff Zhang2017-02-281-2/+4
* [SPARK-14503][ML] spark.ml API for FPGrowthYuhao2017-02-282-0/+469
* [SPARK-19373][MESOS] Base spark.scheduler.minRegisteredResourceRatio on regis...Michael Gummelt2017-03-012-68/+70
* [SPARK-19769][DOCS] Update quickstart instructionsMichael McCune2017-03-011-3/+3
* [MINOR][DOC] Update GLM doc to include tweedie distributionactuaryzhang2017-02-281-0/+5
* [SPARK-19610][SQL] Support parsing multiline CSV fileshyukjinkwon2017-02-2814-197/+525