/tags/release-0.0.0-rc0/hive/external/contrib/src/test/queries/clientnegative/url_hook.q
# · text · 9 lines · 9 code · 0 blank · 0 comment · 0 complexity · 44f2b72a5600a218a7474738fead3928 MD5 · raw file
- add jar ${system:build.dir}/hive-contrib-${system:hive.version}.jar;
- set hive.metastore.force.reload.conf=true;
- SHOW TABLES 'src';
- set hive.metastore.ds.connection.url.hook=org.apache.hadoop.hive.contrib.metastore.hooks.TestURLHook;
- SHOW TABLES 'src';
- SHOW TABLES 'src';
- set hive.metastore.force.reload.conf=false;
- set hive.metastore.ds.connection.url.hook=;
- SHOW TABLES 'src';