Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.12.2
Description
When I run sql-client.sh, I find a warning
Unable to create history file: /home/www/.flink-sql-history
In fact, the user I used have permission to write /home/www/.
After debug sql-client.sh. I think this is a bug in org.apache.flink.table.client.cli.CliUtils#createFile
Files.notExists(parent) should be run before Files.createDirectories(parent) .
Attachments
Issue Links
- links to