blob: 04e415f4dff1155f491486307e2e5d64d2224670 [file] [log] [blame]
-- test data connector authorization feature
SET hive.security.authorization.enabled=true;
-- CREATE CONNECTOR fail
CREATE CONNECTOR mysql_auth
TYPE 'mysql'
URL 'jdbc:mysql://nightly1.apache.org:3306/hive1'
COMMENT 'test connector'
WITH DCPROPERTIES (
"hive.sql.dbcp.username"="hive1",
"hive.sql.dbcp.password"="hive1");