mirror of
https://github.com/apache/impala.git
synced 2026-01-31 09:00:19 -05:00
Recent Hive releases seem to be enforcing that data for a managed table is stored under the hive.metastore.warehouse.dir path property in a folder path similar to databasename.db/tablename - see https://cwiki.apache.org/confluence/display/Hive/Managed+vs.+External+Tables Use this form /test-warehouse/managed/databasename.db in generate-schema-statements.py when creating transactional tables. Testing: - A few small changes to tests that verify filesystem changes for acid tables. - Exhaustive tests pass. Change-Id: Ib870ca802c9fa180e6be7a6f65bef35b227772db Reviewed-on: http://gerrit.cloudera.org:8080/18046 Reviewed-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com> Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>