[ 
https://issues.apache.org/jira/browse/IMPALA-11961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17713771#comment-17713771
 ] 

Joe McDonnell commented on IMPALA-11961:
----------------------------------------

Initial notes:
 # Add Ubuntu 22 docker image for the toolchain
 ## Ubuntu 22 has different package names in order to install python2, and it 
doesn't set 'python' to point to python2. We can manually set that link 
ourselves or adjust to having only python3 available.
 # bin/bootstrap_system.sh needs to adapt to the different python package names
 # The development environment either needs to stop using 'python' as the 
binary or change our logic to add a link from 'python' to python2 on Ubuntu 22.
 # Ubuntu 22 has OpenSSL 3.0, and we don't know whether that will create 
problems. In general, these upgrades tend to break our backend tests related to 
SSL.
 # Unlike Ubuntu 20, which could use Ubuntu 18's toolchain for a while, Ubuntu 
22 simply will not work at all with Ubuntu 20's toolchain due to the OpenSSL 
upgrade changing the libssl.so version.

> Add support for Ubuntu 22.04
> ----------------------------
>
>                 Key: IMPALA-11961
>                 URL: https://issues.apache.org/jira/browse/IMPALA-11961
>             Project: IMPALA
>          Issue Type: New Feature
>          Components: Infrastructure
>            Reporter: Quanlong Huang
>            Priority: Major
>
> This tracks the support for Ubuntu 22.04. We should ensure the toolchain can 
> build on it first.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to