aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [SPARK-19463][SQL] refresh cache after the InsertIntoHadoopFsRelationCommandwindpiger2017-02-284-25/+14
* [SPARK-19677][SS] Committing a delta file atop an existing one should not fai...Roberto Agostino Vitillo2017-02-282-8/+34
* [SPARK-19678][SQL] remove MetastoreRelationWenchen Fan2017-02-2827-672/+442
* [SPARK-14489][ML][PYSPARK] ALS unknown user/item prediction strategyNick Pentreath2017-02-283-9/+116
* [SPARK-19660][CORE][SQL] Replace the configuration property names that are de...Yuming Wang2017-02-28145-205/+213
* [SPARK-19748][SQL] refresh function has a wrong order to do cache invalidate ...windpiger2017-02-282-1/+27
* [SPARK-19749][SS] Name socket source with a meaningful nameuncleGen2017-02-271-2/+4
* [SPARK-19746][ML] Faster indexing for logistic aggregatorsethah2017-02-282-3/+34