Include YARN 2.7.0 to service install priority list in MapR plugin

Change-Id: I401348922518b9d760a7257aed6e3daa9943c601
Closes-Bug: #1493827
This commit is contained in:
Artem Osadchyi 2015-09-09 15:19:16 +03:00
parent c292f20f3d
commit 5d87b0c36d

View File

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