[
https://issues.apache.org/jira/browse/ACCUMULO-1186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christopher Tubbs resolved ACCUMULO-1186.
-----------------------------------------
Resolution: Won't Fix
Fix Version/s: (was: 2.0.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
>
> 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
(v7.6.3#76005)