aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-16598][SQL][TEST] Added a test case for verifying the table identifier...gatorsmile2016-08-121-0/+8
* [MINOR][DOC] Fix style in examples across documentationhyukjinkwon2016-08-125-47/+47
* [SPARK-16985] Change dataFormat from yyyyMMddHHmm to yyyyMMddHHmmsshongshen2016-08-124-5/+5
* [SPARK-17013][SQL] Parse negative numeric literalspetermaxlee2016-08-115-55/+37
* [SPARK-16975][SQL] Column-partition path starting '_' should be handled corre...Dongjoon Hyun2016-08-125-4/+14
* [MINOR][ML] Rename TreeEnsembleModels to TreeEnsembleModel for PySparkYanbo Liang2016-08-112-6/+6
* [SPARK-16434][SQL] Avoid per-record type dispatch in JSON when readinghyukjinkwon2016-08-125-216/+297
* [SPARK-13081][PYSPARK][SPARK_SUBMIT] Allow set pythonExec of driver and execu...Jeff Zhang2016-08-118-8/+72
* [SPARK-17022][YARN] Handle potential deadlock in driver handling messagesWangTaoTheTonic2016-08-111-3/+15
* [SPARK-16868][WEB UI] Fix executor be both dead and alive on executor ui.huangzhaowei2016-08-111-0/+4
* [SPARK-13602][CORE] Add shutdown hook to DriverRunner to prevent driver proce...Bryan Cutler2016-08-112-50/+142
* [SPARK-17018][SQL] literals.sql for testing literal parsingpetermaxlee2016-08-115-62/+476
* [SPARK-17021][SQL] simplify the constructor parameters of QuantileSummariesWenchen Fan2016-08-111-10/+11
* [SPARK-16958] [SQL] Reuse subqueries within the same queryDavies Liu2016-08-117-49/+215
* [SPARK-16952] don't lookup spark home directory when executor uri is setMichael Gummelt2016-08-112-7/+26
* [SPARK-16886][EXAMPLES][DOC] Fix some examples to be consistent and indentati...hyukjinkwon2016-08-115-122/+124
* [SPARK-16941] Use concurrentHashMap instead of scala Map in SparkSQLOperation...huangzhaowei2016-08-113-11/+13
* Correct example value for spark.ssl.YYY.XXX settingsAndrew Ash2016-08-111-2/+4
* [SPARK-17015][SQL] group-by/order-by ordinal and arithmetic testspetermaxlee2016-08-118-232/+613
* [SPARK-17011][SQL] Support testing exceptions in SQLQueryTestSuitepetermaxlee2016-08-109-68/+161
* [SPARK-17010][MINOR][DOC] Wrong description in memory management documentTao Wang2016-08-101-1/+1
* [SPARK-17007][SQL] Move test data files into a test-data folderpetermaxlee2016-08-1040-39/+40
* [SPARK-17008][SPARK-17009][SQL] Normalization and isolation in SQLQueryTestSu...petermaxlee2016-08-108-65/+180
* [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