AyWa commented on PR #31188:
URL: https://github.com/apache/beam/pull/31188#issuecomment-2121447953

   > > > Hi @AyWa and @damondouglas
   > > > I just wonder when this feature may be available. I need to increase 
the job submission timeout as my python beam pipeline keeps failing due to the 
30 seconds limit.
   > > > Or can I have a temporary jar file 
(beam-runners-flink-1.17-job-server-2.56.0.jar) with this feature until it gets 
included?
   > > > Cheers, Jaehyeon
   > > 
   > > 
   > > Hey,
   > > It is possible to build the jar, I am a bit busy today, but I will try 
to come back to you soon.
   > > A temporary option is to increase cpu allocation of the job manager. (It 
is how I temporary fixed it in my k8s cluster)
   > 
   > Hi @AyWa
   > 
   > Thanks for your reply. I'm trying to deploy a python pipeline to a 
minikube cluster and I don't have much luck by adjusting cpu allocation. It'll 
be great if the jar file is shared or I'm informed of how to build it.
   > 
   > Cheers, Jaehyeon
   
   Not sure it is the best way, but this is how I am doing:
   You can run `./gradlew :runners:flink:1.16:job-server-container:docker` on 
my branch. It will create a docker image (change the flink version that you are 
targetting).
   In docker file of flink, I do a docker copy of `/opt/apache/beam_job_server`
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to