chamikaramj commented on issue #31227:
URL: https://github.com/apache/beam/issues/31227#issuecomment-2103599150
> The ResolveArtifacts call will unconditionally download the 300MB
beam-sdks-java-extensions-sql-expansion-service-2.55.0.jar to a temporary
directory for each ste
The downloaded jars should be cached. Probably this caching doesn't work for
your environment ?
You also have the option of manually specifying the jar [1] or manually
starting up an expansion service [2].
[1]
`--beam_services="{\":sdks:java:extensions:sql:expansion-service:shadowJar\":
\"$EXPANSION_SERVICE_JAR\"}"`
[2]
https://beam.apache.org/documentation/sdks/python-multi-language-pipelines/#choose-an-expansion-service
--
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]