jinwenjie123 opened a new issue, #1564: URL: https://github.com/apache/datafusion-comet/issues/1564
### What is the problem the feature request solves? Hi all, I'm trying to run benchmarks with Spark 3.4 and Comet in an `amazon_linux:2` environment, which uses ldd (GNU libc) version 2.26. When I use the precompiled JARs, I encounter a GLIBC_2.27 not found error. I modified the [Dockerfile](https://github.com/apache/datafusion-comet/blob/main/dev/release/comet-rm/Dockerfile) to use amazon_linux:2 environment, which defaults to GLIBC_2.26. However, when compiling the libraries, I face the error: `error: failed to run custom build command for `ring v0.17.13``. Could you suggest how to compile the Comet JAR in a way that's compatible with GLIBC_2.26 ? (Looks like this [discussion](https://github.com/apache/datafusion-comet/issues/138) relates to above issue) Many thanks ! ### Describe the potential solution _No response_ ### Additional context _No response_ -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
