[
https://issues.apache.org/jira/browse/AMBARI-9046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14269999#comment-14269999
]
Hudson commented on AMBARI-9046:
--------------------------------
FAILURE: Integrated in Ambari-trunk-Commit-docker #701 (See
[https://builds.apache.org/job/Ambari-trunk-Commit-docker/701/])
AMBARI-9046. templeton.hive.properties set incorrectly (onechiporenko)
(onechiporenko:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=76b7d3d465324f73b2d8e3a6f92cf3b9e24430d7)
*
ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/configuration/webhcat-site.xml
* ambari-web/app/models/service_config.js
* ambari-web/test/models/service_config_test.js
* ambari-web/app/utils/config.js
*
ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/configuration/webhcat-site.xml
*
ambari-server/src/main/resources/stacks/PHD/3.0.0.0/services/HIVE/configuration/webhcat-site.xml
*
ambari-server/src/main/resources/stacks/BIGTOP/0.8/services/HIVE/configuration/webhcat-site.xml
> templeton.hive.properties set incorrectly
> -----------------------------------------
>
> Key: AMBARI-9046
> URL: https://issues.apache.org/jira/browse/AMBARI-9046
> Project: Ambari
> Issue Type: Bug
> Components: ambari-web
> Affects Versions: 2.0.0
> Reporter: Oleg Nechiporenko
> Assignee: Oleg Nechiporenko
> Priority: Critical
> Fix For: 2.0.0
>
> Attachments: AMBARI-9046.patch
>
>
> By default, ambari sets templeton.hive.properties in webhcat-site as:
> {code}
> hive.metastore.local=false,
> hive.metastore.uris=thrift://ip-10-146-190-24.ec2.internal:9933,
> hive.metastore.sasl.enabled=false, hive.metastore.execute.setugi=true
> {code}
> Two issues (see attached screen shot):
> 1) the spaces between the properties causes issue when using webhcat (like
> from hue or pig view for example)
> 2) the hive.metastore.uris component of that property looks incorrect. it
> has the wrong port (compared to the actually property
> thrift://ip-10-146-190-24.ec2.internal:9083 which is the value of property
> hive.metastore.uris)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)