[ 
https://issues.apache.org/jira/browse/ACCUMULO-1186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dave Marion updated ACCUMULO-1186:
----------------------------------

    Issue Type: Task  (was: Sub-task)
        Parent:     (was: ACCUMULO-708)
    
> 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: Task
>          Components: start
>            Reporter: Eric Newton
>             Fix For: 1.5.0
>
>
> 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

Reply via email to