You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2015/12/18 00:15:46 UTC

[jira] [Commented] (AMBARI-14422) HAWQ Init fails because of security check

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

Hadoop QA commented on AMBARI-14422:
------------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12778322/AMBARI-14422.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/4638//testReport/
Console output: https://builds.apache.org/job/Ambari-trunk-test-patch/4638//console

This message is automatically generated.

> HAWQ Init fails because of security check
> -----------------------------------------
>
>                 Key: AMBARI-14422
>                 URL: https://issues.apache.org/jira/browse/AMBARI-14422
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: 2.3.0
>            Reporter: Lav Jain
>            Assignee: Lav Jain
>             Fix For: 2.3.0
>
>         Attachments: AMBARI-14422.patch
>
>
> Hawk init fails because it assumes the cluster is secure.
> {quote}
> resource_management.core.exceptions.Fail: Execution of 'source /usr/local/hawq/greenplum_path.sh && hawq init master \-a \-v' returned 1. 20151217:00:47:07:015071 hawq_init:ip-10-32-38-248:gpadmin-[INFO]:-Prepare to do 'hawq init'
> 20151217:00:47:07:015071 hawq_init:ip-10-32-38-248:gpadmin-[INFO]:-You can check log in /home/gpadmin/hawqAdminLogs/hawq_init_20151217.log
> 20151217:00:47:07:015071 hawq_init:ip-10-32-38-248:gpadmin-[DEBUG]:-GPHOME is /usr/local/hawq/.
> 20151217:00:47:07:015071 hawq_init:ip-10-32-38-248:gpadmin-[DEBUG]:-Current user is 'gpadmin'
> 20151217:00:47:07:015071 hawq_init:ip-10-32-38-248:gpadmin-[INFO]:-Init hawq with args: ['init', 'master']
> 20151217:00:47:07:015071 hawq_init:ip-10-32-38-248:gpadmin-[INFO]:-Check: hawq_master_address_host is set
> 20151217:00:47:07:015071 hawq_init:ip-10-32-38-248:gpadmin-[INFO]:-Check: hawq_master_address_port is set
> 20151217:00:47:07:015071 hawq_init:ip-10-32-38-248:gpadmin-[INFO]:-Check: hawq_master_directory is set
> 20151217:00:47:07:015071 hawq_init:ip-10-32-38-248:gpadmin-[INFO]:-Check: hawq_segment_directory is set
> 20151217:00:47:07:015071 hawq_init:ip-10-32-38-248:gpadmin-[INFO]:-Check: hawq_segment_address_port is set
> 20151217:00:47:07:015071 hawq_init:ip-10-32-38-248:gpadmin-[INFO]:-Check: hawq_dfs_url is set
> 20151217:00:47:07:015071 hawq_init:ip-10-32-38-248:gpadmin-[INFO]:-Check: hawq_master_temp_directory is set
> 20151217:00:47:07:015071 hawq_init:ip-10-32-38-248:gpadmin-[INFO]:-Check: hawq_segment_temp_directory is set
> Traceback (most recent call last):
>   File "/usr/local/hawq/./bin/hawq_ctl", line 1012, in <module>
>     hawq_init(opts, hawq_dict)
>   File "/usr/local/hawq/./bin/hawq_ctl", line 831, in hawq_init
>     instance = HawqInit(opts, hawq_dict)
>   File "/usr/local/hawq/./bin/hawq_ctl", line 68, in __init__
>     self._get_config()
>   File "/usr/local/hawq/./bin/hawq_ctl", line 113, in _get_config
>     self.krb_server_keyfile =self.hawq_dict['krb_server_keyfile']
> KeyError: 'krb_server_keyfile'
> {quote}



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