Here is what my docker file says: ENV FLINK_VERSION=1.3.2 \ HADOOP_VERSION=27 \ SCALA_VERSION=2.11 \
On Wed, Oct 4, 2017 at 8:23 AM Hao Sun <ha...@zendesk.com> wrote: > I am running Flink 1.3.2 with docker on kubernetes. My docker is using > openjdk-8, I do not have hadoop, the version is 2.7, scala is 2.11. Thanks! > > FROM openjdk:8-jre-alpine > > > On Wed, Oct 4, 2017 at 8:11 AM Chesnay Schepler <ches...@apache.org> > wrote: > >> I've found a few threads where an outdated jdk version on the >> server/client may be the cause. >> >> Which Flink binary (specifically, for which hadoop version) are you using? >> >> >> On 03.10.2017 20:48, Hao Sun wrote: >> >> com.amazonaws.http.AmazonHttpClient - Unable to >> execute HTTP request: peer not authenticated >> javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated >> at >> sun.security.ssl.SSLSessionImpl.getPeerCertificates(SSLSessionImpl.java:431) >> >> >>