Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.42 KB

V1alpha1HDFSArtifact.md

File metadata and controls

20 lines (16 loc) · 1.42 KB

V1alpha1HDFSArtifact

HDFSArtifact is the location of an HDFS artifact

Properties

Name Type Description Notes
addresses list[str] Addresses is accessible addresses of HDFS name nodes
force bool Force copies a file forcibly even if it exists (default: false) [optional]
hdfs_user str HDFSUser is the user to access HDFS file system. It is ignored if either ccache or keytab is used. [optional]
krb_c_cache_secret V1SecretKeySelector [optional]
krb_config_config_map V1ConfigMapKeySelector [optional]
krb_keytab_secret V1SecretKeySelector [optional]
krb_realm str KrbRealm is the Kerberos realm used with Kerberos keytab It must be set if keytab is used. [optional]
krb_service_principal_name str KrbServicePrincipalName is the principal name of Kerberos service It must be set if either ccache or keytab is used. [optional]
krb_username str KrbUsername is the Kerberos username used with Kerberos keytab It must be set if keytab is used. [optional]
path str Path is a file path in HDFS

[Back to Model list] [Back to API list] [Back to README]