Merge "Include YARN 2.7.0 to service install priority list in MapR plugin"

This commit is contained in:
Jenkins 2015-09-15 11:25:14 +00:00 committed by Gerrit Code Review
commit 2c323a8e89

View File

@ -54,6 +54,7 @@ SERVICE_INSTALL_PRIORITY = [
mng.Management(),
yarn.YARNv251(),
yarn.YARNv241(),
yarn.YARNv270(),
mr.MapReduce(),
maprfs.MapRFS(),
]