Member since
02-22-2017
3
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
32582 | 02-28-2017 05:36 AM |
10-17-2017
02:24 AM
use cloudera interface : https://www.cloudera.com/documentation/enterprise/5-6-x/topics/cm_mc_mod_configs.html
... View more
02-28-2017
05:36 AM
Hi every one. the problem was that thrift close the connection socket after 1 min, than i needed to augment the thrift config key ( on ms) : hbase.thrift.server.socket.read.timeout
... View more
02-22-2017
09:22 AM
Hi every one. First we are using amazon EC2 for our hbase infrastructure. We use 25 small instance to run our script (4 process in each instance), the script scan a table and make some computing before putting the new data to some other tables. The script take some minutes before falling down saying : Exception thrift.transport.TTransport.TTransportException: TTransportException('TSocket read 0 bytes',) in <bound method Scanner.__del__ of <libs.bnet.thrift.hbase.scanner.Scanner instance at 0x7f439dddf7a0>> ignored I had enabled TRACE logging in thrift server and i searched for somme error in the same instant when error happend, without success. I don't have any idea about what is causing this. if you can help me thanks a lot.
... View more
Labels:
- Labels:
-
Apache HBase
-
HDFS