[
https://issues.apache.org/jira/browse/AMBARI-10043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14358956#comment-14358956
]
Hadoop QA commented on AMBARI-10043:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12704172/AMBARI-10043_01.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:red}-1 core tests{color}. The test build failed in ambari-server
Test results:
https://builds.apache.org/job/Ambari-trunk-test-patch/2007//testReport/
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/2007//console
This message is automatically generated.
> Test Kerberos Client (KERBEROS_SERVICE_CHECK) is failed after Ambari only
> upgrade from 1.6.0 to 2.0.0 when enable securitty (Centos 5.9)
> ----------------------------------------------------------------------------------------------------------------------------------------
>
> Key: AMBARI-10043
> URL: https://issues.apache.org/jira/browse/AMBARI-10043
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.0.0
> Reporter: Robert Levas
> Assignee: Robert Levas
> Labels: kerberos
> Fix For: 2.0.0
>
> Attachments: AMBARI-10043_01.patch
>
>
> *Cluster*: http://172.18.145.129:8080
> STR:
> 1)Deploy old version with all services
> 2)Make ambari only upgrade to 2.0.0 .
> 3)Enable security
> Expected result:
> Enable security is passed.
> Actual result
> KERBEROS_SERVICE_CHECK is failed after Ambari only upgrade from 1.6.0 to
> 2.0.0 when enable securitty
> {code}
> --------------------------------------------------------------------------------
> {
> "href" :
> "http://172.18.145.129:8080/api/v1/clusters/cl1/requests/8/tasks/258",
> "Tasks" : {
> "attempt_cnt" : 1,
> "cluster_name" : "cl1",
> "command" : "SERVICE_CHECK",
> "command_detail" : "SERVICE_CHECK KERBEROS",
> "end_time" : 1426091879341,
> "error_log" : "/var/lib/ambari-agent/data/errors-258.txt",
> "exit_code" : 1,
> "host_name" : "amb-upg160-rhel5oracle1426082627-9.cs1cloud.internal",
> "id" : 258,
> "output_log" : "/var/lib/ambari-agent/data/output-258.txt",
> "request_id" : 8,
> "role" : "KERBEROS_SERVICE_CHECK",
> "stage_id" : 4,
> "start_time" : 1426091872413,
> "status" : "FAILED",
> "stderr" : "Traceback (most recent call last):\n File
> \"/var/lib/ambari-agent/cache/common-services/KERBEROS/1.10.3-10/package/scripts/service_check.py\",
> line 61, in <module>\n KerberosServiceCheck().execute()\n File
> \"/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py\",
> line 214, in execute\n method(env)\n File
> \"/var/lib/ambari-agent/cache/common-services/KERBEROS/1.10.3-10/package/scripts/service_check.py\",
> line 55, in service_check\n os.remove(ccache_file_path)\nOSError: [Errno
> 2] No such file or directory:
> '/var/lib/ambari-agent/data/tmp/kerberos_service_check_cc_49ae9e4ea129d8216306a4a6e431c812'",
> "stdout" : "Performing kinit using
> [email protected]\n2015-03-11 16:37:59,095 -
> u\"Execute['/usr/kerberos/bin/kinit -c
> /var/lib/ambari-agent/data/tmp/kerberos_service_check_cc_49ae9e4ea129d8216306a4a6e431c812
> -kt /etc/security/keytabs/kerberos.service_check.vvwbohue.keytab
> [email protected]']\" {}",
> "structured_out" : { }
> }
> }
> --------------------------------------------------------------------------------
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)