[
https://issues.apache.org/jira/browse/AMBARI-15460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15199433#comment-15199433
]
Andrew Onischuk commented on AMBARI-15460:
------------------------------------------
Seems like Ambari QA is broken. There is 24 tasks in queue. Run the tests
manually:
{noformat}
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:06:40.536s
[INFO] Finished at: Wed Mar 16 18:08:58 EET 2016
[INFO] Final Memory: 117M/496M
[INFO] ------------------------------------------------------------------------
{noformat}
> Download client configurations does not work
> --------------------------------------------
>
> Key: AMBARI-15460
> URL: https://issues.apache.org/jira/browse/AMBARI-15460
> Project: Ambari
> Issue Type: Bug
> Reporter: Andrew Onischuk
> Assignee: Andrew Onischuk
> Fix For: 2.2.2
>
> Attachments: AMBARI-15460.patch
>
>
> **STR**
> 1) Try to download HDFS client configurations
> **Result**
>
>
> 2016-03-16 11:53:39,160 - Using hadoop conf dir:
> /usr/hdp/current/hadoop-client/conf
> Traceback (most recent call last):
> File
> "/var/lib/ambari-server/resources/common-services/HDFS/2.1.0.2.0/package/scripts/hdfs_client.py",
> line 120, in <module>
> HdfsClient().execute()
> File
> "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py",
> line 219, in execute
> method(env)
> File
> "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py",
> line 605, in generate_configs
> import params
> File
> "/var/lib/ambari-server/resources/common-services/HDFS/2.1.0.2.0/package/scripts/params.py",
> line 25, in <module>
> from params_linux import *
> File
> "/var/lib/ambari-server/resources/common-services/HDFS/2.1.0.2.0/package/scripts/params_linux.py",
> line 52, in <module>
> agent_stack_retry_on_unavailability =
> cbool(config["hostLevelParams"]["agent_stack_retry_on_unavailability"])
> File "/usr/lib/python2.6/site-packages/ambari_commons/str_utils.py",
> line 48, in cbool
> return bool(obj)
> File
> "/usr/lib/python2.6/site-packages/resource_management/libraries/script/config_dictionary.py",
> line 81, in __getattr__
> raise Fail("Configuration parameter '" + self.name + "' was not found
> in configurations dictionary!")
> resource_management.core.exceptions.Fail: Configuration parameter
> 'agent_stack_retry_on_unavailability' was not found in configurations
> dictionary!
>
> hostLevelParams/agent_stack_retry_on_unavailability is not set.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)