aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-2109] Setting SPARK_MEM for bin/pyspark does not work.Prashant Sharma2014-07-034-19/+18
* [SPARK-2342] Evaluation helper's output type doesn't conform to input ty...Yijie Shen2014-07-031-1/+1
* SPARK-1675. Make clear whether computePrincipalComponents requires centered dataSean Owen2014-07-031-0/+2
* [SPARK] Fix NPE for ExternalAppendOnlyMapAndrew Or2014-07-032-11/+46
* [SPARK-2324] SparkContext should not exit directly when spark.local.dir is a ...yantangzhai2014-07-031-5/+11
* [SPARK-2287] [SQL] Make ScalaReflection be able to handle Generic case classes.Takuya UESHIN2014-07-022-2/+25
* [SPARK-2328] [SQL] Add execution of `SHOW TABLES` before `TestHive.reset()`.Takuya UESHIN2014-07-021-0/+3
* SPARK-2186: Spark SQL DSL support for simple aggregations such as SUM and AVGXimo Guanter Gonzalbez2014-07-023-8/+44
* update the comments in SqlParserCodingCat2014-07-011-1/+0
* [SPARK-2185] Emit warning when task size exceeds a threshold.Kay Ousterhout2014-07-017-36/+65
* SPARK-2332 [build] add exclusion for old servlet-api on hadoop-client in corePeter MacKinnon2014-07-012-1/+7
* SPARK-2293. Replace RDD.zip usage by map with predict inside.Sean Owen2014-06-301-12/+6
* [SPARK-2318] When exiting on a signal, print the signal name first.Reynold Xin2014-06-307-12/+79
* [SPARK-2322] Exception in resultHandler should NOT crash DAGScheduler and shu...Reynold Xin2014-06-303-6/+78
* SPARK-2077 Log serializer that actually ends up being usedAndrew Ash2014-06-291-0/+1
* SPARK-897: preemptively serialize closuresWilliam Benton2014-06-296-36/+196
* [SPARK-2104] Fix task serializing issues when sort with Java non serializable...jerryshao2014-06-292-8/+86
* [SPARK-1683] Track task read metrics.Kay Ousterhout2014-06-2920-86/+349
* [SPARK-2320] Reduce exception/code block font size in web uiReynold Xin2014-06-292-1/+5
* Improve MapOutputTracker error logging.Reynold Xin2014-06-281-7/+10
* [SPARK-1394] Remove SIGCHLD handler in worker subprocessMatthew Farrellee2014-06-281-0/+1
* [SPARK-2233] make-distribution script should list the git hash in the RELEASE...Guillaume Ballet2014-06-281-1/+9
* [SPARK-2003] Fix python SparkContext exampleMatthew Farrellee2014-06-271-1/+1
* [SPARK-2259] Fix highly misleading docs on cluster / client deploy modesAndrew Or2014-06-275-12/+36
* [SPARK-2307] SparkUI - storage tab displays incorrect RDDsAndrew Or2014-06-272-6/+5
* SPARK-2181:The keys for sorting the columns of Executor page in SparkUI are i...witgo2014-06-263-11/+17
* [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