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/06/07 02:04:24 UTC

[jira] [Comment Edited] (BIGTOP-596) add initialization for 'hadoop-hdfs-namenode' 'zookeeper-server' and 'hbase-regionserver' daemons in package service test

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

Johnny Zhang edited comment on BIGTOP-596 at 6/7/12 12:03 AM:
--------------------------------------------------------------

Rorman, agree to put config in manifest xml instead of groovy code, which separates the logic and data.

how about something like
{noformat}
<services>
  <configured>true</configured>
  <configuration>
    <file>
      <configname>/etc/hadoop/conf/hdfs-site.xml</configname>
      <configcontent>
        <property>pro1</property>
        <value>val1</value>
      </configcontent>
    </file>
  <configuration>
</services>
{noformat}
                
      was (Author: dreambird):
    Rorman, agree to put config in manifest xml instead of groovy code, which separates the logic and data.

how about something like
<services>
  <configured>true</configured>
  <configuration>
    <file>
      <configname>/etc/hadoop/conf/hdfs-site.xml</configname>
      <configcontent>
        <property>pro1</property>
        <value>val1</value>
      </configcontent>
    </file>
  <configuration>
</services>

                  
> add initialization for 'hadoop-hdfs-namenode' 'zookeeper-server' and 'hbase-regionserver' daemons in package service test
> -------------------------------------------------------------------------------------------------------------------------
>
>                 Key: BIGTOP-596
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-596
>             Project: Bigtop
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: 0.4.0
>            Reporter: Johnny Zhang
>            Assignee: Johnny Zhang
>         Attachments: BIGTOP_596.txt
>
>
> the current package test doesn't format namenode, so that hadoop-hdfs-namenode daemon cannot be started

--
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