Sailesh Mukil has uploaded a new change for review. http://gerrit.cloudera.org:8080/3358
Change subject: IMPALA-3664: S3A test_keys_do_not_work fails ...................................................................... IMPALA-3664: S3A test_keys_do_not_work fails Previously when we created a new connection to S3 via the S3A connector, the S3AFileSystem object was created only then. However, recently it was realized that the object could be created even before we created a connection to the S3A file system; so the configuration values we pass through to the connection would be ignored. This is fixed by forcing the creation of a new instance of the filesystem object. Change-Id: I23b541eef747dd62e59390f8cc9ac6e5742ead40 --- M be/src/runtime/hdfs-fs-cache.cc 1 file changed, 3 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/58/3358/1 -- To view, visit http://gerrit.cloudera.org:8080/3358 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I23b541eef747dd62e59390f8cc9ac6e5742ead40 Gerrit-PatchSet: 1 Gerrit-Project: Impala Gerrit-Branch: cdh5-2.6.0_5.8.0 Gerrit-Owner: Sailesh Mukil <[email protected]>
