GitHub user yhuai opened a pull request:
https://github.com/apache/spark/pull/12791
[SPARK-15019] Propagate all Spark Confs to HiveConf created in
HiveClientImpl
## What changes were proposed in this pull request?
This PR makes two changes:
1. We will propagate Spark Confs to HiveConf created in HiveClientImpl. So,
users can also use spark conf to set warehouse location and metastore url.
2. In sql/hive, HiveClientImpl will be the only place where we create a new
HiveConf.
## How was this patch tested?
Existing tests.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/yhuai/spark onlyUseHiveConfInHiveClientImpl
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/12791.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 #12791
----
commit f5fe112ed6d5b3127843b76213e84f21908dd9d4
Author: Yin Huai <[email protected]>
Date: 2016-04-29T20:53:14Z
Fix typo
commit 79265068771d82844d37965bbf116c6b51ee099e
Author: Yin Huai <[email protected]>
Date: 2016-04-29T22:14:49Z
Propagate Spark conf to the HiveConf created in HiveClientImpl
commit 9364a9d7514e95c6a4081a059c9dbc4fdaaa18b8
Author: Yin Huai <[email protected]>
Date: 2016-04-29T22:28:11Z
Only create HiveConf in HiveClientImpl.
----
---
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]