0 votes
in Big Data | Hadoop by
Can we create multiple tables in Hive for a data file?

1 Answer

0 votes
by

Yes, we can create multiple table schemas for a data file. Hive will save schema in Hive Metastore. Data will remain in same file. Based on the schema we can retrieve different results from same Data.

...