Member since
02-01-2018
1
Post
0
Kudos Received
0
Solutions
01-08-2020
04:27 AM
You can also append HIVE_SKIP_SPARK_ASSEMBLY to the command which should remove the warnings. export HIVE_SKIP_SPARK_ASSEMBLY=true; hive -S --database dbname -e 'show tables;'
... View more