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
(cherry picked from commit 53d55f223c)
This commit is contained in:
Evgeny Sikachev 2016-09-19 17:05:58 +03:00
parent ebeaed5b56
commit 092359eba4
2 changed files with 4 additions and 2 deletions

View File

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

View File

@ -95,7 +95,8 @@ class VanillaTwoClusterTest(SaharaClusterTest):
"6.1": "2.4.1",
"7.0": "2.6.0",
"8.0": "2.7.1",
"9.0": "2.7.1"
"9.0": "2.7.1",
"9.1": "2.7.1"
}
self._plugin_name = 'vanilla'
self._hadoop_version = mapping_versions_of_plugin.get(