[
https://issues.apache.org/jira/browse/HIVE-12685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15061131#comment-15061131
]
Wei Zheng commented on HIVE-12685:
----------------------------------
Currently we have difference versions of hive-site.xml located everywhere
{code}
wzheng /tmp/hive $ find . -name hive-site.xml
./beeline/src/test/resources/hive-site.xml
./common/src/test/resources/hive-site.xml
./conf/hive-site.xml
./data/conf/hive-site.xml
./data/conf/llap/hive-site.xml
./data/conf/perf-reg/hive-site.xml
./data/conf/spark/standalone/hive-site.xml
./data/conf/spark/yarn-client/hive-site.xml
./data/conf/tez/hive-site.xml
./hcatalog/src/test/e2e/templeton/deployers/config/hive/hive-site.xml
{code}
The one causing problem of this JIRA is common/src/test/resources/hive-site.xml
Instead of maintaining multiple pieces, we should get rid of unnecessary
hive-site.xml as much as possible. So we should remove
common/src/test/resources/hive-site.xml and just use the default one from
data/conf (for TestHiveConf).
> Remove invalid property in common/src/test/resources/hive-site.xml
> ------------------------------------------------------------------
>
> Key: HIVE-12685
> URL: https://issues.apache.org/jira/browse/HIVE-12685
> Project: Hive
> Issue Type: Bug
> Affects Versions: 2.0.0, 2.1.0
> Reporter: Wei Zheng
> Assignee: Wei Zheng
> Attachments: HIVE-12685.1.patch, HIVE-12685.2.patch
>
>
> Currently there's such a property as below, which is obviously wrong
> {code}
> <property>
> <name>javax.jdo.option.ConnectionDriverName</name>
> <value>hive-site.xml</value>
> <description>Override ConfVar defined in HiveConf</description>
> </property>
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)