[ https://issues.apache.org/jira/browse/FLINK-18600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17157844#comment-17157844 ]
Dian Fu commented on FLINK-18600: --------------------------------- Not sure the reason why we choose oracle JDK and if we could switch to Open JDK for the tests? > Kerberized YARN per-job on Docker test failed to download JDK 8u251 > ------------------------------------------------------------------- > > Key: FLINK-18600 > URL: https://issues.apache.org/jira/browse/FLINK-18600 > Project: Flink > Issue Type: Bug > Components: Deployment / YARN, Tests > Affects Versions: 1.11.0, 1.12.0 > Reporter: Dian Fu > Priority: Blocker > Fix For: 1.12.0, 1.11.2 > > > https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=4514&view=logs&j=c88eea3b-64a0-564d-0031-9fdcd7b8abee&t=ff888d9b-cd34-53cc-d90f-3e446d355529 > {code} > + mkdir -p /usr/java/default > + curl -Ls > https://download.oracle.com/otn-pub/java/jdk/8u251-b08/3d5a2bb8f8d4428bbe94aed7ec7ae784/jdk-8u251-linux-x64.tar.gz > -H Cookie: oraclelicense=accept-securebackup-cookie > + tar --strip-components=1 -xz -C /usr/java/default/ > gzip: stdin: not in gzip format > tar: Child returned status 1 > {code} -- This message was sent by Atlassian Jira (v8.3.4#803005)