Replies: 5 comments 7 replies
-
hi, I meet the same problem. Have you resolved it? Thank you. |
Beta Was this translation helpful? Give feedback.
-
I am also encountering this error. Any solutions? |
Beta Was this translation helpful? Give feedback.
-
I have encountered the same problem, I guess it's beacuse of the dependency conflict, My environment is flink 1.14-1.17 and hudi 1.13.X-1.14.0 |
Beta Was this translation helpful? Give feedback.
-
I have encountered the same problem when I add the hive sync config,I solved this problem by adding hive-exec jar to pom. My environment is flink 1.17.0 and hudi 0.14.0 and hive 3.1.3. |
Beta Was this translation helpful? Give feedback.
-
i meet the same solution with flink in kerberos use catalog iceberg_flink_catalog; show databases; SET execution.runtime-mode = batch; select * from iceberg_spark_example.test_table; |
Beta Was this translation helpful? Give feedback.
-
[ERROR] Could not execute SQL statement. Reason:
org.apache.flink.runtime.rest.util.RestClientException: [Internal server error., <Exception on server side:
org.apache.flink.runtime.rpc.exceptions.RecipientUnreachableException: Could not send message [LocalFencedMessage(00000000000000000000000000000000, LocalRpcInvocation(JobMasterGateway.requestJob(Time)))] from sender [Actor[akka://flink/temp/jobmanager_2$r]] to recipient [Actor[akka://flink/user/rpc/jobmanager_2#1819025616]], because the recipient is unreachable. This can either mean that the recipient has been terminated or that the remote RpcService is currently not reachable.
at org.apache.flink.runtime.rpc.akka.DeadLettersActor.handleDeadLetter(DeadLettersActor.java:61)
at akka.japi.pf.UnitCaseStatement.apply(CaseStatements.scala:24)
at akka.japi.pf.UnitCaseStatement.apply(CaseStatements.scala:20)
at scala.PartialFunction.applyOrElse(PartialFunction.scala:123)
at scala.PartialFunction.applyOrElse$(PartialFunction.scala:122)
at akka.japi.pf.UnitCaseStatement.applyOrElse(CaseStatements.scala:20)
at scala.PartialFunction$OrElse.applyOrElse(PartialFunction.scala:171)
Beta Was this translation helpful? Give feedback.
All reactions