[
https://issues.apache.org/jira/browse/AMBARI-13851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15006866#comment-15006866
]
Hudson commented on AMBARI-13851:
---------------------------------
ABORTED: Integrated in Ambari-trunk-Commit #3841 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/3841/])
AMBARI-13851 AMS should not assume hdfs as the protocol (dsen) (dsen:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=627e40bf43b277a0c0756069f28c541d1df3ee81])
*
ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/package/scripts/ams.py
*
ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/package/scripts/metrics_collector.py
*
ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/package/scripts/hbase.py
* ambari-server/src/main/resources/stacks/HDP/2.0.6/services/stack_advisor.py
*
ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-hbase-env.xml
*
ambari-server/src/test/python/stacks/2.0.6/AMBARI_METRICS/test_metrics_collector.py
* ambari-server/src/test/python/stacks/2.2/common/test_stack_advisor.py
* ambari-server/src/test/python/stacks/2.0.6/common/test_stack_advisor.py
*
ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/package/scripts/params.py
> AMS should not assume hdfs as the protocol
> ------------------------------------------
>
> Key: AMBARI-13851
> URL: https://issues.apache.org/jira/browse/AMBARI-13851
> Project: Ambari
> Issue Type: Bug
> Components: ambari-metrics, stacks
> Affects Versions: 2.1.3
> Reporter: Dmytro Sen
> Assignee: Dmytro Sen
> Priority: Critical
> Fix For: 2.1.3
>
> Attachments: AMBARI-13851.patch
>
>
> AMS scripts should not assume that hdfs is the protocol.
> {code}
> is_hbase_distributed = hbase_root_dir.startswith('hdfs://')
> or
> is_hbase_distributed =
> security_params['hbase-site']['hbase.rootdir'].startswith('hdfs://')
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)