aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [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-2322] Exception in resultHandler should NOT crash DAGScheduler and shu...Reynold Xin2014-06-303-6/+78
* [SPARK-1394] Remove SIGCHLD handler in worker subprocessMatthew Farrellee2014-06-281-0/+1
* Revert "[maven-release-plugin] prepare release v1.0.1-rc1"Patrick Wendell2014-06-2721-22/+22
* Revert "[maven-release-plugin] prepare for next development iteration"Patrick Wendell2014-06-2721-22/+22
* [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
* [maven-release-plugin] prepare for next development iterationUbuntu2014-06-2621-22/+22
* [maven-release-plugin] prepare release v1.0.1-rc1Ubuntu2014-06-2621-22/+22
* CHANGES.txt for release 1.0.1Patrick Wendell2014-06-261-0/+778
* Fixing AWS instance type information based upon current EC2 dataZichuan Ye2014-06-261-5/+14
* Small error in previous commitPatrick Wendell2014-06-261-2/+2
* Updating versions for 1.0.1 releasePatrick Wendell2014-06-269-11/+11
* [SPARK-2286][UI] Report exception/errors for failed tasks that are not Except...Reynold Xin2014-06-264-26/+75
* [SPARK-2295] [SQL] Make JavaBeans nullability stricter.Takuya UESHIN2014-06-261-19/+18
* [SPARK-2251] fix concurrency issues in random sampler (branch-1.0)Xiangrui Meng2014-06-262-4/+15
* 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-2284][UI] Mark all failed tasks as failures.Reynold Xin2014-06-252-4/+35
* [SPARK-2172] PySpark cannot import mllib modules in YARN-client modeSzul, Piotr2014-06-251-0/+8
* [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
* [SPARK-1912] fix compress memory issue during reduceWenchen Fan(Cloud)2014-06-251-2/+20
* [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
* Replace doc reference to Shark with Spark SQL.Reynold Xin2014-06-251-3/+2
* [SPARK-2267] Log exception when TaskResultGetter fails to fetch/deserialze ta...Reynold Xin2014-06-251-1/+2
* [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
* Fix possible null pointer in acumulator toStringMichael Armbrust2014-06-241-1/+1
* [SPARK-2264][SQL] Fix failing CachedTableSuiteMichael Armbrust2014-06-243-24/+25
* [SQL]Add base row updating methods for JoinedRowCheng Hao2014-06-241-0/+17
* [SPARK-2252] Fix MathJax for HTTPs.Reynold Xin2014-06-231-13/+23
* [SPARK-2227] Support dfs command in SQL.Reynold Xin2014-06-231-8/+6
* [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-2241: quote command line args in ec2 scriptOri Kremer2014-06-221-1/+1
* [SPARK-1112, 2156] (1.0 edition) Use correct akka frame size and overhead amo...Patrick Wendell2014-06-227-18/+33
* SPARK-2034. KafkaInputDStream doesn't close resources and may prevent JVM shu...Sean Owen2014-06-221-22/+33
* [SQL] Break hiveOperators.scala into multiple files.Reynold Xin2014-06-216-529/+610
* [SQL] Pass SQLContext instead of SparkContext into physical operators.Reynold Xin2014-06-207-44/+51
* [SQL] Use hive.SessionState, not the thread local SessionStateAaron Davidson2014-06-201-1/+1
* Move ScriptTransformation into the appropriate place.Reynold Xin2014-06-201-0/+0