Fang-Yu Rao has posted comments on this change. ( http://gerrit.cloudera.org:8080/24692 )
Change subject: IMPALA-15262: Update to CDP build with HIVE-26537 and HIVE-27193 ...................................................................... Patch Set 10: (1 comment) http://gerrit.cloudera.org:8080/#/c/24692/10/fe/src/test/java/org/apache/impala/authorization/AuthorizationTestBase.java File fe/src/test/java/org/apache/impala/authorization/AuthorizationTestBase.java: http://gerrit.cloudera.org:8080/#/c/24692/10/fe/src/test/java/org/apache/impala/authorization/AuthorizationTestBase.java@624 PS10, Line 624: .request(MediaType.APPLICATION_JSON) > At https://jenkins.impala.io/job/all-build-options-ub2004/4702/consoleFull, More precisely, in RangerRESTClient.java (https://github.com/apache/ranger/blob/ranger-2.8/agents-common/src/main/java/org/apache/ranger/plugin/util/RangerRESTClient.java) of Apache Ranger 2.8, we are using the following. public WebResource getResource(String relativeUrl) { WebResource ret = getClient().resource(getUrl() + relativeUrl); return ret; } However, in CDP Ranger, we are using the following. public WebTarget getResource(String relativeUrl) { return getClient().target(getUrl() + relativeUrl); } -- To view, visit http://gerrit.cloudera.org:8080/24692 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I55006e497d7ba25217794bf797cfe975050a0d25 Gerrit-Change-Number: 24692 Gerrit-PatchSet: 10 Gerrit-Owner: Fang-Yu Rao <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Fang-Yu Rao <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Comment-Date: Fri, 21 Aug 2026 23:27:10 +0000 Gerrit-HasComments: Yes
