File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -117,18 +117,18 @@ def create_hdfs_with_kerberos(
117
117
), "'read-only' parameter must be 'True' or 'False'"
118
118
119
119
base .get_client ().datatap .create_hdfs_with_kerberos (
120
- name ,
121
- description ,
122
- path_from_endpoint ,
123
- kdc_data_host ,
124
- kdc_data_port ,
125
- realm ,
126
- client_principal ,
127
- browse_only ,
128
- host ,
129
- keytab ,
130
- backup_host ,
131
- type ,
132
- port ,
133
- read_only ,
120
+ name = name ,
121
+ description = description ,
122
+ path_from_endpoint = path_from_endpoint ,
123
+ kdc_data_host = kdc_data_host ,
124
+ kdc_data_port = kdc_data_port ,
125
+ realm = realm ,
126
+ client_principal = client_principal ,
127
+ browse_only = browse_only ,
128
+ host = host ,
129
+ keytab = keytab ,
130
+ backup_host = backup_host ,
131
+ type = type ,
132
+ port = port ,
133
+ read_only = read_only ,
134
134
)
You can’t perform that action at this time.
0 commit comments