Skip to content

Commit f04d626

Browse files
committed
fix(datatap): make keytab param optional
Signed-off-by: jear <[email protected]>
1 parent 6b7d744 commit f04d626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hpecp/cli/datatap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@ def create_hdfs_with_kerberos(
6666
client_principal,
6767
browse_only,
6868
host,
69-
keytab,
7069
service_id,
7170
backup_host,
7271
endpoint_type,
7372
endpoint_port,
7473
read_only,
74+
keytab="",
7575
):
7676
"""TODO.
7777

0 commit comments

Comments
 (0)