Hi! There is a message saying "java.lang.NoClassDefFound Error: org/apache/hadoop/hdfs/HdfsConfiguration" in your log file. Are you visiting HDFS in your job? If yes it seems that your Flink distribution or your cluster is lacking hadoop classes. Please make sure that there are hadoop jars in the lib directory of Flink, or your cluster has set the HADOOP_CLASSPATH environment variable.
mejri houssem <mejrihousse...@gmail.com> 于2021年9月4日周六 上午12:15写道: > > Hello , > > I am facing a JM crash lately. I am deploying a flink application cluster > on kubernetes. > > When i install my chart using helm everything works fine but after some > time ,the Jm starts to crash > > and then it gets deleted eventually after 5 restarts. > > flink version: 1.12.5 (upgraded recently from 1.12.2) > HA mode : k8s > > Here's the full log of the JM attached file. >