ReganHoo commented on issue #11024: URL: https://github.com/apache/doris/issues/11024#issuecomment-1194867410
CREATE TABLE `account_udid` ( `game_cd` int NOT NULL COMMENT "", `account_id` char(256) NOT NULL COMMENT "", `udid` char(256) NOT NULL COMMENT " ) ENGINE=HIVE COMMENT "HIVE" PROPERTIES ( 'hive.metastore.uris' = 'thrift://x.x.x.x:9083', 'database' = 'ods', 'table' = 'account_udid', 'AWS_ACCESS_KEY'='xxxxxxxx', 'AWS_SECRET_KEY'='xxxxxxxx', 'AWS_ENDPOINT'='s3.us-west-2.amazonaws.com', 'AWS_REGION'='us-west-2' ); -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org