jihad-akl commented on issue #25114: URL: https://github.com/apache/beam/issues/25114#issuecomment-1403207042
Please Note that if I use flink runenr 1.14 I get: ERROR:apache_beam.utils.subprocess_server:Starting job service with ['java', '-jar', '/root/.apache_beam/cache/jars/beam-runners-flink-1.14-job-server-2.44.0.jar', '--flink-master', 'http://localhost:8081', '--artifacts-dir', '/tmp/beam-temp1of29sbe/artifactsz8je29uo', '--job-port', '33755', '--artifact-port', '0', '--expansion-port', '0'] ERROR:apache_beam.utils.subprocess_server:Error bringing up service Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/apache_beam/utils/subprocess_server.py", line 88, in start raise RuntimeError( RuntimeError: Service failed to start up with error 1 Traceback (most recent call last): File "main.py", line 38, in <module> with beam.Pipeline(options=beam_options) as p: File "/usr/local/lib/python3.10/dist-packages/apache_beam/pipeline.py", line 600, in __exit__ self.result = self.run() File "/usr/local/lib/python3.10/dist-packages/apache_beam/pipeline.py", line 577, in run return self.runner.run_pipeline(self, self._options) File "/usr/local/lib/python3.10/dist-packages/apache_beam/runners/portability/flink_runner.py", line 45, in run_pipeline return super().run_pipeline(pipeline, options) File "/usr/local/lib/python3.10/dist-packages/apache_beam/runners/portability/portable_runner.py", line 439, in run_pipeline job_service_handle = self.create_job_service(options) File "/usr/local/lib/python3.10/dist-packages/apache_beam/runners/portability/portable_runner.py", line 318, in create_job_service return self.create_job_service_handle(server.start(), options) File "/usr/local/lib/python3.10/dist-packages/apache_beam/runners/portability/job_server.py", line 81, in start self._endpoint = self._job_server.start() File "/usr/local/lib/python3.10/dist-packages/apache_beam/runners/portability/job_server.py", line 110, in start return self._server.start() File "/usr/local/lib/python3.10/dist-packages/apache_beam/utils/subprocess_server.py", line 88, in start raise RuntimeError( RuntimeError: Service failed to start up with error -- 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: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org