aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-15234][SQL] Fix spark.catalog.listDatabases.show()Andrew Or2016-05-094-14/+55
* [SPARK-15025][SQL] fix duplicate of PATH key in datasource table optionsxin Wu2016-05-092-6/+29
* [SPARK-15209] Fix display of job descriptions with single quotes in web UI ti...Josh Rosen2016-05-102-8/+14
* [SPARK-14972] Improve performance of JSON schema inference's compatibleType m...Josh Rosen2016-05-094-24/+94
* [SPARK-15173][SQL] DataFrameWriter.insertInto should work with datasource tab...Wenchen Fan2016-05-094-7/+23
* [SPARK-10653][CORE] Remove unnecessary things from SparkEnvAlex Bozarth2016-05-095-24/+12
* [SPARK-15166][SQL] Move some hive-specific code from SparkSessionAndrew Or2016-05-093-19/+13
* [SPARK-15210][SQL] Add missing @DeveloperApi annotation in sql.typesZheng RuiFeng2016-05-093-1/+6
* [SAPRK-15220][UI] add hyperlink to running application and completed applicationmwws2016-05-091-4/+4
* [MINOR][SQL] Enhance the exception message if checkpointLocation is not setjerryshao2016-05-091-3/+9
* [SPARK-15067][YARN] YARN executors are launched with fixed perm gen sizeSean Owen2016-05-092-3/+39
* [SPARK-15225][SQL] Replace SQLContext with SparkSession in Encoder documentationLiang-Chi Hsieh2016-05-091-4/+4
* [SPARK-15223][DOCS] fix wrongly named config referencePhilipp Hoffmann2016-05-091-2/+2
* [MINOR][DOCS] Remove remaining sqlContext in documentation at exampleshyukjinkwon2016-05-092-2/+2
* [SPARK-14127][SQL] Makes 'DESC [EXTENDED|FORMATTED] <table>' support data sou...Cheng Lian2016-05-092-30/+47
* [SPARK-15199][SQL] Disallow Dropping Build-in Functionsgatorsmile2016-05-092-1/+26
* [SPARK-15093][SQL] create/delete/rename directory for InMemoryCatalog operati...Wenchen Fan2016-05-094-44/+232
* [MINOR] [SPARKR] Update data-manipulation.R to use native csv readerYanbo Liang2016-05-094-12/+8
* [SPARK-14459][SQL] Detect relation partitioning and adjust the logical planRyan Blue2016-05-095-12/+143
* [MINOR][TEST][STREAMING] make "testDir" able to be claened after test.mwws2016-05-091-4/+4
* [SPARK-15172][ML] Explicitly tell user initial coefficients is ignored when s...dding32016-05-091-2/+3
* [SPARK-15136][PYSPARK][DOC] Fix links to sphinx style and add a default param...Holden Karau2016-05-095-25/+40
* [SPARK-14814][MLLIB] API: Java compatibility, docsYuhao Yang2016-05-092-2/+12
* [SPARK-15211][SQL] Select features column from LibSVMRelation causes failureLiang-Chi Hsieh2016-05-092-1/+10
* [SPARK-15184][SQL] Fix Silent Removal of An Existent Temp Table by Rename Tablegatorsmile2016-05-092-0/+69
* [SPARK-15185][SQL] InMemoryCatalog: Silent Removal of an Existent Table/Funct...gatorsmile2016-05-092-5/+62
* [SPARK-12479][SPARKR] sparkR collect on GroupedData throws R error "missing v...Sun Rui2016-05-082-0/+7
* [SPARK-15178][CORE] Remove LazyFileRegion instead use netty's DefaultFileRegionSandeep Singh2016-05-072-112/+1
* [DOC][MINOR] Fixed minor errors in feature.ml user guide docBryan Cutler2016-05-071-3/+5
* [MINOR][ML][PYSPARK] ALS example cleanupNick Pentreath2016-05-073-17/+4
* [SPARK-15122] [SQL] Fix TPC-DS 41 - Normalize predicates before pulling them outHerman van Hovell2016-05-062-1/+15
* [SPARK-15051][SQL] Create a TypedColumn aliasKevin Yu2016-05-072-6/+21
* [SPARK-15087][MINOR][DOC] Follow Up: Fix the CommentsSandeep Singh2016-05-071-5/+0
* [SPARK-1239] Improve fetching of map output statusesThomas Graves2016-05-067-84/+290
* [SPARK-14997][SQL] Fixed FileCatalog to return correct set of files when ther...Tathagata Das2016-05-065-30/+356
* [SPARK-14050][ML] Add multiple languages support and additional methods for S...Burak Köse2016-05-0620-87/+2614
* [SPARK-15108][SQL] Describe Permanent UDTFgatorsmile2016-05-0611-31/+91
* [SPARK-14512] [DOC] Add python example for QuantileDiscretizerZheng RuiFeng2016-05-062-0/+48
* [SPARK-14962][SQL] Do not push down isnotnull/isnull on unsuportted types in ORChyukjinkwon2016-05-076-56/+126
* [SPARK-14738][BUILD] Separate docker integration tests from main buildLuciano Resende2016-05-066-12/+22
* [SPARK-11395][SPARKR] Support over and window specification in SparkR.Sun Rui2016-05-058-7/+364
* [HOTFIX] Fix MLUtils compileAndrew Or2016-05-051-1/+1
* [SPARK-15152][DOC][MINOR] Scaladoc and Code style ImprovementsJacek Laskowski2016-05-0515-68/+66
* [SPARK-14893][SQL] Re-enable HiveSparkSubmitSuite SPARK-8489 test after HiveC...Dilip Biswal2016-05-054-7/+8
* [SPARK-9926] Parallelize partition logic in UnionRDD.Ryan Blue2016-05-052-1/+34
* [SPARK-15158][CORE] downgrade shouldRollover message to debug leveldepend2016-05-051-1/+1
* [SPARK-15134][EXAMPLE] Indent SparkSession builder patterns and update binary...Dongjoon Hyun2016-05-05142-178/+585
* [SPARK-15135][SQL] Make sure SparkSession thread safeShixiong Zhu2016-05-056-56/+73
* [SPARK-15072][SQL][REPL][EXAMPLES] Remove SparkSession.withHiveSupportSandeep Singh2016-05-054-24/+20
* [SPARK-14124][SQL][FOLLOWUP] Implement Database-related DDL Commandsgatorsmile2016-05-054-97/+311