Thanks, That will work for me. I am just curious how people are doing in industry, Suppose take a case where you have more than 100 tables and need to modify table script a lot for each deployment for performance or other reasons.
-Saurabh -----Original Message----- From: Saad Mufti [mailto:[email protected]] Sent: Sunday, April 24, 2016 2:55 PM To: [email protected] Subject: Re: Hbase shell script from java Why can't you install hbase on your local machine, with the configuration pointing it to your desired cluster, then run the hbase shell and its script locally? I believe the HBase web UI has a convenient link to download client configuration. ---- Saad On Sun, Apr 24, 2016 at 5:22 PM, Saurabh Malviya (samalviy) < [email protected]> wrote: > I need to execute this command remotely. > > Right now I am SSH into hbase master and execute the script, which is > not the most elegant way to do. > > Saurabh > > Please see > > > https://blog.art-of-coding.eu/executing-operating-system-commands-from > -java/ > > > On Apr 23, 2016, at 10:18 PM, Saurabh Malviya (samalviy) < > [email protected]> wrote: > > > > Hi, > > > > Is there any way to run hbase shell script from Java. Also mentioned > this question earlier in below url earlier. > > > > As we are having bunch of scripts and need to change frequently for > performance tuning. > > > > > http://grokbase.com/p/hbase/user/161ezbnk11/run-hbase-shell-script-fro > m-java > > > > > > -Saurabh >
