aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Docs small fixesJacek Laskowski2015-09-082-19/+19
* [DOC] Added R to the list of languages with "high-level API" support in the…Stephen Hopper2015-09-082-10/+10
* [SPARK-9767] Remove ConnectionManager.Reynold Xin2015-09-0721-3855/+651
* [SPARK-10013] [ML] [JAVA] [TEST] remove java assert from java unit testsHolden Karau2015-09-054-52/+54
* [SPARK-10434] [SQL] Fixes Parquet schema of arrays that may contain nullCheng Lian2015-09-052-9/+10
* [SPARK-10440] [STREAMING] [DOCS] Update python API stuff in the programming g...Tathagata Das2015-09-044-12/+33
* [HOTFIX] [SQL] Fixes compilation errorCheng Lian2015-09-041-1/+1
* [SPARK-9925] [SQL] [TESTS] Set SQLConf.SHUFFLE_PARTITIONS.key correctly for t...Yin Huai2015-09-047-21/+90
* [SPARK-10402] [DOCS] [ML] Add defaults to the scaladoc for params in ml/Holden Karau2015-09-0410-2/+16
* [SPARK-10311] [STREAMING] Reload appId and attemptId when app starts with che...xutingjun2015-09-041-0/+2
* [SPARK-10454] [SPARK CORE] wait for empty event queuerobbins2015-09-041-0/+1
* [SPARK-9669] [MESOS] Support PySpark on Mesos cluster mode.Timothy Chen2015-09-043-16/+41
* [SPARK-10450] [SQL] Minor improvements to readability / style / typos etc.Andrew Or2015-09-045-15/+15
* [SPARK-10176] [SQL] Show partially analyzed plans when checkAnswer fails to a...Wenchen Fan2015-09-0490-999/+908
* MAINTENANCE: Automated closing of pull requests.Michael Armbrust2015-09-040-0/+0
* [MINOR] Minor style fix in SparkRShivaram Venkataraman2015-09-041-1/+1
* [SPARK-10003] Improve readability of DAGSchedulerAndrew Or2015-09-031-37/+9
* [SPARK-10421] [BUILD] Exclude curator artifacts from tachyon dependencies.Marcelo Vanzin2015-09-031-0/+8
* [SPARK-10435] Spark submit should fail fast for Mesos cluster mode with RAndrew Or2015-09-031-0/+3
* [SPARK-9591] [CORE] Job may fail for exception during getting remote blockjeanlyn2015-09-033-2/+80
* [SPARK-10430] [CORE] Added hashCode methods in AccumulableInfo and RDDOperati...Vinod K C2015-09-034-1/+26
* [SPARK-9672] [MESOS] Don’t include SPARK_ENV_LOADED when passing env varsPat Shields2015-09-032-4/+25
* [SPARK-9869] [STREAMING] Wait for all event notifications before asserting re...robbins2015-09-031-0/+3
* [SPARK-10431] [CORE] Fix intermittent test failure. Wait for event queue to b...robbins2015-09-031-0/+4
* [SPARK-10432] spark.port.maxRetries documentation is unclearTom Graves2015-09-031-1/+5
* [SPARK-8951] [SPARKR] support Unicode characters in collect()CHOIJAEHONG2015-09-034-8/+35
* [SPARK-9596] [SQL] treat hadoop classes as shared one in IsolatedClientLoaderWangTaoTheTonic2015-09-031-0/+1
* [SPARK-10332] [CORE] Fix yarn spark executor validationHolden Karau2015-09-031-0/+3
* [SPARK-10411] [SQL] Move visualization above explain output and hide explain ...zsxwing2015-09-021-5/+22
* [SPARK-10379] preserve first page in UnsafeShuffleExternalSorterDavies Liu2015-09-023-3/+8
* [SPARK-10247] [CORE] improve readability of a test case in DAGSchedulerSuiteImran Rashid2015-09-021-10/+47
* Removed code duplication in ShuffleBlockFetcherIteratorEvan Racah2015-09-021-8/+10
* [SPARK-8707] RDD#toDebugString fails if any cached RDD has invalid partitionsnavis.ryu2015-09-022-2/+6
* [SPARK-5945] Spark should not retry a stage infinitely on a FetchFailedExceptionIlya Ganelin2015-09-023-5/+320
* [SPARK-9723] [ML] params getordefault should throw more useful errorHolden Karau2015-09-023-8/+15
* [SPARK-10422] [SQL] String column in InMemoryColumnarCache needs to override ...Yin Huai2015-09-022-0/+22
* [SPARK-10417] [SQL] Iterating through Column results in infinite loop0x0FFF2015-09-022-0/+12
* [SPARK-10004] [SHUFFLE] Perform auth checks when clients read shuffle data.Marcelo Vanzin2015-09-0213-36/+221
* [SPARK-10389] [SQL] support order by non-attribute grouping expression on Agg...Wenchen Fan2015-09-022-39/+52
* [SPARK-10034] [SQL] add regression test for Sort on AggregateWenchen Fan2015-09-022-0/+18
* [SPARK-7336] [HISTORYSERVER] Fix bug that applications status incorrect on Jo...Chuan Shao2015-09-021-5/+22
* [SPARK-10392] [SQL] Pyspark - Wrong DateType support on JDBC connection0x0FFF2015-09-012-2/+9
* [SPARK-10162] [SQL] Fix the timezone omitting for PySpark Dataframe filter fu...0x0FFF2015-09-012-10/+23
* [SPARK-4223] [CORE] Support * in acls.zhuol2015-09-013-7/+69
* [SPARK-10398] [DOCS] Migrate Spark download page to use new lua mirroring scr...Sean Owen2015-09-012-2/+2
* [SPARK-9679] [ML] [PYSPARK] Add Python API for Stop Words RemoverHolden Karau2015-09-014-8/+93
* [SPARK-10301] [SQL] Fixes schema merging for nested structsCheng Lian2015-09-017-125/+653
* [SPARK-10378][SQL][Test] Remove HashJoinCompatibilitySuite.Reynold Xin2015-08-311-169/+0
* [SPARK-10355] [ML] [PySpark] Add Python API for SQLTransformerYanbo Liang2015-08-311-3/+54
* [SPARK-10349] [ML] OneVsRest use 'when ... otherwise' not UDF to generate new...Yanbo Liang2015-08-311-8/+2