[ https://issues.apache.org/jira/browse/HADOOP-1375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499053 ]
Enis Soztutar commented on HADOOP-1375: --------------------------------------- With a discussion with Dogacan Guney, i have learned about BeanShell(http://www.beanshell.org/), which enables scripting and interpreter for Java. Anyway it has a command line utility(called JConsole) which seems to offer command line editing and history(http://www.beanshell.org/manual/bshmanual.html#Using_JConsole). BeanShell is dual licenced both with LGPL and Sun Developer Licence. Not an expert on licencing, i don't know if we can use it, but we can at least check the source (smile). > a simple parser for hbase. > -------------------------- > > Key: HADOOP-1375 > URL: https://issues.apache.org/jira/browse/HADOOP-1375 > Project: Hadoop > Issue Type: Improvement > Components: contrib/hbase > Environment: All environments > Reporter: udanax > Priority: Minor > Attachments: patch.txt, patch.txt, patch.txt, patch.txt, patch.txt, > patch.txt, patch.txt, patch.txt > > > this is a simple parser for hbase test. > i just write it. > you can use this syntax to create and set. > {code} > [# [EMAIL PROTECTED] ./bin/hadoop jar ./build/hadoop-hbase > org.apache.hadoop.hbase.parser.HbaseParser > Hbase > help; > blah blah... > Hbase > build webtable columnfamilies('anchors', 'language') limit=3; > Hbase > set webtable values('anchors:http://www.udanax.org/','opensource') > where row="http://www.hadoop.co.kr"; > Hbase > scan webtable where row="http://www.hadoop.co.kr"; > blah blah... > Hbase > set webtable values('language:kr','euc-kr') where > row="http://www.hadoop.co.kr"; > Hbase > scan webtable where row="http://www.hadoop.co.kr" and > column="language:kr"; > blah blah... > Hbase > exit > [# [EMAIL PROTECTED] > {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.