Skip to content

Commit

Permalink
Revert "[FLINK-29862] Upgrade to flink-shaded 16.0"
Browse files Browse the repository at this point in the history
This reverts commit 9e1ff64.

There are some problems with the SSL setup.
  • Loading branch information
zentol committed Nov 4, 2022
1 parent e962c69 commit cf3158b
Show file tree
Hide file tree
Showing 6 changed files with 91 additions and 174 deletions.
3 changes: 1 addition & 2 deletions docs/layouts/shortcodes/generated/rest_v1_dispatcher.html
Original file line number Diff line number Diff line change
Expand Up @@ -1368,8 +1368,7 @@
"job-accumulators" : {
"type" : "array",
"items" : {
"type" : "object",
"id" : "urn:jsonschema:org:apache:flink:runtime:rest:messages:JobAccumulatorsInfo:JobAccumulator"
"type" : "any"
}
},
"serialized-user-task-accumulators" : {
Expand Down
8 changes: 5 additions & 3 deletions docs/static/generated/rest_v1_dispatcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,11 @@ paths:
$ref: '#/components/schemas/JarListInfo'
/jars/upload:
post:
description: |-
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.
Using 'curl' you can upload a jar via 'curl -X POST -H "Expect:" -F "jarfile=@path/to/flink-job.jar" https://hostname:port/jars/upload'.
description: "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.\nUsing 'curl' you\
\ can upload a jar via 'curl -X POST -H \"Expect:\" -F \"jarfile=@path/to/flink-job.jar\"\
\ https://hostname:port/jars/upload'."
operationId: uploadJar
requestBody:
content:
Expand Down
Loading

0 comments on commit cf3158b

Please sign in to comment.