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.