答复: How to find the relation between a running job and the original jar?

2018-07-10 Thread Tang Cloud
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

答复: flink rocksdb where to configure mount point

2018-07-08 Thread Tang Cloud
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