Files
impala/java/yarn-extras
Daniel Becker a71e69f570 IMPALA-11792: Update Impala version to 4.3.0-SNAPSHOT
As 4.2.0 has been released this commit updates the master to 4.3.0.
This step needs to happen on each release.

Testing:
 - Ran a build

Change-Id: Iebedcfbc1fd8018391a6c78a9aca4a9d754780fa
Reviewed-on: http://gerrit.cloudera.org:8080/19344
Reviewed-by: Michael Smith <michael.smith@cloudera.com>
Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
2022-12-13 05:44:10 +00:00
..

Extra Hadoop classes from Yarn needed by Impala.

This is necessary because Impala has an admission controller that is configured using the
same configuration as Yarn (i.e. a fair-scheduler.xml). Some Yarn classes are used to
provide user to pool resolution, authorization, and accessing pool configurations.