HDFSArtifact is the location of an HDFS artifact
Name | Type | Description | Notes |
---|---|---|---|
addresses | List<String> | Addresses is accessible addresses of HDFS name nodes | [optional] |
force | Boolean | Force copies a file forcibly even if it exists (default: false) | [optional] |
hdfsUser | String | HDFSUser is the user to access HDFS file system. It is ignored if either ccache or keytab is used. | [optional] |
krbCCacheSecret | io.kubernetes.client.openapi.models.V1SecretKeySelector | [optional] | |
krbConfigConfigMap | io.kubernetes.client.openapi.models.V1ConfigMapKeySelector | [optional] | |
krbKeytabSecret | io.kubernetes.client.openapi.models.V1SecretKeySelector | [optional] | |
krbRealm | String | KrbRealm is the Kerberos realm used with Kerberos keytab It must be set if keytab is used. | [optional] |
krbServicePrincipalName | String | KrbServicePrincipalName is the principal name of Kerberos service It must be set if either ccache or keytab is used. | [optional] |
krbUsername | String | KrbUsername is the Kerberos username used with Kerberos keytab It must be set if keytab is used. | [optional] |
path | String | Path is a file path in HDFS |