cozos commented on issue #23932: URL: https://github.com/apache/beam/issues/23932#issuecomment-1311707699
What is the point of `environment_type=EXTERNAL` if it can only communicate through localhost? If I wanted to communicate through localhost, there is the DOCKER or PROCESS environment_type. If remote communication is not allowed by design, then EXTERNAL mode should be outright removed. It seems to me like your SDK Harness Container needs to be configured correctly, specifically by setting the provision_endpoint to the externally accessible ip address of the Spark worker container, instead of localhost. -- 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]
