aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [SPARK-16796][WEB UI] Mask spark.authenticate.secret on Spark environ…Artur Sukhenko2016-08-061-1/+3
* [SPARK-16847][SQL] Prevent to potentially read corrupt statstics on binary in...hyukjinkwon2016-08-061-2/+4
* [SPARK-16901] Hive settings in hive-site.xml may be overridden by Hive's defa...Yin Huai2016-08-052-3/+101
* [SPARK-16750][FOLLOW-UP][ML] Add transformSchema for StringIndexer/VectorAsse...Yanbo Liang2016-08-054-5/+16
* [SPARK-13238][CORE] Add ganglia dmax parameterEkasit Kijsipongse2016-08-052-0/+6
* [SPARK-16421][EXAMPLES][ML] Improve ML Example OutputsBryan Cutler2016-08-0585-2757/+427
* [SPARK-16826][SQL] Switch to java.net.URI for parse_url()Sylvain Zimmer2016-08-052-19/+68
* [SPARK-16625][SQL] General data types to be mapped to OracleYuming Wang2016-08-053-17/+124
* [MINOR] Update AccumulatorV2 doc to not mention "+=".petermaxlee2016-08-051-1/+1
* [SPARK-16312][STREAMING][KAFKA][DOC] Doc for Kafka 0.10 integrationcody koeninger2016-08-054-207/+452
* [SPARK-16879][SQL] unify logical plans for CREATE TABLE and CTASWenchen Fan2016-08-0517-372/+417
* [SPARK-15726][SQL] Make DatasetBenchmark fairer among Dataset, DataFrame and RDDHiroshi Inoue2016-08-051-25/+25
* [SPARK-16907][SQL] Fix performance regression for parquet table when vectoriz...Sean Zhong2016-08-051-1/+7
* MAINTENANCE. Cleaning up stale PRs.Marcelo Vanzin2016-08-040-0/+0
* [HOTFIX] Remove unnecessary imports from #12944 that broke buildJosh Rosen2016-08-041-5/+0
* [SPARK-15074][SHUFFLE] Cache shuffle index file to speedup shuffle fetchSital Kedia2016-08-045-12/+138
* [SPARK-16863][ML] ProbabilisticClassifier.fit check threshoulds' lengthZheng RuiFeng2016-08-044-0/+28
* [SPARK-16877][BUILD] Add rules for preventing to use Java annotations (Deprec...hyukjinkwon2016-08-041-0/+8
* [SPARK-16880][ML][MLLIB] make ann training data persisted if neededWeichenXu2016-08-041-2/+7