Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 1.49 KB

HDFSArtifact.md

File metadata and controls

22 lines (15 loc) · 1.49 KB

HDFSArtifact

HDFSArtifact is the location of an HDFS artifact

Properties

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