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 by taking Tablename, Family,
Limit as input. I can find the ruby scripts of other default commands like
scan.rb, put.rb, in $HBASE_HOME/src/main/ruby/shell folder.
i don't understand how the shell is designed.

can someone explain me the architecture of shell, and which file to edit to
create a custom command.

thanks,
yeshwanth

Reply via email to