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 2015/01/27 15:27:35 UTC

[jira] [Commented] (AMBARI-9352) Ambari HDFS service check fails in HDFS HA https policy setup

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

Hudson commented on AMBARI-9352:
--------------------------------

FAILURE: Integrated in Ambari-trunk-Commit #1614 (See [https://builds.apache.org/job/Ambari-trunk-Commit/1614/])
AMBARI-9352. Ambari HDFS service check fails in HDFS HA https policy setup (aonishuk) (aonishuk: http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=68b35a509bccb35cdf32ed34a376d98dde10e915)
* ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/package/files/checkWebUI.py
* ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/configuration/hdfs-site.xml
* ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/package/scripts/params.py
* ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/package/scripts/service_check.py


> Ambari HDFS service check fails in HDFS HA https policy setup
> -------------------------------------------------------------
>
>                 Key: AMBARI-9352
>                 URL: https://issues.apache.org/jira/browse/AMBARI-9352
>             Project: Ambari
>          Issue Type: Bug
>            Reporter: Andrew Onischuk
>            Assignee: Andrew Onischuk
>             Fix For: 2.0.0
>
>
> PROBLEM:
> HDP 2.2.0, Ambari 1.7.0  
> when enable https for namenode HA, ambari service check fails
>     
>     
>     
>     2015-01-05 13:23:21,579 - Error while executing command 'service_check':
>     Traceback (most recent call last):
>       File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 123, in execute
>         method(env)
>       File "/var/lib/ambari-agent/cache/stacks/HDP/2.0.6/services/HDFS/package/scripts/service_check.py", line 103, in service_check
>         tries=5
>       File "/usr/lib/python2.6/site-packages/resource_management/core/base.py", line 148, in __init__
>         self.env.run()
>       File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 149, in run
>         self.run_action(resource, action)
>       File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 115, in run_action
>         provider_action()
>       File "/usr/lib/python2.6/site-packages/resource_management/core/providers/system.py", line 241, in action_run
>         raise ex
>     Fail: Execution of 'su -s /bin/bash - ambari-qa -c 'python /var/lib/ambari-agent/data/tmp/checkWebUI.py -m hdpsecd04.secd.hwxsup.com,hdpsecd03.secd.hwxsup.com,hdpsecd02.secd.hwxsup.com -p 8480'' returned 1. Cannot access WEB UI on: http://hdpsecd04.secd.hwxsup.com:8480
>     
>     
> According to above, it is still using the journal node dfs.journalnode.http-
> address and http protocol. It should be using dfs.journalnode.https-address.
> The https is enabled by property dfs.http.policy=HTTPS_ONLY



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