You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@impala.apache.org by "Michael Smith (Code Review)" <ge...@cloudera.org> on 2022/08/11 16:28:13 UTC

[Impala-ASF-CR] IMPALA-11207: Use hadoop-cloud-storage for Cloud dependencies

Michael Smith has uploaded a new patch set (#2) to the change originally created by Joe McDonnell. ( http://gerrit.cloudera.org:8080/18817 )

Change subject: IMPALA-11207: Use hadoop-cloud-storage for Cloud dependencies
......................................................................

IMPALA-11207: Use hadoop-cloud-storage for Cloud dependencies

Hadoop provides hadoop-cloud-storage, which includes most of
the dependencies that Impala currently uses like hadoop-aws,
hadoop-azure, Knox's gateway-cloud-bindings, etc. Hadoop has
put in a lot of work to make sure that this package includes
the right version of dependencies (including shading some
dependencies for GCS). It seems like this is a more reliable
way to consume these dependencies.

This switches the Java build to use hadoop-cloud-storage
and removes the dependencies that it replaces. This eliminates
the need to control the version of oauth and GCS, as those
are determined by hadoop-cloud-storage.

Change-Id: I3a1631289f990513823c2b17eb9241cc1b5a7ffd
---
M bin/impala-config.sh
M java/executor-deps/pom.xml
M java/pom.xml
3 files changed, 11 insertions(+), 56 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/17/18817/2
-- 
To view, visit http://gerrit.cloudera.org:8080/18817
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I3a1631289f990513823c2b17eb9241cc1b5a7ffd
Gerrit-Change-Number: 18817
Gerrit-PatchSet: 2
Gerrit-Owner: Joe McDonnell <jo...@cloudera.com>
Gerrit-Reviewer: Impala Public Jenkins <im...@cloudera.com>
Gerrit-Reviewer: Michael Smith <mi...@cloudera.com>