aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-16926][SQL] Add unit test to compare table and partition column metadata.Brian Cho2016-09-021-0/+35
* [SPARK-16302][SQL] Set the right number of partitions for reading data from a...Lianhui Wang2016-09-011-1/+4
* [SPARK-16619] Add shuffle service metrics entry in monitoring docsYangyang Liu2016-09-011-0/+1
* [SPARK-16525] [SQL] Enable Row Based HashMap in HashAggregateExecQifan Pu2016-09-018-119/+326
* [SPARK-17355] Workaround for HIVE-14684 / HiveResultSetMetaData.isSigned exce...Josh Rosen2016-09-011-1/+10
* [SPARK-16461][SQL] Support partition batch pruning with `<=>` predicate in In...hyukjinkwon2016-09-012-0/+7
* [SPARK-16732][SQL] Remove unused codes in subexpressionEliminationForWholeSta...Yucai Yu2016-09-011-4/+0
* [SPARK-16926] [SQL] Remove partition columns from partition metadata.Brian Cho2016-09-011-1/+7
* [SPARK-16533][HOTFIX] Fix compilation on Scala 2.10.Marcelo Vanzin2016-09-011-1/+3
* [SPARK-17331][CORE][MLLIB] Avoid allocating 0-length arraysSean Owen2016-09-0111-20/+20
* [SPARK-17263][SQL] Add hexadecimal literal parsingHerman van Hovell2016-09-016-25/+93
* [SPARK-16533][CORE] resolve deadlocking in driver when executors dieAngus Gerry2016-09-019-138/+169
* [SPARK-17271][SQL] Remove redundant `semanticEquals()` from `SortOrder`Tejas Patil2016-09-011-3/+0
* [SPARK-17257][SQL] the physical plan of CREATE TABLE or CTAS should take Cata...Wenchen Fan2016-09-015-104/+78
* [SPARK-17353][SPARK-16943][SPARK-16942][SQL] Fix multiple bugs in CREATE TABL...gatorsmile2016-09-013-14/+273
* fixed typosSeigneurin, Alexis (CONT)2016-09-011-2/+2
* [SPARK-16283][SQL] Implements percentile_approx aggregation function which su...Sean Zhong2016-09-016-2/+893
* [SPARK-17329][BUILD] Don't build PRs with -Pyarn unless YARN code changedSean Owen2016-09-012-5/+6
* [SPARK-17318][TESTS] Fix ReplSuite replicating blocks of object with class de...Shixiong Zhu2016-08-311-0/+9
* revert PR#10896 and PR#14865Wenchen Fan2016-09-018-277/+223
* [SPARK-17241][SPARKR][MLLIB] SparkR spark.glm should have configurable regula...Xin Ren2016-08-314-5/+55
* [SPARKR][MINOR] Fix windowPartitionBy exampleJunyang Qian2016-08-311-6/+6
* [SPARK-16581][SPARKR] Fix JVM API tests in SparkRShivaram Venkataraman2016-08-311-11/+4
* [SPARK-17316][TESTS] Fix MesosCoarseGrainedSchedulerBackendSuiteShixiong Zhu2016-08-311-0/+2
* [SPARK-17326][SPARKR] Fix tests with HiveContext in SparkR not to be skipped ...hyukjinkwon2016-08-311-1/+1
* [SPARK-17332][CORE] Make Java Loggers static membersSean Owen2016-08-3127-27/+29
* [SPARK-17316][CORE] Make CoarseGrainedSchedulerBackend.removeExecutor non-blo...Shixiong Zhu2016-08-311-8/+9
* [SPARK-17320] add build_profile_flags entry to mesos build moduleMichael Gummelt2016-08-311-0/+1
* [MINOR][SPARKR] Verbose build comment in WINDOWS.md rather than promoting def...hyukjinkwon2016-08-311-1/+11
* [SPARK-17180][SPARK-17309][SPARK-17323][SQL] create AlterViewAsCommand to han...Wenchen Fan2016-08-313-60/+157
* [SPARK-17178][SPARKR][SPARKSUBMIT] Allow to set sparkr shell command through ...Jeff Zhang2016-08-314-2/+32
* [SPARK-15985][SQL] Eliminate redundant cast from an array without null or a m...Kazuaki Ishizaki2016-08-313-0/+76
* [SPARK-17318][TESTS] Fix ReplSuite replicating blocks of object with class de...Shixiong Zhu2016-08-301-1/+1
* [SPARK-17243][WEB UI] Spark 2.0 History Server won't load with very large app...Alex Bozarth2016-08-308-7/+106
* [SPARK-17314][CORE] Use Netty's DefaultThreadFactory to enable its fast Threa...Shixiong Zhu2016-08-301-5/+2
* [SPARK-17304] Fix perf. issue caused by TaskSetManager.abortIfCompletelyBlack...Josh Rosen2016-08-301-9/+13
* [SPARK-5682][CORE] Add encrypted shuffle in sparkFerdinand Xu2016-08-3027-28/+478
* [MINOR][MLLIB][SQL] Clean up unused variables and unused importXin Ren2016-08-3010-14/+16
* [MINOR][DOCS] Fix minor typos in python example codeDmitriy Sokolov2016-08-306-77/+77
* [SPARK-17264][SQL] DataStreamWriter should document that it only supports Par...Sean Owen2016-08-302-2/+2
* [SPARK-17276][CORE][TEST] Stop env params output on Jenkins job pageXin Ren2016-08-302-3/+3
* [SPARK-17234][SQL] Table Existence Checking when Index Table with the Same Na...gatorsmile2016-08-306-1/+62
* [SPARK-17289][SQL] Fix a bug to satisfy sort requirements in partial aggregat...Takeshi YAMAMURO2016-08-302-2/+23
* [SPARK-17303] Added spark-warehouse to dev/.rat-excludesfrreiss2016-08-291-0/+1
* [SPARK-17301][SQL] Remove unused classTag field from AtomicType base classJosh Rosen2016-08-301-9/+1
* [SPARK-16581][SPARKR] Make JVM backend calling functions publicShivaram Venkataraman2016-08-294-2/+167
* [SPARK-17063] [SQL] Improve performance of MSCK REPAIR TABLE with Hive metastoreDavies Liu2016-08-297-33/+200
* [SPARKR][MINOR] Fix LDA docJunyang Qian2016-08-291-3/+7
* fixed a typoSeigneurin, Alexis (CONT)2016-08-291-1/+1
* [BUILD] Closes some stale PRs.Sean Owen2016-08-290-0/+0