Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/18046 )
Change subject: IMPALA-11025: Transactional tables should use /test-warehouse/managed/databasename.db ...................................................................... IMPALA-11025: Transactional tables should use /test-warehouse/managed/databasename.db 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 <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M fe/src/test/java/org/apache/impala/catalog/FileMetadataLoaderTest.java M testdata/bin/generate-schema-statements.py M testdata/workloads/functional-query/queries/QueryTest/acid.test M tests/metadata/test_ddl.py 4 files changed, 7 insertions(+), 4 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/18046 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ib870ca802c9fa180e6be7a6f65bef35b227772db Gerrit-Change-Number: 18046 Gerrit-PatchSet: 4 Gerrit-Owner: Andrew Sherman <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]>
