aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-15782][YARN] Set spark.jars system property in client modeNezih Yigitbasi2016-06-155-6/+43
* [SPARK-15888] [SQL] fix Python UDF with aggregateDavies Liu2016-06-154-11/+77
* [SPARK-15826][CORE] PipedRDD to allow configurable char encodingTejas Patil2016-06-154-22/+36
* [SPARK-15518][CORE][FOLLOW-UP] Rename LocalSchedulerBackendEndpoint -> LocalS...Liwei Lin2016-06-154-19/+19
* [SPARK-15959][SQL] Add the support of hive.metastore.warehouse.dir backYin Huai2016-06-153-27/+106
* [SPARK-15953][WIP][STREAMING] Renamed ContinuousQuery to StreamingQueryTathagata Das2016-06-1533-254/+251
* [SPARK-15637][SPARK-15931][SPARKR] Fix R masked functions checksFelix Cheung2016-06-151-9/+18
* [SPARK-15960][SQL] Rename `spark.sql.enableFallBackToHdfsForStats` configHerman van Hovell2016-06-151-1/+1
* [SPARK-15046][YARN] Parse value of token renewal interval correctly.Marcelo Vanzin2016-06-153-7/+9
* [SPARK-15935][PYSPARK] Fix a wrong format tag in the error messageShixiong Zhu2016-06-142-2/+2
* [SPARK-15945][MLLIB] Conversion between old/new vector columns in a DataFrame...Xiangrui Meng2016-06-143-8/+218
* [SPARK-15952][SQL] fix "show databases" ordering issuebomeng2016-06-143-6/+6
* [SPARK-15011][SQL] Re-enable 'analyze MetastoreRelations' in hive StatisticsS...Herman van Hovell2016-06-142-5/+10
* [SPARK-15933][SQL][STREAMING] Refactored DF reader-writer to use readStream a...Tathagata Das2016-06-1424-758/+1679
* [SPARK-15927] Eliminate redundant DAGScheduler code.Kay Ousterhout2016-06-142-39/+74
* [SPARK-15247][SQL] Set the default number of partitions for reading parquet s...Takeshi YAMAMURO2016-06-141-1/+6
* [SPARK-15895][SQL] Filters out metadata files while doing partition discoveryCheng Lian2016-06-143-6/+60
* [SPARK-15864][SQL] Fix Inconsistent Behaviors when Uncaching Non-cached Tablesgatorsmile2016-06-148-31/+30
* [SPARK-15915][SQL] Logical plans should use canonicalized plan when override ...Takuya UESHIN2016-06-145-11/+28
* [SPARK-15655][SQL] Fix Wrong Partition Column Order when Fetching Partitioned...gatorsmile2016-06-142-1/+33
* [MINOR] Clean up several build warnings, mostly due to internal use of old ac...Sean Owen2016-06-147-136/+32
* [SPARK-15914][SQL] Add deprecated method back to SQLContext for backward sour...Sean Zhong2016-06-142-0/+293
* doc fix of HiveThriftServerJeff Zhang2016-06-143-4/+4
* [SPARK-15821][DOCS] Include parallel build infoAdam Roberts2016-06-142-2/+4
* [SPARK-15935][PYSPARK] Enable test for sql/streaming.py and fix these testsShixiong Zhu2016-06-144-20/+55
* [DOCUMENTATION] fixed typos in python programming guideMortada Mehyar2016-06-141-3/+3
* [SPARK-15932][SQL][DOC] document the contract of encoder serializer expressionsWenchen Fan2016-06-131-0/+9
* [SPARK-15663][SQL] SparkSession.catalog.listFunctions shouldn't include the l...Sandeep Singh2016-06-136-35/+67
* [SPARK-15364][ML][PYSPARK] Implement PySpark picklers for ml.Vector and ml.Ma...Liang-Chi Hsieh2016-06-1317-257/+518
* [SPARK-15808][SQL] File Format Checking When Appending Datagatorsmile2016-06-132-0/+81
* [SPARK-15910][SQL] Check schema consistency when using Kryo encoder to conver...Sean Zhong2016-06-132-2/+13
* [SPARK-15929] Fix portability of DataFrameSuite path globbing testsJosh Rosen2016-06-131-9/+36
* [SPARK-15925][SQL][SPARKR] Replaces registerTempTable with createOrReplaceTem...Cheng Lian2016-06-135-26/+31
* [SPARK-15887][SQL] Bring back the hive-site.xml support for Spark 2.0Wenchen Fan2016-06-138-7/+82
* [SPARK-15889][SQL][STREAMING] Add a unique id to ContinuousQueryTathagata Das2016-06-139-101/+167
* [SPARK-15530][SQL] Set #parallelism for file listing in listLeafFilesInParallelTakeshi YAMAMURO2016-06-132-3/+12
* [SPARK-15676][SQL] Disallow Column Names as Partition Columns For Hive Tablesgatorsmile2016-06-132-0/+31
* [HOTFIX][MINOR][SQL] Revert " Standardize 'continuous queries' to 'streaming ...Tathagata Das2016-06-133-77/+64
* [MINOR][SQL] Standardize 'continuous queries' to 'streaming Datasets/DataFrames'Liwei Lin2016-06-133-64/+77
* [SPARK-15697][REPL] Unblock some of the useful repl commands.Prashant Sharma2016-06-131-1/+1
* [SPARK-15913][CORE] Dispatcher.stopped should be enclosed by synchronized block.Dongjoon Hyun2016-06-131-13/+8
* [SPARK-15814][SQL] Aggregator can return null resultWenchen Fan2016-06-138-64/+117
* [SPARK-15813] Improve Canceling log message to make it less ambiguousPeter Ableda2016-06-131-1/+2
* [SPARK-15898][SQL] DataFrameReader.text should return DataFrameWenchen Fan2016-06-1215-36/+54
* [SPARK-15370][SQL] Fix count bugHerman van Hövell tot Westerflier2016-06-123-22/+287
* Revert "[SPARK-15753][SQL] Move Analyzer stuff to Analyzer from DataFrameWriter"Wenchen Fan2016-06-123-17/+16
* [SPARK-15870][SQL] DataFrame can't execute after uncacheTable.Takuya UESHIN2016-06-123-8/+41
* [SPARK-15370][SQL] Revert PR "Update RewriteCorrelatedSuquery rule"Herman van Hovell2016-06-123-280/+6
* [SPARK-15892][ML] Incorrectly merged AFTAggregator with zero total counthyukjinkwon2016-06-122-1/+13
* [SPARK-15832][SQL] Embedded IN/EXISTS predicate subquery throws TreeNodeExcep...Ioana Delaney2016-06-122-17/+204