Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/16055 )
Change subject: IMPALA-9844: Ozone support for load data inpath ...................................................................... IMPALA-9844: Ozone support for load data inpath Add Ozone to the whitelist of URIs supported for 'load data inpath' queries. Removed a workaround in FileSystemUtil#isOzoneFileSystem that required CDP jars by default. Now, we support only CDP and can require the CDP Ozone jars. Testing: * Tested manually against a cluster with Ozone deployed Change-Id: I60e8c9ebc6c5b2a29539fac9797cbda32e3cc257 Reviewed-on: http://gerrit.cloudera.org:8080/16055 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M fe/src/main/java/org/apache/impala/analysis/LoadDataStmt.java M fe/src/main/java/org/apache/impala/common/FileSystemUtil.java M fe/src/test/java/org/apache/impala/analysis/AnalyzeStmtsTest.java 3 files changed, 9 insertions(+), 8 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/16055 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I60e8c9ebc6c5b2a29539fac9797cbda32e3cc257 Gerrit-Change-Number: 16055 Gerrit-PatchSet: 9 Gerrit-Owner: Sahil Takiar <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Sahil Takiar <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]>
