You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@impala.apache.org by Tianyi Wang <tw...@cloudera.com.INVALID> on 2018/08/09 18:07:38 UTC

Warning: data reloading required

IMPALA-7383 <http://issues.cloudera.org/browse/IMPALA-7383> was merged
moment ago. It renames the names of the HMS & sentry policy DBs and breaks
existing test data. While the data should be reloaded, you can continue
working on the existing data with this workaround:
```
export METASTORE_DB=hive_impala
export SENTRY_POLICY_DB=sentry_policy
```
-- 
Tianyi Wang