Flink Sql-Clients occurs arctic table not exists exception but it exists in the show tables list. #675
Answered
by
YesOrNo828
YesOrNo828
asked this question in
Q&A
-
Flink version: 1.14.6
|
Beta Was this translation helpful? Give feedback.
Answered by
YesOrNo828
Nov 21, 2022
Replies: 1 comment
-
After enabling the DEBUG level in the log4j.properties, found out that using the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
YesOrNo828
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After enabling the DEBUG level in the log4j.properties, found out that using the
DistributedFileSystem
to find the version hint file, but it does not exist.It should use the LocalFileSystem to find the version hint file, PLS checks the process environment. Does it include a Hadoop env?