zhouhongyu888 commented on issue #3657:
URL: https://github.com/apache/hudi/issues/3657#issuecomment-919661949


   > Hi, you need to use Flink 1.12.2 for Hudi 0.9.0 release and Flink 1.13.1 
for master branch.
   
   thank you for your reply, I have changed Flink 1.12.2 for my test, but 
another error appeared. I used standalone-mode for flink and when i submited 
the flink-sql task,the process of StandaloneSessionClusterEntrypoint  would 
been died 
   
   _Exception in thread "main" 
org.apache.flink.table.client.SqlClientException: Unexpected exception. This is 
a bug. Please consider filing an issue.
        at org.apache.flink.table.client.SqlClient.main(SqlClient.java:215)
   Caused by: java.lang.RuntimeException: Error running SQL job.
        at 
org.apache.flink.table.client.gateway.local.LocalExecutor.lambda$executeUpdateInternal$4(LocalExecutor.java:514)
        at 
org.apache.flink.table.client.gateway.local.ExecutionContext.wrapClassLoader(ExecutionContext.java:256)
        at 
org.apache.flink.table.client.gateway.local.LocalExecutor.executeUpdateInternal(LocalExecutor.java:507)
        at 
org.apache.flink.table.client.gateway.local.LocalExecutor.executeUpdate(LocalExecutor.java:428)
        at 
org.apache.flink.table.client.cli.CliClient.callInsert(CliClient.java:690)
        at 
org.apache.flink.table.client.cli.CliClient.callCommand(CliClient.java:327)
        at java.util.Optional.ifPresent(Optional.java:159)_
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to