mirror of
https://github.com/apache/impala.git
synced 2026-02-02 06:00:36 -05:00
This changes the Maven pom.xml files to use verison 4.1.0-SNAPSHOT rather than 4.0.0-SNAPSHOT. In the past, these versions were a fixed value, but that changed with IMPALA-10198. This is a new step that needs to happen on each release. Testing: - Ran a build Change-Id: I10a589b4fbc15048199943a0e06d079f57840239 Reviewed-on: http://gerrit.cloudera.org:8080/18390 Reviewed-by: Tamas Mate <tmater@apache.org> 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.