You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Eric Newton (JIRA)" <ji...@apache.org> on 2013/03/18 19:00:19 UTC

[jira] [Created] (ACCUMULO-1186) create a script which can bootstrap an entire cluster to run out of hdfs

Eric Newton created ACCUMULO-1186:
-------------------------------------

             Summary: create a script which can bootstrap an entire cluster to run out of hdfs 
                 Key: ACCUMULO-1186
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-1186
             Project: Accumulo
          Issue Type: Sub-task
            Reporter: Eric Newton


The current bootstrap script syncs the entire tree across the cluster; it would be better for it to pull down a script on each node which will then pull down any resources it needs from hdfs and start up the proper servers.

{noformat}
for h in `cat conf/slaves`
do
  scp conf/accumulo-site.xml $h:
  ssh $h 'hadoop fs -get /accumulo/bin/start-here.sh ; ./start-here-sh accumulo-site.xml'
done
{noformat}


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira