Merge "Add hadoop version for mos 9.1" into stable/mitaka

This commit is contained in:
Jenkins 2016-09-21 13:33:50 +00:00 committed by Gerrit Code Review
commit ff066dd290
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(