mirror of
https://github.com/apache/impala.git
synced 2026-02-02 06:00:36 -05:00
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>
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.