user.artifacts.artifact-list |
(none) |
List<String> |
A semicolon-separated list of the additional artifacts to fetch for the job before setting up the application cluster. All given elements have to be valid URIs. Example: s3://sandbox-bucket/format.jar;http://sandbox-server:1234/udf.jar |
user.artifacts.base-dir |
"/opt/flink/artifacts" |
String |
The base dir to put the application job artifacts. |
user.artifacts.http-headers |
(none) |
Map |
Custom HTTP header(s) for the HTTP artifact fetcher. The header(s) will be applied when getting the application job artifacts. Expected format: headerKey1:headerValue1,headerKey2:headerValue2. |
user.artifacts.raw-http-enabled |
false |
Boolean |
Enables artifact fetching from raw HTTP endpoints. |