Aggarwal-Raghav commented on PR #6390: URL: https://github.com/apache/hive/pull/6390#issuecomment-4127922978
During docker compose its giving warn. I think default values can be provided for these vars `HIVE_WAREHOUSE_PATH` and `DEFAULT_FS` ``` WARN[0000] The "S3_ENDPOINT_URL" variable is not set. Defaulting to a blank string. WARN[0000] The "AWS_SECRET_ACCESS_KEY" variable is not set. Defaulting to a blank string. WARN[0000] The "AWS_ACCESS_KEY_ID" variable is not set. Defaulting to a blank string. WARN[0000] The "DEFAULT_FS" variable is not set. Defaulting to a blank string. WARN[0000] The "HIVE_WAREHOUSE_PATH" variable is not set. Defaulting to a blank string. WARN[0000] The "S3_ENDPOINT_URL" variable is not set. Defaulting to a blank string. WARN[0000] The "AWS_ACCESS_KEY_ID" variable is not set. Defaulting to a blank string. WARN[0000] The "AWS_SECRET_ACCESS_KEY" variable is not set. Defaulting to a blank string. ``` -- 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]
