Hello all, I am using the mvn clean site:site site:stage package -DskipTests
to build Slider and also and changed the pom.xml to <hadoop.version>2.7.0</hadoop.version> but looks like the build may still be using 2.6.0. I am trying to use the updateBlackList() method and am getting: The method updateBlackList(List<String>, List<String>) is undefined for the type AMRMClientAsync which does exist in Hadoop 2.7: https://hadoop.apache.org/docs/current/api/org/apache/hadoop/yarn/client/api/async/AMRMClientAsync.html Any thoughts on how to ensure Hadoop 2.7 is used for building Slider. Thanks, Rajesh