File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
sqrl-planner/src/main/resources Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2626 "flink" : {
2727 "config" : {
2828 "execution.runtime-mode" : " STREAMING" ,
29- "execution.target" : " local" ,
30- "execution.attached" : true ,
31- "rest.address" : " localhost" ,
32- "rest.port" : 8081 ,
33- "state.backend.type" : " rocksdb" ,
34- "taskmanager.memory.network.max" : " 800m"
29+ "state.backend.type" : " rocksdb"
3530 }
3631 },
3732 "duckdb" : {
Original file line number Diff line number Diff line change 22 "engines" : {
33 "flink" : {
44 "config" : {
5- "table.exec.resource.default-parallelism" : 1 ,
5+ "execution.target" : " local" ,
6+ "execution.attached" : true ,
7+ "rest.address" : " localhost" ,
8+ "rest.port" : 8081 ,
69 "state.checkpoints.dir" : " file:///data/flink/checkpoints" ,
7- "state.savepoints.dir" : " file:///data/flink/savepoints"
10+ "state.savepoints.dir" : " file:///data/flink/savepoints" ,
11+ "table.exec.resource.default-parallelism" : 1 ,
12+ "taskmanager.memory.network.max" : " 800m"
813 }
914 }
1015 }
You can’t perform that action at this time.
0 commit comments