You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "Johnny Zhang (JIRA)" <ji...@apache.org> on 2012/07/03 01:25:59 UTC

[jira] [Comment Edited] (BIGTOP-644) fix the runlevels for a few packages in yum

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

Johnny Zhang edited comment on BIGTOP-644 at 7/2/12 11:25 PM:
--------------------------------------------------------------

the runlevel code of [hue-server] and [zookeeper-server] on centos5_64 is also 2,3,4,5 instead of 3,4,5
                
      was (Author: dreambird):
    the runlevel code of [hue-server] on centos5_64 is also 2,3,4,5 instead of 3,4,5
                  
> fix the runlevels for a few packages in yum
> -------------------------------------------
>
>                 Key: BIGTOP-644
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-644
>             Project: Bigtop
>          Issue Type: Bug
>          Components: Init scripts, RPM
>    Affects Versions: 0.4.0
>            Reporter: Johnny Zhang
>            Assignee: Roman Shaposhnik
>             Fix For: 0.5.0
>
>
> run the package test TestPackagesPseudoDistributed in centos5_x64, found out below packages' runlevel code is incorrect (should be 3,4, 5, but it is 2,3,4,5)
> [sqoop-metastore]
> [oozie]
> [hbase-master]
> [hbase-regionserver]
> [hbase-thrift]
> [hbase-rest]
> {noformat}
> testPackageServices[sqoop-metastore](org.apache.bigtop.itest.packagesmoke.TestPackagesPseudoDistributed)  Time elapsed: 16.731 sec  <<< FAILURE!
> java.lang.AssertionError: wrong list of runlevels for service sqoop-metastore
> Expected: <[3=3, 5=5, 4=4, ]>
>      got: <{2=2, 3=3, 4=4, 5=5}>
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira