Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
...
Caused by: MetaException(message:Version information not found in metastore. )
...

To suppress the schema check and allow the metastore to implicitly modify the schemaBy deafult the configuration property hive.metastore.schema.verification is false and metastore to implicitly write the schema version if its not matching. To enable the strict schema verification, you need to set a configuration property hive.metastore.schema.verification to false this property to true in hive-site.xml.

See Hive Metastore Administration for general information about the metastore.

...