chamikaramj commented on a change in pull request #11048: [BEAM-9433] Create expansion service artifact for common Java IOs. URL: https://github.com/apache/beam/pull/11048#discussion_r388384480
########## File path: sdks/python/apache_beam/runners/portability/job_server.py ########## @@ -125,10 +124,6 @@ def local_temp_dir(self, **kwargs): class JavaJarJobServer(SubprocessJobServer): - - MAVEN_REPOSITORY = 'https://repo.maven.apache.org/maven2/org/apache/beam' - JAR_CACHE = os.path.expanduser("~/.apache_beam/cache") Review comment: Seems like this is used here ? https://github.com/apache/beam/blob/b91560cc354da471e3de502aad78dd059997a3d0/sdks/python/apache_beam/utils/subprocess_server.py#L198 ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
