Skip to content

Commit 026a53e

Browse files
committed
[FLINK-29862] Upgrade to flink-shaded 16.1
1 parent 2aab91d commit 026a53e

6 files changed

Lines changed: 174 additions & 91 deletions

File tree

docs/layouts/shortcodes/generated/rest_v1_dispatcher.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1411,7 +1411,8 @@
14111411
"job-accumulators" : {
14121412
"type" : "array",
14131413
"items" : {
1414-
"type" : "any"
1414+
"type" : "object",
1415+
"id" : "urn:jsonschema:org:apache:flink:runtime:rest:messages:JobAccumulatorsInfo:JobAccumulator"
14151416
}
14161417
},
14171418
"serialized-user-task-accumulators" : {

docs/static/generated/rest_v1_dispatcher.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,9 @@ paths:
8989
$ref: '#/components/schemas/JarListInfo'
9090
/jars/upload:
9191
post:
92-
description: "Uploads a jar to the cluster. The jar must be sent as multi-part\
93-
\ data. Make sure that the \"Content-Type\" header is set to \"application/x-java-archive\"\
94-
, as some http libraries do not add the header by default.\nUsing 'curl' you\
95-
\ can upload a jar via 'curl -X POST -H \"Expect:\" -F \"jarfile=@path/to/flink-job.jar\"\
96-
\ http://hostname:port/jars/upload'."
92+
description: |-
93+
Uploads a jar to the cluster. The jar must be sent as multi-part data. Make sure that the "Content-Type" header is set to "application/x-java-archive", as some http libraries do not add the header by default.
94+
Using 'curl' you can upload a jar via 'curl -X POST -H "Expect:" -F "jarfile=@path/to/flink-job.jar" http://hostname:port/jars/upload'.
9795
operationId: uploadJar
9896
requestBody:
9997
content:

0 commit comments

Comments
 (0)