Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/20081 )
Change subject: IMPALA-12218: Exclude Ranger's ORC dependency ...................................................................... IMPALA-12218: Exclude Ranger's ORC dependency Since RANGER-1837 Ranger has a dependency on ORC, as it became capable of writing audit information in ORC format in addition to the text-based formats supported earlier (JSON, CSV). The Impala front-end has its own direct ORC dependency, for which versioning is driven by the front-end's Iceberg dependency, as Iceberg needs quite recent versions of the file formats libraries, including ORC. Since the front-end's Ranger plugin requires only basic functionality from ORC, which is expected to be compatible across versions, the potential version conflict between the two dependencies is resolved by excluding Ranger's transitive ORC dependency from the Impala build. Tested by building the front-end locally, then passing a core-mode test run on Jenkins. Change-Id: I368489016795020d590ab6d12d656327d7911eb7 Reviewed-on: http://gerrit.cloudera.org:8080/20081 Reviewed-by: Joe McDonnell <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M fe/pom.xml 1 file changed, 8 insertions(+), 0 deletions(-) Approvals: Joe McDonnell: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/20081 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I368489016795020d590ab6d12d656327d7911eb7 Gerrit-Change-Number: 20081 Gerrit-PatchSet: 4 Gerrit-Owner: Laszlo Gaal <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]>
