aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [SPARK-15615][SQL][BUILD][FOLLOW-UP] Replace deprecated usage of json(RDD[Str...hyukjinkwon2017-02-2721-201/+189
* [MINOR][BUILD] Fix lint-java breaks in Javahyukjinkwon2017-02-2718-221/+245
* [SPARK-19594][STRUCTURED STREAMING] StreamingQueryListener fails to handle Qu...Eyal Zituny2017-02-263-2/+39
* [SQL] Duplicate test exception in SQLQueryTestSuite due to meta files(.DS_Sto...Dilip Biswal2017-02-251-3/+7
* [SPARK-17075][SQL][FOLLOWUP] fix some minor issues and clean up the codeWenchen Fan2017-02-255-337/+296
* [MINOR][ML][DOC] Document default value for GeneralizedLinearRegression.linkP...Joseph K. Bradley2017-02-251-0/+2
* [SPARK-15288][MESOS] Mesos dispatcher should handle gracefully when any threa...Devaraj K2017-02-251-1/+2
* [SPARK-19673][SQL] "ThriftServer default app name is changed wrong"lvdongr2017-02-251-0/+1
* [MINOR][DOCS] Fixes two problems in the SQL programing guide pageBoaz Mohar2017-02-252-4/+1
* [SPARK-19650] Commands should not trigger a Spark jobHerman van Hovell2017-02-248-23/+39
* [SPARK-19735][SQL] Remove HOLD_DDLTIME from Catalog APIsXiao Li2017-02-2410-62/+17
* [MINOR][DOCS] Fix few typos in structured streaming docRamkumar Venkataraman2017-02-251-4/+4
* [SPARK-15355][CORE] Proactive block replicationShubham Chopra2017-02-246-25/+154
* [SPARK-13330][PYSPARK] PYTHONHASHSEED is not propgated to python workerJeff Zhang2017-02-244-5/+6
* [SPARK-19597][CORE] test case for task deserialization errorsImran Rashid2017-02-242-33/+108
* [SPARK-19560] Improve DAGScheduler tests.Kay Ousterhout2017-02-241-9/+49
* [SPARK-17078][SQL] Show stats when explainwangzhenhua2017-02-2413-34/+132
* [SPARK-17075][SQL] Follow up: fix file line ending and improve the testsShuai Lin2017-02-242-512/+533
* [SPARK-17495][SQL] Add more tests for hive hashTejas Patil2017-02-243-8/+252
* [SPARK-19038][YARN] Avoid overwriting keytab configuration in yarn-clientjerryshao2017-02-242-7/+6
* [SPARK-19707][CORE] Improve the invalid path check for sc.addJarjerryshao2017-02-244-3/+28
* [SPARK-19161][PYTHON][SQL] Improving UDF Docstringszero3232017-02-242-11/+25