Michael Smith has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/19497 )
Change subject: IMPALA-11633: Use longer ctas timeout for S3/Ozone ...................................................................... IMPALA-11633: Use longer ctas timeout for S3/Ozone File reads can be slower with S3 and Ozone in minicluster because they're not using shortcircuiting to directly access the file on disk. Allow more time for CTAS operations to complete when using a non-HDFS filesystem. Change-Id: I7a49cd44fc0fdc238313b92341467818a8f37fd1 Reviewed-on: http://gerrit.cloudera.org:8080/19497 Reviewed-by: Andrew Sherman <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M tests/metadata/test_ddl.py M tests/metadata/test_load.py 2 files changed, 7 insertions(+), 3 deletions(-) Approvals: Andrew Sherman: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/19497 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I7a49cd44fc0fdc238313b92341467818a8f37fd1 Gerrit-Change-Number: 19497 Gerrit-PatchSet: 3 Gerrit-Owner: Michael Smith <[email protected]> Gerrit-Reviewer: Andrew Sherman <[email protected]> Gerrit-Reviewer: Fang-Yu Rao <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]>
