[
https://issues.apache.org/jira/browse/AMBARI-12056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14595100#comment-14595100
]
Hadoop QA commented on AMBARI-12056:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12740914/AMBARI-12056.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/3219//testReport/
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/3219//console
This message is automatically generated.
> Knox service script is broken
> -----------------------------
>
> Key: AMBARI-12056
> URL: https://issues.apache.org/jira/browse/AMBARI-12056
> Project: Ambari
> Issue Type: Bug
> Components: stacks
> Affects Versions: 2.1.0
> Reporter: Dmytro Sen
> Assignee: Dmytro Sen
> Priority: Blocker
> Fix For: 2.1.0
>
> Attachments: AMBARI-12056.patch
>
>
> Got this stderr when tried to start KNOX service after enabling NameNode HA
> {noformat}
> Traceback (most recent call last):
> File
> "/var/lib/ambari-agent/cache/common-services/KNOX/0.5.0.2.2/package/scripts/knox_gateway.py",
> line 268, in <module>
> KnoxGateway().execute()
> File
> "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py",
> line 216, in execute
> method(env)
> File
> "/var/lib/ambari-agent/cache/common-services/KNOX/0.5.0.2.2/package/scripts/knox_gateway.py",
> line 148, in start
> import params
> File
> "/var/lib/ambari-agent/cache/common-services/KNOX/0.5.0.2.2/package/scripts/params.py",
> line 27, in <module>
> from params_linux import *
> File
> "/var/lib/ambari-agent/cache/common-services/KNOX/0.5.0.2.2/package/scripts/params_linux.py",
> line 98, in <module>
> if dfs_ha_enabled and namenode_rpc:
> NameError: name 'namenode_rpc' is not defined
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)