[ https://issues.apache.org/jira/browse/IMPALA-10544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Joe McDonnell resolved IMPALA-10544. ------------------------------------ Fix Version/s: Impala 4.0 Resolution: Fixed {noformat} commit 1fcc04dd627c2007eec96e77045681a3200af4fd Author: Joe McDonnell <joemcdonn...@cloudera.com> Date: Wed Feb 24 14:18:44 2021 -0800 IMPALA-10544: Switch from Centos 7.2 to Centos 7.4 jwt-cpp requires OpenSSL 1.0.2. Centos 7.2 is now too old, as it still uses OpenSSL 1.0.1e. This changes the redhat7 docker image to use Centos 7.4, which has OpenSSL 1.0.2. This removes several obsolete fixes required for Centos 7.2 along with the repository descriptions for Centos 6. Testing: - Ran a build of the docker images and then built the native toolchain (including jwt-cpp) with them. Change-Id: Ibeba445ff87e2addef81543b025c398bde08a377 Reviewed-on: http://gerrit.cloudera.org:8080/17119 Reviewed-by: Laszlo Gaal <laszlo.g...@cloudera.com> Tested-by: Joe McDonnell <joemcdonn...@cloudera.com> {noformat} > Use Centos 7.4 or above for native toolchain > -------------------------------------------- > > Key: IMPALA-10544 > URL: https://issues.apache.org/jira/browse/IMPALA-10544 > Project: IMPALA > Issue Type: Improvement > Components: Infrastructure > Affects Versions: Impala 4.0 > Reporter: Joe McDonnell > Assignee: Joe McDonnell > Priority: Major > Fix For: Impala 4.0 > > > Centos 7 started using OpenSSL 1.0.2 in version 7.4. There are some packages > that now require OpenSSL 1.0.2 or above (jwt-cpp). > Native toolchain currently uses a docker image built on Centos 7.2, which has > OpenSSL 1.0.1. This should move to some version of Centos that uses OpenSSL > 1.0.2. -- This message was sent by Atlassian Jira (v8.3.4#803005)