| <table class="configuration table table-bordered"> |
| <thead> |
| <tr> |
| <th class="text-left" style="width: 20%">Key</th> |
| <th class="text-left" style="width: 15%">Default</th> |
| <th class="text-left" style="width: 10%">Type</th> |
| <th class="text-left" style="width: 55%">Description</th> |
| </tr> |
| </thead> |
| <tbody> |
| <tr> |
| <td><h5>user.artifacts.artifact-list</h5></td> |
| <td style="word-wrap: break-word;">(none)</td> |
| <td>List<String></td> |
| <td>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</td> |
| </tr> |
| <tr> |
| <td><h5>user.artifacts.base-dir</h5></td> |
| <td style="word-wrap: break-word;">"/opt/flink/artifacts"</td> |
| <td>String</td> |
| <td>The base dir to put the application job artifacts.</td> |
| </tr> |
| <tr> |
| <td><h5>user.artifacts.http-headers</h5></td> |
| <td style="word-wrap: break-word;">(none)</td> |
| <td>Map</td> |
| <td>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.</td> |
| </tr> |
| <tr> |
| <td><h5>user.artifacts.raw-http-enabled</h5></td> |
| <td style="word-wrap: break-word;">false</td> |
| <td>Boolean</td> |
| <td>Enables artifact fetching from raw HTTP endpoints.</td> |
| </tr> |
| </tbody> |
| </table> |