Hi,

I'm trying to access Hbase with Python via the thrift interface.
Therefore I'm using this python package:
http://pypi.python.org/pypi/hbase-thrift/0.20.4

Everything works fine, except if I try to write some non asccii character
to Hbase. Than I get this error message:

"'ascii' codec can't encode character u'\xe4' in position 9: ordinal not
in range(128)"

I have already tried to find some information about this problem, but I
couldn't find anything useful.

Does someone know how I could solve this problem?

Thanks a lot!
Björn

Reply via email to