Sailesh Mukil has submitted this change and it was merged. Change subject: IMPALA-3306: Add command-line flags to set S3 access configurations ......................................................................
IMPALA-3306: Add command-line flags to set S3 access configurations This patch adds two flags, namely 's3a_access_key_cmd' and 's3a_secret_key_cmd' each of which should be a Unix command that would retrieve the S3 access key and the S3 secret key respectively. These keys are used when creating a connection to S3 so that Impala is given access. This patch gives users the safer option of not needing to put the access and secret keys in the core-site.xml file (which is potentially insecure). Change-Id: I2ba103bcb399861683066fd00219d30c180db043 Reviewed-on: http://gerrit.cloudera.org:8080/2850 Reviewed-by: Sailesh Mukil <[email protected]> Tested-by: Sailesh Mukil <[email protected]> --- M be/src/common/init.cc M be/src/rpc/thrift-server.cc M be/src/runtime/hdfs-fs-cache.cc M be/src/runtime/hdfs-fs-cache.h M be/src/util/os-util.cc M be/src/util/os-util.h M be/src/util/webserver.cc M tests/common/skip.py A tests/custom_cluster/test_s3a_access.py 9 files changed, 124 insertions(+), 10 deletions(-) Approvals: Sailesh Mukil: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/2850 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I2ba103bcb399861683066fd00219d30c180db043 Gerrit-PatchSet: 9 Gerrit-Project: Impala Gerrit-Branch: cdh5-trunk Gerrit-Owner: Sailesh Mukil <[email protected]> Gerrit-Reviewer: Dan Hecht <[email protected]> Gerrit-Reviewer: Henry Robinson <[email protected]> Gerrit-Reviewer: Internal Jenkins Gerrit-Reviewer: Sailesh Mukil <[email protected]>
