[ 
https://issues.apache.org/jira/browse/HADOOP-1375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498376
 ] 

stack commented on HADOOP-1375:
-------------------------------

I tried the latest patch.  Big improvement.

+ Looks like I now need to add a ';' to terminate statements, including help.  
That is intentional?  If so, I'd suggest that you print out a little message on 
shell startup that says something like "Type 'help;' for usage". 
+ Its a pain when I can't go back to make corrections in long statements using 
left and right arrows.  Can this be fixed?  Making up and down arrows work so 
can scroll over command history would also be great especially when its not 
hard to crash the shell (smile).
+ I can only scan a row at a time.  Is that intentional?  I'd like to be able 
to do 'scan TABLENAME' without having to specify a row qualifier and have it 
dump all rows.
+ Seems like it only outputs the most recent cell version.  Is this intentional?





> 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
>
>
> 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.

Reply via email to