[#noissue] fix flink job run failure
This commit is contained in:
		
							parent
							
								
									5c5e4dd888
								
							
						
					
					
						commit
						29f7abe4e8
					
				| 
						 | 
					@ -1,4 +1,4 @@
 | 
				
			||||||
PINPOINT_VERSION=2.3.3
 | 
					PINPOINT_VERSION=2.4.0
 | 
				
			||||||
SPRING_PROFILES=release
 | 
					SPRING_PROFILES=release
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Pinpoint-Agent
 | 
					### 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 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
 | 
					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.rpc.timeout=10000
 | 
				
			||||||
# hbase default:Integer.MAX_VALUE
 | 
					# hbase default:Integer.MAX_VALUE
 | 
				
			||||||
hbase.client.operation.timeout=10000
 | 
					hbase.client.operation.timeout=10000
 | 
				
			||||||
 | 
					# hbase default: 20m
 | 
				
			||||||
 | 
					hbase.client.meta.operation.timeout=10000
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# hbase socket read timeout. default: 200000
 | 
					# hbase socket read timeout. default: 200000
 | 
				
			||||||
hbase.ipc.client.socket.timeout.read=20000
 | 
					hbase.ipc.client.socket.timeout.read=20000
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue