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

Josh Elser updated ACCUMULO-1186:
---------------------------------
    Fix Version/s:     (was: 1.7.0)
                   1.8.0

> 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
>            Priority: Trivial
>             Fix For: 1.8.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 was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to