pan3793 commented on code in PR #7295: URL: https://github.com/apache/kyuubi/pull/7295#discussion_r2660114922
########## docker/playground/image/kyuubi-playground-base.Dockerfile: ########## @@ -10,13 +10,25 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM eclipse-temurin:8-focal +FROM ubuntu:focal Review Comment: yes, we should move forward. one additional consideration, we'd better align it with hadoop dev container, otherwise there might be some issues when using hadoop native libs, especially when users play with security configs. e.g., ubuntu focal is the latest version that provides openssl 1.x, the hadoop native libs shipped by official release compile against ubuntu focal with openssl 1.x, a runtime linkage issue will be thrown if we try to enable kerberos on ubuntu jammy or noble. but I think it has no issues for SIMPLE mode. -- 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]
