You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had searched in the issues and found no similar issues.
What happened
I get a error, when i use HiveCLI and read SQL from File:
Caused by: java.io.FileNotFoundException: /tmp/dolphinscheduler320/exec/process//11975691665664/11975844729729_4/17/22/hdfs://user/dolphinscheduler320/***/resources/测试/HIVECLI.hql (No such file or directory)
so, i debug the code in IDEA. and then i find some issues from the file path:
and then i find a filed:
so i change the code
and return right path
I had searched in the issues and found no similar issues.
What happened
I get a error, when i use HiveCLI and read SQL from File:
Caused by: java.io.FileNotFoundException: /tmp/dolphinscheduler320/exec/process//11975691665664/11975844729729_4/17/22/hdfs://user/dolphinscheduler320/***/resources/测试/HIVECLI.hql (No such file or directory)
so, i debug the code in IDEA. and then i find some issues from the file path:
and then i find a filed:
so i change the code
and return right path
Search before asking
What happened
I get a error, when i use HiveCLI and read SQL from File:
so, i debug the code in IDEA. and then i find some issues from the file path:
and then i find a filed:
so i change the code
and return right path
What you expected to happen
return right path, just like issue describe
How to reproduce
every time when use hiveCLI read SQL from file
Anything else
No response
Version
3.2.x
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: