Bumping up yarn-server-router (new) module pom to beta1 and fixing imports post rebase.

(cherry picked from commit f1eff212c5f13c62e8fc45b0af794b5bbeb577da)
This commit is contained in:
Subru Krishnan 2017-07-14 12:02:38 -07:00 committed by Carlo Curino
parent 3e1dc7ece0
commit 712e97d4cf
3 changed files with 3 additions and 1 deletions

View File

@ -70,6 +70,7 @@
.AMRMTokenSecretManager;
import org.apache.hadoop.yarn.server.resourcemanager.security.authorize.RMPolicyProvider;
import org.apache.hadoop.yarn.server.security.MasterKeyData;
import org.apache.hadoop.yarn.server.utils.AMRMClientUtils;
import org.apache.hadoop.yarn.server.utils.YarnServerSecurityUtils;
import org.apache.hadoop.yarn.util.resource.Resources;

View File

@ -48,6 +48,7 @@
import org.apache.hadoop.yarn.api.records.ReservationId;
import org.apache.hadoop.yarn.api.records.impl.pb.ApplicationSubmissionContextPBImpl;
import org.apache.hadoop.yarn.conf.HAUtil;
import org.apache.hadoop.yarn.conf.YarnConfiguration;
import org.apache.hadoop.yarn.event.AsyncDispatcher;
import org.apache.hadoop.yarn.event.Dispatcher;
import org.apache.hadoop.yarn.event.EventHandler;

View File

@ -24,7 +24,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-yarn-server-router</artifactId>
<version>3.0.0-alpha4-SNAPSHOT</version>
<version>3.0.0-beta1-SNAPSHOT</version>
<name>Apache Hadoop YARN Router</name>
<properties>