aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-16029][SPARKR] SparkR add dropTempView and deprecate dropTempTableFelix Cheung2016-06-203-13/+41
* [SPARK-16059][R] Add `monotonically_increasing_id` function in SparkRDongjoon Hyun2016-06-204-1/+34
* [SPARK-16050][TESTS] Remove the flaky test: ConsoleSinkSuiteShixiong Zhu2016-06-201-99/+0
* [SPARK-16030][SQL] Allow specifying static partitions when inserting to data ...Yin Huai2016-06-209-25/+436
* [SPARK-16036][SPARK-16037][SPARK-16034][SQL] Follow up code clean up and impr...Yin Huai2016-06-1910-61/+98
* [SPARK-16031] Add debug-only socket source in Structured StreamingMatei Zaharia2016-06-199-0/+293
* [SPARK-16040][MLLIB][DOC] spark.mllib PIC document extra line of refernecewm624@hotmail.com2016-06-191-4/+0
* [SPARK-15942][REPL] Unblock `:reset` command in REPL.Prashant Sharma2016-06-192-3/+16
* [SPARK-15613] [SQL] Fix incorrect days to millis conversion due to Daylight S...Davies Liu2016-06-194-4/+129
* [SPARK-16034][SQL] Checks the partition columns when calling dataFrame.write....Sean Zhong2016-06-183-22/+50
* [SPARK-16036][SPARK-16037][SQL] fix various table insertion problemsWenchen Fan2016-06-1812-185/+104
* [SPARK-15973][PYSPARK] Fix GroupedData DocumentationJosh Howes2016-06-171-11/+11
* [SPARK-16023][SQL] Move InMemoryRelation to its own fileAndrew Or2016-06-172-185/+211
* [SPARK-15803] [PYSPARK] Support with statement syntax for SparkSessionJeff Zhang2016-06-171-0/+16
* [SPARK-16035][PYSPARK] Fix SparseVector parser assertion for end parenthesisandreapasqua2016-06-171-1/+1
* [SPARK-16020][SQL] Fix complete mode aggregation with console sinkShixiong Zhu2016-06-173-1/+105
* [SPARK-15159][SPARKR] SparkR SparkSession APIFelix Cheung2016-06-1724-186/+420
* [SPARK-15946][MLLIB] Conversion between old/new vector columns in a DataFrame...Xiangrui Meng2016-06-172-0/+96
* [SPARK-15129][R][DOC] R API changes in MLGayathriMurali2016-06-172-60/+21
* [SPARK-16033][SQL] insertInto() can't be used together with partitionBy()Cheng Lian2016-06-172-3/+46
* [SPARK-15916][SQL] JDBC filter push down should respect operator precedencehyukjinkwon2016-06-172-2/+28
* [SPARK-16005][R] Add `randomSplit` to SparkRDongjoon Hyun2016-06-174-0/+60
* [SPARK-15925][SPARKR] R DataFrame add back registerTempTable, add testsFelix Cheung2016-06-174-18/+57
* [SPARK-16014][SQL] Rename optimizer rules to be more consistentReynold Xin2016-06-176-22/+19
* [SPARK-16017][CORE] Send hostname from CoarseGrainedExecutorBackend to driverShixiong Zhu2016-06-175-11/+12
* [SPARK-16018][SHUFFLE] Shade netty to load shuffle jar in NodemangerDhruve Ashar2016-06-171-0/+7
* [SPARK-15926] Improve readability of DAGScheduler stage creation methodsKay Ousterhout2016-06-172-86/+76
* [SPARK-16008][ML] Remove unnecessary serialization in logistic regressionsethah2016-06-171-28/+29
* Remove non-obvious conf settings from TPCDS benchmarkSameer Agarwal2016-06-171-2/+0
* [SPARK-15811][SQL] fix the Python UDF in Scala 2.10Davies Liu2016-06-171-1/+1
* [SPARK-15706][SQL] Fix Wrong Answer when using IF NOT EXISTS in INSERT OVERWR...gatorsmile2016-06-165-5/+85
* [SPARK-15822] [SQL] Prevent byte array backed classes from referencing freed ...Pete Robbins2016-06-162-7/+17
* [SPARK-15908][R] Add varargs-type dropDuplicates() function in SparkRDongjoon Hyun2016-06-163-11/+29
* [SPARK-15490][R][DOC] SparkR 2.0 QA: New R APIs and API docs for non-MLib cha...Kai Jiang2016-06-1610-88/+123
* [SPARK-15782][YARN] Fix spark.jars and spark.yarn.dist.jars handlingNezih Yigitbasi2016-06-165-16/+59
* [SPARK-15966][DOC] Add closing tag to fix rendering issue for Spark monitoringDhruve Ashar2016-06-161-1/+1
* [SPARK-15608][ML][EXAMPLES][DOC] add examples and documents of ml.isotonic re...WeichenXu2016-06-169-114/+373
* [SPARK-15991] SparkContext.hadoopConfiguration should be always the base of h...Yin Huai2016-06-165-17/+28
* [SPARK-15749][SQL] make the error message more meaningfulHuaxin Gao2016-06-162-3/+4
* [SPARK-15868][WEB UI] Executors table in Executors tab should sort Executor I...Alex Bozarth2016-06-161-2/+7
* [MINOR][DOCS][SQL] Fix some comments about types(TypeCoercion,Partition) and ...Dongjoon Hyun2016-06-164-5/+5
* [SPARK-15998][SQL] Verification of SQLConf HIVE_METASTORE_PARTITION_PRUNINGgatorsmile2016-06-161-3/+57
* [SQL] Minor HashAggregateExec string output fixesCheng Lian2016-06-161-5/+5
* [SPARK-15975] Fix improper Popen retcode code handling in dev/run-testsJosh Rosen2016-06-162-2/+5
* [SPARK-15978][SQL] improve 'show tables' command related codesbomeng2016-06-162-2/+2
* [SPARK-15796][CORE] Reduce spark.memory.fraction default to avoid overrunning...Sean Owen2016-06-164-9/+26
* [SPARK-15922][MLLIB] `toIndexedRowMatrix` should consider the case `cols < of...Dongjoon Hyun2016-06-162-1/+6
* [SPARK-15977][SQL] Fix TRUNCATE TABLE for Spark specific datasource tablesHerman van Hovell2016-06-162-11/+21
* [SPARK-15981][SQL][STREAMING] Fixed bug and added tests in DataStreamReader P...Tathagata Das2016-06-161-122/+136
* [SPARK-15996][R] Fix R examples by removing deprecated functionsDongjoon Hyun2016-06-162-8/+11