blueprint.getHadoopStack().setDistro("CDH-5.0.1");
provider.onStopCluster(blueprint, reportQueue);
blueprint.getHadoopStack().setDistro("CDH-5.0.1");
ClustersResourceV6 resourceV6 = Mockito.mock(FakeClustersResource.class);
Mockito.when(resourceV6.startCommand(blueprint.getName())).thenThrow(
SoftwareManagementPluginException.START_CLUSTER_FAILED(null, null, blueprint.getName()));
ServicesResourceV6 servicesResourceV6 = Mockito.mock(ServicesResourceV6.class);
List<ApiService> serviceList = new ArrayList<>();
ApiService hdfs = new ApiService();
hdfs.setName("HDFS");