Skip to content

Commit

Permalink
[#noissue] fix flink job run failure
Browse files Browse the repository at this point in the history
  • Loading branch information
ga-ram committed Jul 27, 2022
1 parent 5c5e4dd commit 29f7abe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pinpoint-agent/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PINPOINT_VERSION=2.3.3
PINPOINT_VERSION=2.4.0
SPRING_PROFILES=release

### Pinpoint-Agent
Expand Down
2 changes: 1 addition & 1 deletion pinpoint-flink/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 2 additions & 0 deletions pinpoint-flink/build/profiles/release/hbase.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 29f7abe

Please sign in to comment.