GitHub user rdblue opened a pull request:
https://github.com/apache/spark/pull/11273
SPARK-13403: Pass hadoopConfiguration to HiveConf constructors.
This commit updates the HiveContext so that sc.hadoopConfiguration is used
to instantiate its internal instances of HiveConf.
I tested this by overriding the S3 FileSystem implementation from
spark-defaults.conf as "spark.hadoop.fs.s3.impl" (to avoid
[HADOOP-12810](https://issues.apache.org/jira/browse/HADOOP-12810)).
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rdblue/spark
SPARK-13403-new-hive-conf-from-hadoop-conf
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/11273.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #11273
----
commit 32a3dcfd8a825fa8c5c3e1d66aa6c6834fb80736
Author: Ryan Blue <[email protected]>
Date: 2016-02-19T01:02:23Z
SPARK-13403: Pass hadoopConfiguration to HiveConf constructors.
sc.hadoopConfiguration may contain Hadoop-specific configuration
properties that are not used by SparkSQL's HiveContext because it is not
passed when constructing instances of HiveConf.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]