pan3793 commented on code in PR #7295: URL: https://github.com/apache/kyuubi/pull/7295#discussion_r2660132680
########## 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: not related to this PR, another issue related to Hadoop and Ubuntu, the APT repo's `jsvc` is too old to support modern JDK, as Hadoop trunk is moving to JDK 17+, this could be another noisy for users to run kerberized Hadoop with JDK 17+ on Ubuntu, maybe we should contact Debian or Ubuntu Java team to upgrade it ... -- 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]
