Sailesh Mukil has posted comments on this change. Change subject: IMPALA-3306: Add command-line flags to set S3 access configurations ......................................................................
Patch Set 3: (4 comments) http://gerrit.cloudera.org:8080/#/c/2850/3/be/src/common/init.cc File be/src/common/init.cc: Line 210: EXIT_IF_ERROR(impala::HdfsFsCache::Init()); > Note this should be changed once Tim's patch goes in. Could you point me to that patch? I'm not sure which one it is. http://gerrit.cloudera.org:8080/#/c/2850/3/be/src/runtime/hdfs-fs-cache.h File be/src/runtime/hdfs-fs-cache.h: Line 68: /// If blank, the default value is taken from the local Hadoop client configuration. > in these comments, maybe say that both must be set? Done http://gerrit.cloudera.org:8080/#/c/2850/3/be/src/util/os-util.cc File be/src/util/os-util.cc: Line 112: do_trim > are there cases when it's not safe to do this? Currently there aren't. Do you think it's better to remove this condition and do trim_right all the time? http://gerrit.cloudera.org:8080/#/c/2850/3/tests/custom_cluster/test_s3a_access.py File tests/custom_cluster/test_s3a_access.py: Line 66: in a custom cluster test.''' > what's needed to do this? let's at least file a JIRA since not having any p We can do it currently, but that means having actual AWS access and secret keys hardcoded somewhere in our codebase. I'm not exactly sure what a good secure alternative would be, it's something we'd need to think about. Filed IMPALA-3422. -- To view, visit http://gerrit.cloudera.org:8080/2850 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: I2ba103bcb399861683066fd00219d30c180db043 Gerrit-PatchSet: 3 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: Sailesh Mukil <[email protected]> Gerrit-HasComments: Yes
