[ https://issues.apache.org/jira/browse/FLINK-18600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17157843#comment-17157843 ]
Dian Fu commented on FLINK-18600: --------------------------------- I have checked that I can download the version *8u251* through the oracle website after accepting the license. However, it's not available if download through CLI using the same command. I'm wondering if it's because the cookie has changed or some other reason? > 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: Critical > 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)