custom hbase shell commands

2014-05-26 Thread yeshwanth kumar
hi, i am using hbase 0.94.10, Distribution: Apache i am working on jruby scripts to create custom hbase command. I want to know whether I can create a custom hbase command similar to already available scan, put commands.. I have a sample jruby script, client.rb that outputs the Row ID and Value

Re: custom hbase shell commands

2014-05-26 Thread Bharath Vissapragada
bcc : user@ cc : dev@ During startup shell loads the commands from shell/commands/* [1] and calls appropriate command when invoked [2]. [1] https://github.com/apache/hbase/blob/0.94/src/main/ruby/shell.rb#L42 [2] https://github.com/apache/hbase/blob/0.94/src/main/ruby/shell.rb#L110 On Mon, May