Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Invalid
-
None
Description
On my cluster the /tmp directory is pretty full with 5 mb large rocksdb files.
Ideally, Flink uses the configured tmp directory for that (then, a resource manager like YARN cleans that up once the container is done) or we use a shutdown hook to ensure the files are removed when the JVM stops.