Hi guys! I'm using Spark SQL 1.3 on Hive with HDFS and Parquet. I've configured Hive Metastore and I'd like to start using it. It is possible to create table in Hive Metastore based on metadata stored in Parquet tables? Stored tables contains lots of columns (sometimes volatile) and I can't specify all of them.
I see that Impala added sql keyword "LIKE PARQUET 'path'" but it looks like it's not working in pure Hive. Thanks