Skip to content

Commit

Permalink
[improvement] upgrade flink 1.17.1 and datasophon version (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
88fantasy authored Nov 9, 2023
1 parent 5e1ab3e commit fe743f4
Show file tree
Hide file tree
Showing 37 changed files with 372 additions and 359 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "FLINK",
"label": "Flink",
"description": "实时计算引擎",
"version": "1.15.2",
"version": "1.17.1",
"sortNum": 6,
"dependencies":[],
"packageName": "flink-1.15.2.tar.gz",
"decompressPackageName": "flink-1.15.2",
"packageName": "flink-1.17.1.tar.gz",
"decompressPackageName": "flink-1.17.1",
"runAs":"root",
"roles": [
{
Expand All @@ -32,7 +32,8 @@
"high-availability.zookeeper.quorum",
"high-availability.zookeeper.client.acl",
"high-availability.zookeeper.path.root",
"custom.flink.conf.yaml"
"custom.flink.conf.yaml",
"classloader.check-leaked-classloader"
]
}
]
Expand Down Expand Up @@ -140,6 +141,17 @@
"configurableInWizard": true,
"hidden": false,
"defaultValue": ""
},
{
"name": "classloader.check-leaked-classloader",
"label": "禁用classloader.check",
"description": "禁用classloader.check",
"required": true,
"type": "switch",
"value": false,
"configurableInWizard": true,
"hidden": false,
"defaultValue": false
}
]
}
Loading

0 comments on commit fe743f4

Please sign in to comment.