Add hadoop version for mos 9.1

Vanilla have a 2.7.1 version for mos 9.1 release
closes-bug: #1625139

Change-Id: I6d066245f4accad5851e6fc9548fff01ceb3d847
This commit is contained in:
Evgeny Sikachev 2016-09-19 17:05:58 +03:00
parent bf60400656
commit 53d55f223c
2 changed files with 2 additions and 1 deletions

View File

@ -57,7 +57,7 @@ class VanillaTwoTemplatesTest(SaharaTemplatesTest):
"7.0": "2.6.0",
"8.0": "2.7.1",
"9.0": "2.7.1",
"10.0": "2.7.1"
"9.1": "2.7.1"
}
self._plugin_name = 'vanilla'
self._hadoop_version = mapping_versions_of_plugin.get(

View File

@ -96,6 +96,7 @@ class VanillaTwoClusterTest(SaharaClusterTest):
"7.0": "2.6.0",
"8.0": "2.7.1",
"9.0": "2.7.1",
"9.1": "2.7.1",
"10.0": "2.7.1"
}
self._plugin_name = 'vanilla'