aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-2251] fix concurrency issues in random samplerXiangrui Meng2014-06-263-22/+38
* [SPARK-2297][UI] Make task attempt and speculation more explicit in UI.Reynold Xin2014-06-268-49/+102
* Removed throwable field from FetchFailedException and added MetadataFetchFail...Reynold Xin2014-06-267-27/+42
* [SQL]Extract the joinkeys from join conditionCheng Hao2014-06-263-49/+33
* Strip '@' symbols when merging pull requests.Patrick Wendell2014-06-261-1/+3
* Fixing AWS instance type information based upon current EC2 dataZichuan Ye2014-06-261-8/+17
* [SPARK-2286][UI] Report exception/errors for failed tasks that are not Except...Reynold Xin2014-06-265-28/+77
* [SPARK-2295] [SQL] Make JavaBeans nullability stricter.Takuya UESHIN2014-06-261-19/+18
* Remove use of spark.worker.instancesKay Ousterhout2014-06-261-1/+1
* [SPARK-2254] [SQL] ScalaRefection should mark primitive types as non-nullable.Takuya UESHIN2014-06-252-31/+165
* [SPARK-2172] PySpark cannot import mllib modules in YARN-client modeSzul, Piotr2014-06-251-0/+8
* [SPARK-2284][UI] Mark all failed tasks as failures.Reynold Xin2014-06-252-4/+35
* [SPARK-1749] Job cancellation when SchedulerBackend does not implement killTaskMark Hamstra2014-06-252-9/+69
* [SPARK-2283][SQL] Reset test environment before running PruningSuiteCheng Lian2014-06-251-0/+5
* [SQL] SPARK-1800 Add broadcast hash join operator & associated hints.Zongheng Yang2014-06-2515-233/+395
* [SPARK-2204] Launch tasks on the proper executors in mesos fine-grained modeSebastien Rainville2014-06-251-7/+6
* [SPARK-2270] Kryo cannot serialize results returned by asJavaIterableReynold Xin2014-06-252-0/+65
* [SPARK-2258 / 2266] Fix a few worker UI bugsAndrew Or2014-06-252-3/+4
* [SPARK-2242] HOTFIX: pyspark shell hangs on simple jobAndrew Or2014-06-251-8/+13
* Replace doc reference to Shark with Spark SQL.Reynold Xin2014-06-251-3/+2
* SPARK-2038: rename "conf" parameters in the saveAsHadoop functions with sourc...CodingCat2014-06-251-20/+29
* [BUGFIX][SQL] Should match java.math.BigDecimal when wnrapping Hive outputCheng Lian2014-06-251-4/+4
* [SPARK-2263][SQL] Support inserting MAP<K, V> to Hive tablesCheng Lian2014-06-253-6/+20
* SPARK-2248: spark.default.parallelism does not apply in local modewitgo2014-06-242-1/+18
* Fix possible null pointer in acumulator toStringMichael Armbrust2014-06-241-1/+1
* Autodetect JAVA_HOME on RPM-based systemsMatthew Farrellee2014-06-241-0/+11
* [SQL]Add base row updating methods for JoinedRowCheng Hao2014-06-241-0/+17
* [SPARK-1112, 2156] Bootstrap to fetch the driver's Spark properties.Xiangrui Meng2014-06-246-40/+54
* [SPARK-2264][SQL] Fix failing CachedTableSuiteMichael Armbrust2014-06-243-30/+29
* Fix broken Json tests.Kay Ousterhout2014-06-241-12/+11
* HOTFIX: Disabling tests per SPARK-2264Patrick Wendell2014-06-241-5/+7
* SPARK-1937: fix issue with task localityRui Li2014-06-243-14/+71
* [SPARK-2252] Fix MathJax for HTTPs.Reynold Xin2014-06-231-13/+23
* [SPARK-2124] Move aggregation into shuffle implementationsjerryshao2014-06-2317-64/+112
* [SPARK-2227] Support dfs command in SQL.Reynold Xin2014-06-231-8/+6
* Cleanup on Connection, ConnectionManagerId, ConnectionManager classes part 2Henry Saputra2014-06-233-69/+62
* [SPARK-1768] History server enhancements.Marcelo Vanzin2014-06-239-244/+448
* [SPARK-2118] spark class should complain if tools jar is missing.Prashant Sharma2014-06-231-0/+5
* [SPARK-1669][SQL] Made cacheTable idempotentCheng Lian2014-06-232-4/+29
* Fix mvn detectionMatthew Farrellee2014-06-231-2/+2
* Fixed small running on YARN docs typoVlad2014-06-231-1/+1
* [SPARK-1395] Fix "local:" URI support in Yarn mode (again).Marcelo Vanzin2014-06-235-104/+274
* SPARK-2166 - Listing of instances to be terminated before the promptJean-Martin Archer2014-06-221-5/+9
* SPARK-2241: quote command line args in ec2 scriptOri Kremer2014-06-221-1/+1
* SPARK-2229: FileAppender throw an llegalArgumentException in jdk6witgo2014-06-222-5/+5
* SPARK-1316. Remove use of Commons IOSean Owen2014-06-222-10/+13
* SPARK-2034. KafkaInputDStream doesn't close resources and may prevent JVM shu...Sean Owen2014-06-221-22/+33
* SPARK-2231: dev/run-tests should include YARN and use a recent Hadoop versionPatrick Wendell2014-06-221-0/+3
* SPARK-1996. Remove use of special Maven repo for AkkaSean Owen2014-06-2110-23/+0
* HOTFIX: Add excludes for new MIMA filesPatrick Wendell2014-06-211-0/+2