Uploaded image for project: 'Accumulo'
  1. Accumulo
  2. ACCUMULO-1186

create a script which can bootstrap an entire cluster to run out of hdfs

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Trivial
    • Resolution: Won't Fix
    • None
    • None
    • start
    • 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

          Activity

            People

              Unassigned Unassigned
              ecn Eric C. Newton
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: