You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Andrew Onischuk (JIRA)" <ji...@apache.org> on 2015/01/27 14:14:34 UTC

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

Andrew Onischuk created AMBARI-9352:
---------------------------------------

             Summary: 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)