spark-instrumented-optimizer/sql/hive
Cheng Lian fde6945417 [SPARK-6369] [SQL] Uses commit coordinator to help committing Hive and Parquet tables
This PR leverages the output commit coordinator introduced in #4066 to help committing Hive and Parquet tables.

This PR extracts output commit code in `SparkHadoopWriter.commit` to `SparkHadoopMapRedUtil.commitTask`, and reuses it for committing Parquet and Hive tables on executor side.

TODO

- [ ] Add tests

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/apache/spark/5139)
<!-- Reviewable:end -->

Author: Cheng Lian <lian@databricks.com>

Closes #5139 from liancheng/spark-6369 and squashes the following commits:

72eb628 [Cheng Lian] Fixes typo in javadoc
9a4b82b [Cheng Lian] Adds javadoc and addresses @aarondav's comments
dfdf3ef [Cheng Lian] Uses commit coordinator to help committing Hive and Parquet tables
2015-03-31 07:48:37 +08:00
..
compatibility/src/test/scala/org/apache/spark/sql/hive/execution [SPARK-5680][SQL] Sum function on all null values, should return zero 2015-03-21 13:24:24 -07:00
src [SPARK-6369] [SQL] Uses commit coordinator to help committing Hive and Parquet tables 2015-03-31 07:48:37 +08:00
v0.12.0/src/main/scala/org/apache/spark/sql/hive [SPARK-5498][SQL]fix query exception when partition schema does not match table schema 2015-03-25 17:47:45 -07:00
v0.13.1/src/main/scala/org/apache/spark/sql/hive [SPARK-5498][SQL]fix query exception when partition schema does not match table schema 2015-03-25 17:47:45 -07:00
pom.xml [SPARK-6371] [build] Update version to 1.4.0-SNAPSHOT. 2015-03-20 18:43:57 +00:00