You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2016/06/24 13:37:16 UTC

[jira] [Commented] (AMBARI-17428) Falcon client install failed

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

Hadoop QA commented on AMBARI-17428:
------------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12813083/AMBARI-17428.patch
  against trunk revision .

    {color:green}+1 @author{color}.  The patch does not contain any @author tags.

    {color:red}-1 tests included{color}.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no new tests are needed for this patch.
                        Also please list what manual steps were performed to verify this patch.

    {color:green}+1 javac{color}.  The applied patch does not increase the total number of javac compiler warnings.

    {color:green}+1 release audit{color}.  The applied patch does not increase the total number of release audit warnings.

    {color:green}+1 core tests{color}.  The patch passed unit tests in ambari-server.

Test results: https://builds.apache.org/job/Ambari-trunk-test-patch/7528//testReport/
Console output: https://builds.apache.org/job/Ambari-trunk-test-patch/7528//console

This message is automatically generated.

> Falcon client install failed
> ----------------------------
>
>                 Key: AMBARI-17428
>                 URL: https://issues.apache.org/jira/browse/AMBARI-17428
>             Project: Ambari
>          Issue Type: Bug
>          Components: stacks
>    Affects Versions: 2.4.0
>            Reporter: Dmytro Sen
>            Assignee: Dmytro Sen
>            Priority: Blocker
>             Fix For: 2.4.0
>
>         Attachments: AMBARI-17428.patch
>
>
> Falcon client failed and is blocking UI installs :
> {code}
> "Traceback (most recent call last):\n  File \"/var/lib/ambari-agent/cache/common-services/FALCON/0.5.0.2.1/package/scripts/falcon_client.py\", line 80, in <module>\n    FalconClient().execute()\n  File \"/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py\", line 280, in execute\n    method(env)\n  File \"/var/lib/ambari-agent/cache/common-services/FALCON/0.5.0.2.1/package/scripts/falcon_client.py\", line 45, in install\n    self.configure(env)\n  File \"/var/lib/ambari-agent/cache/common-services/FALCON/0.5.0.2.1/package/scripts/falcon_client.py\", line 33, in configure\n    falcon('client', action='config')\n  File \"/usr/lib/python2.6/site-packages/ambari_commons/os_family_impl.py\", line 89, in thunk\n    return fn(*args, **kwargs)\n  File \"/var/lib/ambari-agent/cache/common-services/FALCON/0.5.0.2.1/package/scripts/falcon.py\", line 84, in falcon\n    owner = params.falcon_user)\n  File \"/usr/lib/python2.6/site-packages/resource_management/core/base.py\", line 155, in __init__\n    self.env.run()\n  File \"/usr/lib/python2.6/site-packages/resource_management/core/environment.py\", line 160, in run\n    self.run_action(resource, action)\n  File \"/usr/lib/python2.6/site-packages/resource_management/core/environment.py\", line 124, in run_action\n    provider_action()\n  File \"/usr/lib/python2.6/site-packages/resource_management/libraries/providers/properties_file.py\", line 54, in action_create\n    mode = self.resource.mode\n  File \"/usr/lib/python2.6/site-packages/resource_management/core/base.py\", line 155, in __init__\n    self.env.run()\n  File \"/usr/lib/python2.6/site-packages/resource_management/core/environment.py\", line 160, in run\n    self.run_action(resource, action)\n  File \"/usr/lib/python2.6/site-packages/resource_management/core/environment.py\", line 124, in run_action\n    provider_action()\n  File \"/usr/lib/python2.6/site-packages/resource_management/core/providers/system.py\", line 123, in action_create\n    content = self._get_content()\n  File \"/usr/lib/python2.6/site-packages/resource_management/core/providers/system.py\", line 160, in _get_content\n    return content()\n  File \"/usr/lib/python2.6/site-packages/resource_management/core/source.py\", line 51, in __call__\n    return self.get_content()\n  File \"/usr/lib/python2.6/site-packages/resource_management/core/source.py\", line 142, in get_content\n    rendered = self.template.render(self.context)\n  File \"/usr/lib/python2.6/site-packages/ambari_jinja2/environment.py\", line 891, in render\n    return self.environment.handle_exception(exc_info, True)\n  File \"<template>\", line 2, in top-level template code\n  File \"/usr/lib/python2.6/site-packages/ambari_jinja2/filters.py\", line 176, in do_dictsort\n    return sorted(value.items(), key=sort_func)\n  File \"/usr/lib/python2.6/site-packages/resource_management/libraries/script/config_dictionary.py\", line 73, in __getattr__\n    raise Fail(\"Configuration parameter '\" + self.name + \"' was not found in configurations dictionary!\")\nresource_management.core.exceptions.Fail: Configuration parameter 'falcon-client.properties' was not found in configurations dictionary!",
> {code}



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