|
@@ -2981,7 +2981,7 @@ describe('App.MainHostDetailsController', function () {
|
|
'deleteHiveMetaStore': false,
|
|
'deleteHiveMetaStore': false,
|
|
'deleteWebHCatServer': false
|
|
'deleteWebHCatServer': false
|
|
},
|
|
},
|
|
- 'hiveHosts': ['h1', 'h2'],
|
|
|
|
|
|
+ 'hiveHosts': ['h1', 'h2', 'h4'],
|
|
'title': 'adding HiveServer2'
|
|
'title': 'adding HiveServer2'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -2991,7 +2991,7 @@ describe('App.MainHostDetailsController', function () {
|
|
'deleteHiveMetaStore': false,
|
|
'deleteHiveMetaStore': false,
|
|
'deleteWebHCatServer': false
|
|
'deleteWebHCatServer': false
|
|
},
|
|
},
|
|
- 'hiveHosts': ['h0', 'h1', 'h2'],
|
|
|
|
|
|
+ 'hiveHosts': ['h0', 'h1', 'h2', 'h4'],
|
|
'title': 'adding Hive Metastore'
|
|
'title': 'adding Hive Metastore'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -3001,7 +3001,7 @@ describe('App.MainHostDetailsController', function () {
|
|
'deleteHiveMetaStore': false,
|
|
'deleteHiveMetaStore': false,
|
|
'deleteWebHCatServer': false
|
|
'deleteWebHCatServer': false
|
|
},
|
|
},
|
|
- 'hiveHosts': ['h0', 'h1', 'h2'],
|
|
|
|
|
|
+ 'hiveHosts': ['h0', 'h1', 'h2', 'h4'],
|
|
'title': 'adding WebHCat Server'
|
|
'title': 'adding WebHCat Server'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -3012,7 +3012,7 @@ describe('App.MainHostDetailsController', function () {
|
|
'deleteHiveMetaStore': true,
|
|
'deleteHiveMetaStore': true,
|
|
'deleteWebHCatServer': false
|
|
'deleteWebHCatServer': false
|
|
},
|
|
},
|
|
- 'hiveHosts': ['h2'],
|
|
|
|
|
|
+ 'hiveHosts': ['h2', 'h4'],
|
|
'title': 'deleting Hive component'
|
|
'title': 'deleting Hive component'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -3034,7 +3034,7 @@ describe('App.MainHostDetailsController', function () {
|
|
'deleteHiveMetaStore': false,
|
|
'deleteHiveMetaStore': false,
|
|
'deleteWebHCatServer': false
|
|
'deleteWebHCatServer': false
|
|
},
|
|
},
|
|
- 'hiveHosts': ['h1'],
|
|
|
|
|
|
+ 'hiveHosts': ['h1', 'h4'],
|
|
'title': 'deleting host with Hive component'
|
|
'title': 'deleting host with Hive component'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -3045,7 +3045,7 @@ describe('App.MainHostDetailsController', function () {
|
|
'deleteHiveMetaStore': false,
|
|
'deleteHiveMetaStore': false,
|
|
'deleteWebHCatServer': false
|
|
'deleteWebHCatServer': false
|
|
},
|
|
},
|
|
- 'hiveHosts': ['h1'],
|
|
|
|
|
|
+ 'hiveHosts': ['h1', 'h4'],
|
|
'title': 'deleting host with WebHCat Server'
|
|
'title': 'deleting host with WebHCat Server'
|
|
}
|
|
}
|
|
];
|
|
];
|