Description
Hive and Spark both supports:
DESC FORMATTED table_name
which gives table metadata.
If you want to get metadata for particular column in hive you can execute:
DESC FORMATTED table_name column_name
Thos is not supported in Spark.
Hive and Spark both supports:
DESC FORMATTED table_name
which gives table metadata.
If you want to get metadata for particular column in hive you can execute:
DESC FORMATTED table_name column_name
Thos is not supported in Spark.