Hi there-

The rowids and values are hex.

You probably want to look at the hbase book...
http://hbase.apache.org/book.html#datamodel
... because eventually you'll want to do something with this data other than 
see it in the shell.

-----Original Message-----
From: hbaser [mailto:g.kar...@gmail.com] 
Sent: Thursday, June 16, 2011 5:41 AM
To: hbase-u...@hadoop.apache.org
Subject: Problem of output


Hello everybody!
I tried to implement my first HBase test application using Eclipse... I made it 
work and I have my table into my Hbase database with a single row... My problem 
is when I execute: scan 'MyTable', I got a strange output:

===================================================================================

ROW                          COLUMN+CELL                                        
                              
 \xAC\xED\x00\x05t\x00\x06so column=Contact:firstname, timestamp=1308216164450, 
value=\xAC\xED\x00\x05t\x00\x0
 meid                        9firstname                                         
                              
 \xAC\xED\x00\x05t\x00\x06so column=Contact:id, timestamp=1308216164450, 
value=\xAC\xED\x00\x05t\x00\x06someid
 meid                                                                           
                              
 \xAC\xED\x00\x05t\x00\x06so column=Contact:secondname, 
timestamp=1308216164450, value=\xAC\xED\x00\x05t\x00\x
 meid                        08lastname                                         
                              
1 row(s) in 0.0080 seconds

===================================================================================

I don't know what are these "\xAC\xED\x00\x05t\x00\x06" !!!

What should I do ?
Thanks you in advance !
**********
I used:
- Hadoop-0.20.2
- HBase-0.20.6
- Datanucleus (integrated with Eclipse) : 3.0.0.m1
--
View this message in context: 
http://old.nabble.com/Problem-of-output-tp31858789p31858789.html
Sent from the HBase User mailing list archive at Nabble.com.

Reply via email to