Files
impala/java/yarn-extras
Zoltan Borok-Nagy 7b2bb13ecc IMPALA-10810: Bump json-smart from 2.3 to 2.4.7
I noticed that our json-smart dependency is stale and we could
pick up a newer version.

This patch upgrades it to 2.4.7 which is the newest version at
the time of writing.

Change-Id: I6b43f606f40e172aa267b55c564fa64d68515bd5
Reviewed-on: http://gerrit.cloudera.org:8080/17702
Reviewed-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
2021-07-22 23:05:34 +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.