[#noissue] fix flink job run failure
This commit is contained in:
parent
602b224a99
commit
fac801c13a
|
@ -1,4 +1,4 @@
|
|||
PINPOINT_VERSION=2.3.3
|
||||
PINPOINT_VERSION=2.4.0
|
||||
SPRING_PROFILES=release
|
||||
|
||||
### Pinpoint-Agent
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM flink:1.14.2
|
||||
FROM flink:1.14-java11
|
||||
ARG PINPOINT_VERSION=${PINPOINT_VERSION:-2.4.0}
|
||||
ARG INSTALL_URL=https://github.com/pinpoint-apm/pinpoint/releases/download/v${PINPOINT_VERSION}/pinpoint-flink-job-${PINPOINT_VERSION}.jar
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue