[#noissue] fix flink job run failure

This commit is contained in:
ga-ram
2022-07-26 19:17:27 +09:00
parent 602b224a99
commit fac801c13a
3 changed files with 4 additions and 2 deletions

View File

@@ -14,6 +14,8 @@ hbase.ipc.client.tcpnodelay=true
hbase.rpc.timeout=10000
# hbase default:Integer.MAX_VALUE
hbase.client.operation.timeout=10000
# hbase default: 20m
hbase.client.meta.operation.timeout=10000
# hbase socket read timeout. default: 200000
hbase.ipc.client.socket.timeout.read=20000