Files
impala/java/yarn-extras
Michael Smith 1b6011c6a0 Revert "IMPALA-11253: Support testing with Java 11"
This reverts commit ee6395db76 as it is
not flexible enough at detecting Java automatically in likely build
environments.

Change-Id: I836c9f7fd10740b15f7e40b2e7f889ac7ee61fc3
Reviewed-on: http://gerrit.cloudera.org:8080/19908
Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
Reviewed-by: Michael Smith <michael.smith@cloudera.com>
2023-05-21 14:00:14 +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.