You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2014/10/01 15:05:33 UTC

[jira] [Commented] (AMBARI-7533) Wrong hive client configs

    [ https://issues.apache.org/jira/browse/AMBARI-7533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14154765#comment-14154765 ] 

Hudson commented on AMBARI-7533:
--------------------------------

SUCCESS: Integrated in Ambari-trunk-Commit #437 (See [https://builds.apache.org/job/Ambari-trunk-Commit/437/])
AMBARI-7533. Wrong hive client configs (aonishuk) (aonishuk: http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=a172f7555c746687c599f1603721d59c4a167b75)
* ambari-server/src/main/java/org/apache/ambari/server/agent/ExecutionCommand.java
* ambari-server/src/test/python/stacks/2.1/HIVE/test_hive_metastore.py
* ambari-server/src/main/java/org/apache/ambari/server/controller/AmbariManagementControllerImpl.java
* ambari-agent/src/test/python/ambari_agent/TestActionQueue.py
* ambari-server/src/test/java/org/apache/ambari/server/controller/AmbariManagementControllerTest.java
* ambari-server/src/test/python/stacks/1.3.2/HIVE/test_hive_metastore.py
* ambari-agent/src/main/python/ambari_agent/ActionQueue.py
* ambari-server/src/main/java/org/apache/ambari/server/state/ComponentInfo.java
* ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/metainfo.xml
* ambari-server/src/test/resources/stacks/HDP/2.0.7/services/HIVE/metainfo.xml
* ambari-server/src/test/python/stacks/2.0.6/HIVE/test_hive_metastore.py
* ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HIVE/metainfo.xml
* ambari-agent/src/test/python/ambari_agent/TestActualConfigHandler.py
* ambari-server/src/main/java/org/apache/ambari/server/api/util/StackExtensionHelper.java
* ambari-server/src/test/python/stacks/2.0.6/HIVE/test_hive_client.py
* ambari-server/src/test/resources/stacks/HDP/2.0.5/services/HIVE/metainfo.xml
* ambari-server/src/test/python/stacks/1.3.2/HIVE/test_hive_server.py
* ambari-server/src/test/python/stacks/1.3.2/HIVE/test_hive_client.py
* ambari-server/src/test/python/stacks/2.0.6/HIVE/test_hive_server.py
* ambari-agent/src/main/python/ambari_agent/ActualConfigHandler.py
* ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HIVE/package/scripts/hive.py
* ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/package/scripts/hive.py


> Wrong hive client configs
> -------------------------
>
>                 Key: AMBARI-7533
>                 URL: https://issues.apache.org/jira/browse/AMBARI-7533
>             Project: Ambari
>          Issue Type: Bug
>            Reporter: Andrew Onischuk
>            Assignee: Andrew Onischuk
>             Fix For: 1.7.0
>
>
> After BUG - 18014 solved we have got a situation when hive client configs
> (stored in /etc/hive/conf/) are overwritten with server params. This leads to  
> 1\.
>     
>     
>     
>         <property>
>           <name>javax.jdo.option.ConnectionPassword</name>
>           <value>12</value>
>         </property>
>     
> present in client's hive-site.xml  
> 2\. wrong client HIVE_CONF_DIR param
>     
>     
>     
>     export HIVE_CONF_DIR=/etc/hive/conf.server
>     



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)