You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Hyukjin Kwon (Jira)" <ji...@apache.org> on 2022/12/11 01:17:00 UTC

[jira] [Resolved] (SPARK-41461) protoc-3.21.9-linux-x86_64.exe requires GLIBC_2.14

     [ https://issues.apache.org/jira/browse/SPARK-41461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hyukjin Kwon resolved SPARK-41461.
----------------------------------
    Fix Version/s: 3.4.0
       Resolution: Fixed

Issue resolved by pull request 39000
[https://github.com/apache/spark/pull/39000]

> protoc-3.21.9-linux-x86_64.exe requires GLIBC_2.14
> --------------------------------------------------
>
>                 Key: SPARK-41461
>                 URL: https://issues.apache.org/jira/browse/SPARK-41461
>             Project: Spark
>          Issue Type: Sub-task
>          Components: Spark Core
>    Affects Versions: 3.4.0
>            Reporter: Haonan Jiang
>            Assignee: Haonan Jiang
>            Priority: Minor
>             Fix For: 3.4.0
>
>
> Compile Spark Core module on CentOS release 6.3, the default glibc version is 2.12, this will cause compilation to fail as follows:
> {code:java}
> [ERROR] /home/disk1/spark-ut/spark/core/src/main/protobuf/org/apache/spark/status/protobuf/store_types.proto [0:0]: /tmp/protoc5792311590243222147.exe: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /tmp/protoc5792311590243222147.exe)
> [ERROR] /home/disk1/spark-ut/spark/core/src/main/protobuf/org/apache/spark/status/protobuf/store_types.proto [0:0]: /tmp/protoc5792311590243222147.exe: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.18' not found (required by /tmp/protoc5792311590243222147.exe)
> [ERROR] /home/disk1/spark-ut/spark/core/src/main/protobuf/org/apache/spark/status/protobuf/store_types.proto [0:0]: /tmp/protoc5792311590243222147.exe: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required by /tmp/protoc5792311590243222147.exe)
> [ERROR] /home/disk1/spark-ut/spark/core/src/main/protobuf/org/apache/spark/status/protobuf/store_types.proto [0:0]: /tmp/protoc5792311590243222147.exe: /usr/lib64/libstdc++.so.6: version `CXXABI_1.3.5' not found (required by /tmp/protoc5792311590243222147.exe){code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org