zhangbutao commented on PR #6267: URL: https://github.com/apache/hive/pull/6267#issuecomment-4111237882
> > 6. Every thing a catalog needs is stored in CATALOG_PARAMS, including the driver class, file system configurations, or extra jar files. The PARAM_VALUE should be a clob instead of varchar in CATALOG_PARAMS. > > what about StorageCredentialParams? would those be part of CATALOG_PARAMS, like location to secrets??? Not all catalogs support credential vending ATM. Or it would be part of client configs? I think StorageCredentialParams would be part of CATALOG_PARAMS. For some Cloud service providers, such as AWS, StorageCredentialParams maybe a requirement, and StorageCredentialParams should be configurations passed from the client to the server, but for some other storage system like hdfs, no need. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
