|
|
-
Re: Automation of 'init'Keith Turner 2013-02-22, 15:24
Accumulo 1.5 will have command line opts for init.
For 1.4 you can use echo. I think something like the following might work. echo -e "test14\nsecret\nsecret" | ./bin/accumulo init --clear-instance-name On Fri, Feb 22, 2013 at 10:14 AM, Jeff Blaine <[EMAIL PROTECTED]> wrote: > Is there any way to automate 'accumulo init'? > > As it is now, we have fully automated standing up Hadoop > and HBase. > > Requiring a human to interactively type a command in order > to get finished Accumulo installation is a major roadblock > to automation via configuration management tools such as > Chef, CFEngine, or Puppet. |