-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Closed
Labels
Milestone
Description
What would you like to happen?
There are interests to leverage the new Vector API (AVX2 CPU instructions) in Java [1], which requires special JVM flags for activation (--add-modules=jdk.incubator.vector). However, Java SDK container current does not expose this option. But similarly, we do support user config --add-opens JVM options:
beam/sdks/java/container/boot.go
Line 233 in aefcada
| if modules, ok := pipelineOptions.GetStructValue().GetFields()["jdkAddOpenModules"]; ok { |
We may consider add similar support for --add-modules flags.
Issue Priority
Priority: 3 (nice-to-have improvement)
Issue Components
- Component: Python SDK
- Component: Java SDK
- Component: Go SDK
- Component: Typescript SDK
- Component: IO connector
- Component: Beam YAML
- Component: Beam examples
- Component: Beam playground
- Component: Beam katas
- Component: Website
- Component: Spark Runner
- Component: Flink Runner
- Component: Samza Runner
- Component: Twister2 Runner
- Component: Hazelcast Jet Runner
- Component: Google Cloud Dataflow Runner