aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-14743][YARN] Add a configurable credential manager for Spark running o...jerryshao2016-08-1024-573/+985
* [SPARK-12920][CORE] Honor "spark.ui.retainedStages" to reduce mem-pressureRajesh Balamohan2016-08-102-18/+36
* [SPARK-16928] [SQL] Recursive call of ColumnVector::getInt() breaks JIT inliningQifan Pu2016-08-104-25/+54
* [SPARK-16579][SPARKR] add install.spark functionJunyang Qian2016-08-107-4/+267
* [SPARK-16710][SPARKR][ML] spark.glm should support weightColYanbo Liang2016-08-103-5/+36
* [SPARK-15639] [SPARK-16321] [SQL] Push down filter at RowGroups level for par...Liang-Chi Hsieh2016-08-105-147/+143
* [SPARK-15899][SQL] Fix the construction of the file path with hadoop Pathavulanov2016-08-103-27/+35
* [SPARK-16866][SQL] Infrastructure for file-based SQL end-to-end testspetermaxlee2016-08-106-38/+267
* [SPARK-16324][SQL] regexp_extract should doc that it returns empty string whe...Sean Owen2016-08-103-2/+11
* [SPARK-16927][SPARK-16923] Override task properties at dispatcher.Timothy Chen2016-08-102-22/+33
* Typo: Fow -> ForAndrew Ash2016-08-101-1/+1
* [SPARK-16185][SQL] Better Error Messages When Creating Table As Select Withou...gatorsmile2016-08-103-1/+45
* [SPARK-10601][SQL] Support `MINUS` set operatorDongjoon Hyun2016-08-104-2/+21
* [SPARK-16959][SQL] Rebuild Table Comment when Retrieving Metadata from Hive M...gatorsmile2016-08-102-3/+7
* [MINOR][SPARKR] R API documentation for "coltypes" is confusingXin Ren2016-08-101-5/+4
* Fixed typoMichał Kiełbowicz2016-08-091-1/+1
* Make logDir easily copy/paste-ableAndrew Ash2016-08-091-1/+1
* [SPARK-16956] Make ApplicationState.MAX_NUM_RETRY configurableJosh Rosen2016-08-093-3/+21
* [SPARK-16905] SQL DDL: MSCK REPAIR TABLEDavies Liu2016-08-097-9/+211
* [SPARK-16950] [PYSPARK] fromOffsets parameter support in KafkaUtils.createDir...Mariusz Strzelecki2016-08-093-13/+10
* [SPARK-16933][ML] Fix AFTAggregator in AFTSurvivalRegression serializes unnec...Yanbo Liang2016-08-091-18/+29
* [SPARK-16964][SQL] Remove private[sql] and private[spark] from sql.execution ...Reynold Xin2016-08-0963-177/+170
* [SPARK-16809] enable history server links in dispatcher UIMichael Gummelt2016-08-097-10/+75
* [SPARK-16940][SQL] `checkAnswer` should raise `TestFailedException` for wrong...Dongjoon Hyun2016-08-091-1/+9
* [SPARK-16522][MESOS] Spark application throws exception on exit.Sun Rui2016-08-092-1/+39
* [SPARK-16606][CORE] Misleading warning for SparkContext.getOrCreate "WARN Spa...Sean Owen2016-08-091-4/+10
* [SPARK-16610][SQL] Add `orc.compress` as an alias for `compression` option.hyukjinkwon2016-08-092-3/+32
* [SPARK-16563][SQL] fix spark sql thrift server FetchResults bugAlice2016-08-082-0/+60
* [SPARK-16898][SQL] Adds argument type information for typed logical plan like...Sean Zhong2016-08-094-11/+31
* [SPARK-16749][SQL] Simplify processing logic in LEAD/LAG processing.Herman van Hovell2016-08-081-35/+18
* Update docs to include SASL support for RPCMichael Gummelt2016-08-082-4/+6
* [SPARK-16779][TRIVIAL] Avoid using postfix operators where they do not add mu...Holden Karau2016-08-0821-33/+6
* [SPARK-16953] Make requestTotalExecutors public Developer API to be consisten...Tathagata Das2016-08-081-1/+2
* [SPARK-16586][CORE] Handle JVM errors printed to stdout.Marcelo Vanzin2016-08-081-0/+9
* [SPARK-16936][SQL] Case Sensitivity Support for Refresh Temp Tablegatorsmile2016-08-083-3/+28
* [SPARK-16457][SQL] Fix Wrong Messages when CTAS with a Partition By Clausegatorsmile2016-08-082-16/+32
* [SPARK-16906][SQL] Adds auxiliary info like input class and input schema in T...Sean Zhong2016-08-085-7/+14
* [SPARK-16804][SQL] Correlated subqueries containing non-deterministic operati...Nattavut Sutyanyong2016-08-083-0/+59
* [SPARK-16945] Fix Java Lint errorsWeiqing Yang2016-08-084-10/+11
* [SPARK-16404][ML] LeastSquaresAggregators serializes unnecessary datasethah2016-08-081-20/+45
* [SPARK-16919] Configurable update interval for console progress barTejas Patil2016-08-081-11/+12
* [SPARK-16939][SQL] Fix build error by using `Tuple1` explicitly in StringFunc...Dongjoon Hyun2016-08-071-1/+1
* [SPARK-16409][SQL] regexp_extract with optional groups causes NPESean Owen2016-08-073-2/+22
* [SPARK-16909][SPARK CORE] Streaming for postgreSQL JDBC driverPrince J Wesley2016-08-071-5/+11
* [SPARK-16911] Fix the links in the programming guideShivansh2016-08-073-106/+1
* [SPARK-16870][DOCS] Summary:add "spark.sql.broadcastTimeout" into docs/sql-pr...keliang2016-08-071-0/+9
* [SPARK-16932][DOCS] Changed programming guide to not reference old accumulato...Bryan Cutler2016-08-071-14/+27
* document that Mesos cluster mode supports pythonMichael Gummelt2016-08-071-1/+2
* [SPARK-16925] Master should call schedule() after all executor exit events, n...Josh Rosen2016-08-062-10/+22
* [SPARK-16772][PYTHON][DOCS] Fix API doc references to UDFRegistration + Updat...Nicholas Chammas2016-08-063-9/+5