vaikas opened a new issue, #32089:
URL: https://github.com/apache/beam/issues/32089

   ### What happened?
   
   When launching an Apache Beam java sdk container on a mabbook:
   ```
   docker run -it --entrypoint /bin/bash apache/beam_java17_sdk:2.57.0
   
   apt-get update && apt-get install file
   
   file /opt/google_cloud_profiler/profiler_java_agent.so
   ```
   
   You can see it's the x86 variant:
   ```
   /opt/google_cloud_profiler/profiler_java_agent.so: ELF 64-bit LSB shared 
object, x86-64, version 1 (GNU/Linux), dynamically linked, 
BuildID[sha1]=7a8e461d8cfff2bf508df1c938448e1c306da490, not stripped
   ```
   
   And then [reading from the 
upstream](https://github.com/GoogleCloudPlatform/cloud-profiler-java?tab=readme-ov-file#to-build-for-arm64)
 seems like it should be built from scratch, or ask Google to provide a 
pre-compiled version that can be [downloaded different version here based on an 
architecture](https://github.com/apache/beam/blob/master/sdks/java/container/build.gradle#L72)
   
   
   
   ### Issue Priority
   
   Priority: 2 (default / most bugs should be filed as P2)
   
   ### Issue Components
   
   - [ ] Component: Python SDK
   - [X] 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: Infrastructure
   - [ ] Component: Spark Runner
   - [ ] Component: Flink Runner
   - [ ] Component: Samza Runner
   - [ ] Component: Twister2 Runner
   - [ ] Component: Hazelcast Jet Runner
   - [ ] Component: Google Cloud Dataflow Runner


-- 
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]

Reply via email to