I am trying to discover a schema from a parquet file. I tried to use the code:
parquet-tools schema hdfs://<MY_IP>:8020//<PATH_TO_PARQUER>/<PARQUET_FILE_NAME>.parquet
But I got the error:
SIMPLE authentication is not enabled. Available:[TOKEN, KERBEROS]
Does anyone knows how to use parquet-tools in a Kerberized environment. I have the keytab with the permissions, and I run before the knit command.