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

Hadoop QA commented on AMBARI-14619:
------------------------------------

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

This message is automatically generated.

> Hawq master install fails if hawq user password is numeric
> ----------------------------------------------------------
>
>                 Key: AMBARI-14619
>                 URL: https://issues.apache.org/jira/browse/AMBARI-14619
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: trunk, 2.2.0
>            Reporter: Lav Jain
>            Assignee: Lav Jain
>            Priority: Minor
>             Fix For: 2.3.0
>
>         Attachments: AMBARI-14619.patch
>
>
> STR:
> Install Ambari from trunk
> Select Hawq to be installed.
> Provide "12345" as value for "HAWQ system user password"
> Deployment fails with:
> {code}
> Traceback (most recent call last):
>   File 
> "/var/lib/ambari-agent/cache/common-services/HAWQ/2.0.0/package/scripts/hawqmaster.py",
>  line 58, in <module>
>     HawqMaster().execute()
>   File 
> "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py",
>  line 224, in execute
>     method(env)
>   File 
> "/var/lib/ambari-agent/cache/common-services/HAWQ/2.0.0/package/scripts/hawqmaster.py",
>  line 34, in install
>     self.configure(env)
>   File 
> "/var/lib/ambari-agent/cache/common-services/HAWQ/2.0.0/package/scripts/hawqmaster.py",
>  line 40, in configure
>     master_helper.configure_master()
>   File 
> "/var/lib/ambari-agent/cache/common-services/HAWQ/2.0.0/package/scripts/master_helper.py",
>  line 68, in configure_master
>     common.setup_user()
>   File 
> "/var/lib/ambari-agent/cache/common-services/HAWQ/2.0.0/package/scripts/common.py",
>  line 51, in setup_user
>     __create_hawq_user()
>   File 
> "/var/lib/ambari-agent/cache/common-services/HAWQ/2.0.0/package/scripts/common.py",
>  line 64, in __create_hawq_user
>     password=crypt.crypt(params.hawq_password, "salt"),
>   File "/usr/lib64/python2.6/crypt.py", line 55, in crypt
>     return _crypt.crypt(word, salt)
> TypeError: crypt() argument 1 must be string, not int
> {code}



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

Reply via email to