dear all of you
when i build my cube ,i got this error message on step 4, when i got this
error, my hbase cluster is health

org.apache.hadoop.hbase.client.RetriesExhaustedException: Failed after
attempts=1, exceptions:
Mon May 21 17:13:02 GMT+08:00 2018,
RpcRetryingCaller{globalStartTime=1526893975885, pause=100, retries=1},
java.io.IOException: Call to ccdc03.com.cn/10.0.0.10:60020 failed on local
exception: org.apache.hadoop.hbase.ipc.CallTimeoutException: Call
id=13662620, waitTime=6133, operationTimeout=5000 expired.

i have been set hbase.rpc.timeout with value 60000 in the hbase cluster,and
this is a sever side parameter, but it does not work.

i find this code in kylin source (HBaseResourceStore.java)

newParams.put("hbase.client.scanner.timeout.period", "10000");
newParams.put("hbase.rpc.timeout", "5000");
newParams.put("hbase.client.retries.number", "1");

then i set hbase.rpc.timeout with value 60000 in kylin.properties, but it
does not work also, can you tell me how can i change this value ? should i
must rebuild the kylin source ?

Look forward to your reply !

--
Sent from: http://apache-kylin.74782.x6.nabble.com/

Reply via email to