aboutsummaryrefslogtreecommitdiff
path: root/sql/hive
diff options
context:
space:
mode:
authorTakuya UESHIN <ueshin@happy-camper.st>2014-10-13 13:43:41 -0700
committerMichael Armbrust <michael@databricks.com>2014-10-13 13:43:41 -0700
commit73da9c26b0e2e8bf0ab055906211727a7097c963 (patch)
tree192007dc030b89c96eb4a03d305845f354701d3b /sql/hive
parentd3cdf9128ae828dc7f1893439f66a0de68c6e527 (diff)
downloadspark-73da9c26b0e2e8bf0ab055906211727a7097c963.tar.gz
spark-73da9c26b0e2e8bf0ab055906211727a7097c963.tar.bz2
spark-73da9c26b0e2e8bf0ab055906211727a7097c963.zip
[SPARK-3771][SQL] AppendingParquetOutputFormat should use reflection to prevent from breaking binary-compatibility.
Original problem is [SPARK-3764](https://issues.apache.org/jira/browse/SPARK-3764). `AppendingParquetOutputFormat` uses a binary-incompatible method `context.getTaskAttemptID`. This causes binary-incompatible of Spark itself, i.e. if Spark itself is built against hadoop-1, the artifact is for only hadoop-1, and vice versa. Author: Takuya UESHIN <ueshin@happy-camper.st> Closes #2638 from ueshin/issues/SPARK-3771 and squashes the following commits: efd3784 [Takuya UESHIN] Add a comment to explain the reason to use reflection. ec213c1 [Takuya UESHIN] Use reflection to prevent breaking binary-compatibility.
Diffstat (limited to 'sql/hive')
0 files changed, 0 insertions, 0 deletions