aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-6178][Shuffle] Removed unused importsVinod K C2015-03-0615-28/+12
* [Minor] Resolve sbt warnings: postfix operator second should be enabledGuoQiang Li2015-03-062-0/+2
* [core] [minor] Don't pollute source directory when running UtilsSuite.Marcelo Vanzin2015-03-061-3/+4
* [CORE, DEPLOY][minor] align arguments order with docs of workerZhang, Liye2015-03-061-1/+1
* [SQL] Make Strategies a public developer APIMichael Armbrust2015-03-051-2/+5
* [SPARK-6163][SQL] jsonFile should be backed by the data source APIYin Huai2015-03-052-8/+32
* [SPARK-6145][SQL] fix ORDER BY on nested fieldsWenchen Fan2015-03-053-3/+14
* [SPARK-6175] Fix standalone executor log links when ephemeral ports or SPARK_...Josh Rosen2015-03-058-20/+57
* [SPARK-6090][MLLIB] add a basic BinaryClassificationMetrics to PySpark/MLlibXiangrui Meng2015-03-054-0/+99
* SPARK-6182 [BUILD] spark-parent pom needs to be published for both 2.10 and 2.11Sean Owen2015-03-0528-28/+28
* [SPARK-6153] [SQL] promote guava dep for hive-thriftserverDaoyuan Wang2015-03-051-0/+5
* SPARK-5143 [BUILD] [WIP] spark-network-yarn 2.11 depends on spark-network-shu...Sean Owen2015-03-042-2/+13
* [SPARK-6149] [SQL] [Build] Excludes Guava 15 referenced by jackson-module-sca...Cheng Lian2015-03-041-0/+8
* [SPARK-6144] [core] Fix addFile when source files are on "hdfs:"Marcelo Vanzin2015-03-042-50/+63
* [SPARK-6107][CORE] Display inprogress application information for event log h...Zhang, Liye2015-03-041-15/+19
* [SPARK-6134][SQL] Fix wrong datatype for casting FloatType and default LongTy...Liang-Chi Hsieh2015-03-041-2/+2
* [SPARK-6136] [SQL] Removed JDBC integration tests which depends on docker-clientCheng Lian2015-03-044-432/+0
* [SPARK-3355][Core]: Allow running maven tests in run-testsBrennon York2015-03-041-28/+44
* SPARK-6085 Increase default value for memory overheadtedyu2015-03-044-5/+5
* [SPARK-6141][MLlib] Upgrade Breeze from 0.10 to 0.11 to fix convergence bugXiangrui Meng2015-03-032-1/+5
* [SPARK-6132][HOTFIX] ContextCleaner InterruptedException should be quietAndrew Or2015-03-031-0/+1
* [SPARK-5949] HighlyCompressedMapStatus needs more classes registered w/ kryoImran Rashid2015-03-032-5/+33
* [SPARK-6133] Make sc.stop() idempotentAndrew Or2015-03-031-2/+2
* [SPARK-6132] ContextCleaner race condition across SparkContextsAndrew Or2015-03-031-13/+26
* SPARK-1911 [DOCS] Warn users if their assembly jars are not built with Java 6Sean Owen2015-03-031-0/+4
* Revert "[SPARK-5423][Core] Cleanup resources in DiskMapIterator.finalize to e...Andrew Or2015-03-031-43/+9
* [SPARK-6138][CORE][minor] enhance the `toArray` method in `SizeTrackingVector`Wenchen Fan2015-03-032-10/+12
* [SPARK-6118] making package name of deploy.worker.CommandUtils and deploy.Com...CodingCat2015-03-031-3/+2
* BUILD: Minor tweaks to internal build scriptsPatrick Wendell2015-03-031-5/+19
* HOTFIX: Bump HBase version in MapR profiles.Patrick Wendell2015-03-031-2/+2
* [SPARK-5537][MLlib][Docs] Add user guide for multinomial logistic regressionDB Tsai2015-03-021-0/+10
* [SPARK-6120] [mllib] Warnings about memory in tree, ensemble model saveJoseph K. Bradley2015-03-022-4/+50
* [SPARK-6097][MLLIB] Support tree model save/load in PySpark/MLlibXiangrui Meng2015-03-026-33/+109
* [SPARK-5310][SQL] Fixes to Docs and Datasources APIReynold Xin2015-03-0222-136/+115
* [SPARK-5950][SQL]Insert array into a metastore table saved as parquet should ...Yin Huai2015-03-0217-36/+330
* [SPARK-6127][Streaming][Docs] Add Kafka to Python api docsTathagata Das2015-03-021-0/+7
* [SPARK-5537] Add user guide for multinomial logistic regressionXiangrui Meng2015-03-021-61/+217
* [SPARK-6121][SQL][MLLIB] simpleString for UDTXiangrui Meng2015-03-022-1/+4
* [SPARK-4777][CORE] Some block memory after unrollSafely not count into used m...hushan[胡珊]2015-03-022-7/+47
* [SPARK-6048] SparkConf should not translate deprecated configs on setAndrew Or2015-03-025-22/+25
* [SPARK-6066] Make event log format easier to parseAndrew Or2015-03-0214-189/+212
* [SPARK-6082] [SQL] Provides better error message for malformed rows when cach...Cheng Lian2015-03-021-0/+11
* [SPARK-6114][SQL] Avoid metastore conversions before plan is resolvedMichael Armbrust2015-03-022-0/+14
* [SPARK-5522] Accelerate the Histroty Server startguliangliang2015-03-021-41/+74
* [SPARK-6050] [yarn] Relax matching of vcore count in received containers.Marcelo Vanzin2015-03-021-2/+8
* [SPARK-6040][SQL] Fix the percent bug in tablesampleq002515982015-03-022-1/+11
* [Minor] Fix doc typo for describing primitiveTerm effectiveness conditionLiang-Chi Hsieh2015-03-021-1/+1
* SPARK-5390 [DOCS] Encourage users to post on Stack Overflow in Community DocsSean Owen2015-03-021-8/+2
* [DOCS] Refactored Dataframe join comment to use correct parameter orderingPaul Power2015-03-021-2/+2
* [SPARK-6080] [PySpark] correct LogisticRegressionWithLBFGS regType parameter ...Yanbo Liang2015-03-021-1/+1