python hbase exception
Posted
by kula
on Stack Overflow
See other posts from Stack Overflow
or by kula
Published on 2010-06-16T06:16:48Z
Indexed on
2010/06/16
6:22 UTC
Read the original article
Hit count: 286
when i use client.mutateRow(self.tableName, row, mutations) to write data to hbase . there is a exception,
IOError: IOError(message="Trying to contact region server Some server, retryOnlyOne=true, index=0, islastrow=true, tries=9, numtries=10, i=0, listsize=1, region=test,,1276665207312 for region test,,1276665207312, row 'hello', but failed after 10 attempts.\nExceptions:\n")
i use http://pypi.python.org/pypi/hbase-thrift/0.20.4 to write hbase. seems it is a library bug. anyone can help me ?
© Stack Overflow or respective owner