From a0fc4225bcc4e2d8104abf30f0967be6dee348cd Mon Sep 17 00:00:00 2001 From: Deepak Majeti Date: Tue, 23 Jan 2024 15:19:48 -0800 Subject: [PATCH] Fix documentation for HiveConfig hive.s3.use-instance-credentials (#8309) Summary: The default value is false. https://github.com/facebookincubator/velox/blob/005e5457d146ab42b0ad421f902853b441b11ea7/velox/connectors/hive/HiveConfig.cpp#L93 Pull Request resolved: https://github.com/facebookincubator/velox/pull/8309 Reviewed By: Yuhta Differential Revision: D52638429 Pulled By: kgpai fbshipit-source-id: f9b54adc6e7b6e9e763ca6c9a0e38c3c8cb54f11 --- velox/docs/configs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/velox/docs/configs.rst b/velox/docs/configs.rst index 979a6ed75ba3..beef0562b7ef 100644 --- a/velox/docs/configs.rst +++ b/velox/docs/configs.rst @@ -496,7 +496,7 @@ Each query can override the config by setting corresponding query session proper - Description * - hive.s3.use-instance-credentials - bool - - true + - false - Use the EC2 metadata service to retrieve API credentials. This works with IAM roles in EC2. * - hive.s3.aws-access-key - string