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 2014/10/31 01:26:35 UTC

[jira] [Commented] (AMBARI-8054) Version comparison fails for GlusterFS

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

Hadoop QA commented on AMBARI-8054:
-----------------------------------

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

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

    {color:green}+1 tests included{color}.  The patch appears to include 1 new or modified test files.

    {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/424//testReport/
Console output: https://builds.apache.org/job/Ambari-trunk-test-patch/424//console

This message is automatically generated.

> Version comparison fails for GlusterFS
> --------------------------------------
>
>                 Key: AMBARI-8054
>                 URL: https://issues.apache.org/jira/browse/AMBARI-8054
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: 1.7.0
>            Reporter: Alejandro Fernandez
>            Assignee: Alejandro Fernandez
>            Priority: Critical
>             Fix For: 1.7.0
>
>         Attachments: AMBARI-8054.patch
>
>
> When installing a cluster with GlusterFS stack, the version comparison fails.
> {code}
> Traceback (most recent call last):
> File "/var/lib/ambari-agent/cache/stacks/HDP/2.0.6/services/HIVE/package/scripts/hive_client.py", line 42, in <module>
> HiveClient().execute()
> File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 122, in execute
> method(env)
> File "/var/lib/ambari-agent/cache/stacks/HDP/2.0.6/services/HIVE/package/scripts/hive_client.py", line 27, in install
> import params
> File "/var/lib/ambari-agent/cache/stacks/HDP/2.0.6/services/HIVE/package/scripts/params.py", line 32, in <module>
> hdp_stack_version = format_hdp_stack_version(hdp_stack_version)
> File "/usr/lib/python2.6/site-packages/resource_management/libraries/functions/version.py", line 43, in format_hdp_stack_version
> normalized = _normalize(str(input))
> File "/usr/lib/python2.6/site-packages/resource_management/libraries/functions/version.py", line 34, in _normalize
> return [int(x) for x in v_list]
> ValueError: invalid literal for int() with base 10: 'GlusterFS'
> {code}
> and
> {code}
> Traceback (most recent call last):
> File "/var/lib/ambari-agent/cache/stacks/HDP/2.0.6/services/HIVE/package/scripts/hcat_client.py", line 43, in <module>
> HCatClient().execute()
> File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 122, in execute
> method(env)
> File "/var/lib/ambari-agent/cache/stacks/HDP/2.0.6/services/HIVE/package/scripts/hcat_client.py", line 28, in install
> self.configure(env)
> File "/var/lib/ambari-agent/cache/stacks/HDP/2.0.6/services/HIVE/package/scripts/hcat_client.py", line 31, in configure
> import params
> File "/var/lib/ambari-agent/cache/stacks/HDP/2.0.6/services/HIVE/package/scripts/params.py", line 32, in <module>
> hdp_stack_version = format_hdp_stack_version(hdp_stack_version)
> File "/usr/lib/python2.6/site-packages/resource_management/libraries/functions/version.py", line 43, in format_hdp_stack_version
> normalized = _normalize(str(input))
> File "/usr/lib/python2.6/site-packages/resource_management/libraries/functions/version.py", line 34, in _normalize
> return [int(x) for x in v_list]
> ValueError: invalid literal for int() with base 10: 'GlusterFS'
> {code}



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

Re: [jira] [Commented] (AMBARI-8054) Version comparison fails for GlusterFS

Posted by zhaoqc <zh...@ondemand.cn>.




zhaoqc

From: Hadoop QA (JIRA)
Date: 2014-10-31 08:26
To: dev
Subject: [jira] [Commented] (AMBARI-8054) Version comparison fails for GlusterFS

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

Hadoop QA commented on AMBARI-8054:
-----------------------------------

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

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

    {color:green}+1 tests included{color}.  The patch appears to include 1 new or modified test files.

    {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/424//testReport/
Console output: https://builds.apache.org/job/Ambari-trunk-test-patch/424//console

This message is automatically generated.

> Version comparison fails for GlusterFS
> --------------------------------------
>
>                 Key: AMBARI-8054
>                 URL: https://issues.apache.org/jira/browse/AMBARI-8054
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: 1.7.0
>            Reporter: Alejandro Fernandez
>            Assignee: Alejandro Fernandez
>            Priority: Critical
>             Fix For: 1.7.0
>
>         Attachments: AMBARI-8054.patch
>
>
> When installing a cluster with GlusterFS stack, the version comparison fails.
> {code}
> Traceback (most recent call last):
> File "/var/lib/ambari-agent/cache/stacks/HDP/2.0.6/services/HIVE/package/scripts/hive_client.py", line 42, in <module>
> HiveClient().execute()
> File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 122, in execute
> method(env)
> File "/var/lib/ambari-agent/cache/stacks/HDP/2.0.6/services/HIVE/package/scripts/hive_client.py", line 27, in install
> import params
> File "/var/lib/ambari-agent/cache/stacks/HDP/2.0.6/services/HIVE/package/scripts/params.py", line 32, in <module>
> hdp_stack_version = format_hdp_stack_version(hdp_stack_version)
> File "/usr/lib/python2.6/site-packages/resource_management/libraries/functions/version.py", line 43, in format_hdp_stack_version
> normalized = _normalize(str(input))
> File "/usr/lib/python2.6/site-packages/resource_management/libraries/functions/version.py", line 34, in _normalize
> return [int(x) for x in v_list]
> ValueError: invalid literal for int() with base 10: 'GlusterFS'
> {code}
> and
> {code}
> Traceback (most recent call last):
> File "/var/lib/ambari-agent/cache/stacks/HDP/2.0.6/services/HIVE/package/scripts/hcat_client.py", line 43, in <module>
> HCatClient().execute()
> File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 122, in execute
> method(env)
> File "/var/lib/ambari-agent/cache/stacks/HDP/2.0.6/services/HIVE/package/scripts/hcat_client.py", line 28, in install
> self.configure(env)
> File "/var/lib/ambari-agent/cache/stacks/HDP/2.0.6/services/HIVE/package/scripts/hcat_client.py", line 31, in configure
> import params
> File "/var/lib/ambari-agent/cache/stacks/HDP/2.0.6/services/HIVE/package/scripts/params.py", line 32, in <module>
> hdp_stack_version = format_hdp_stack_version(hdp_stack_version)
> File "/usr/lib/python2.6/site-packages/resource_management/libraries/functions/version.py", line 43, in format_hdp_stack_version
> normalized = _normalize(str(input))
> File "/usr/lib/python2.6/site-packages/resource_management/libraries/functions/version.py", line 34, in _normalize
> return [int(x) for x in v_list]
> ValueError: invalid literal for int() with base 10: 'GlusterFS'
> {code}



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