Re: Hbase shell script from java

2016-04-24 Thread Saad Mufti
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

Re: Hbase shell script from java

2016-04-24 Thread Saurabh Malviya (samalviy)
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

Re: Hbase shell script from java

2016-04-24 Thread Ted Yu
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) > wrote: > > Hi, > > Is there any way to run hbase shell script from Java. Also mentioned this > question earlier in below