Laszlo Gaal has uploaded this change for review. ( http://gerrit.cloudera.org:8080/20081
Change subject: CDPD-55089: Exclude the ORC version pulled in by Ranger ...................................................................... CDPD-55089: Exclude the ORC version pulled in by Ranger Ranger (thus the Ranger plugin) has recently started depending on ORC, because Ranger now writes audit information in ORC format instead of the text formats (JSON, CSV) used earlier. The Impala front-end code has a dependency on the Ranger plugin, so this new indirect ORC dependency now conflicts with Impala's own ORC dependency version. The conflict is caused by Impala requiring a more recent ORC version than the rest of the CDH stack, because Impala's Iceberg dependency requires it. Since the Ranger plugin requires only very basic functionality from ORC, which is expected to be forward-compatible with newer versions, the conflict 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. Edit: Adding exclusion for hive-storage-api which is also being rejected by impala. Change-Id: I368489016795020d590ab6d12d656327d7911eb7 --- M fe/pom.xml 1 file changed, 4 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/81/20081/1 -- 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: newchange Gerrit-Change-Id: I368489016795020d590ab6d12d656327d7911eb7 Gerrit-Change-Number: 20081 Gerrit-PatchSet: 1 Gerrit-Owner: Laszlo Gaal <[email protected]>
