Hi Lasse
As far as I know, if you use post /jars/upload REST API to submit your job,
you can then get /jars to list your user jar just uploaded. More information
can refer to
https://ci.apache.org/projects/flink/flink-docs-release-1.5/monitoring/rest_api.html#dispatcher
Apache Flink 1.5 Docu
Hi Siew,
As far as I know, if the state size is larger than the tmpfs memory size,
which means tmpfs will be occupied fully leading to "IOException: No space left
on device". However, you just need to call
RocksDBStateBackend#setDbStoragePaths method to re-configure the local DB
storage dir