Details
-
Task
-
Status: Resolved
-
Trivial
-
Resolution: Won't Fix
-
None
-
None
-
None
Description
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.
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
Attachments
Issue Links
- is related to
-
ACCUMULO-708 Modify ClassLoader to support different applications / multi-tenancy
- Resolved