Description
SentrySchema classes still use "MetaStore" instead of sentrystore for method names and even in logs. It should be corrected. Below is one such example.
SentryStoreSchemaInfo has log which still refer "Metastore". Here is an example
throw new SentryUserException("Unknown version specified for upgrade " + fromSchemaVer + " Metastore schema may be too old or newer");
We need to asses if there are any other message like like and fix them.