Skip to content

Commit

Permalink
AMBARI-5582 - Piq and Sqoop services should have INSTALLED default state
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Baranchuk committed Apr 27, 2014
1 parent 2a92c51 commit 8be3441
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ public String getHostState(String hostName) {
* @return the service state
*/
public String getServiceState(String serviceName) {
if (isClientOnlyService(serviceName)) return "INSTALLED";
Map<String, Set<String>> serviceHostComponents = hostComponents.get(serviceName);
if (serviceHostComponents != null) {

Expand Down

0 comments on commit 8be3441

Please sign in to comment.