Greg Weiss created AMBARI-10257: ----------------------------------- Summary: Service check for Hive should fail Key: AMBARI-10257 URL: https://issues.apache.org/jira/browse/AMBARI-10257 Project: Ambari Issue Type: Bug Affects Versions: 1.6.0 Reporter: Greg Weiss
We ran into problems with Hive and Ambari 1.6.0's "Run Service Check" for Hive. It did not properly detect the "Failure" messages that it received indicating problems were occurring with the hive service. When we ran a Hive Service Check, the bars showed green and indicated everything as OK, but the detailed messages indicated an error: {Code} FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask. MetaException(message:Got exception: java.io.IOException Failed on local exception: java.io.IOException: Couldn't set up IO streams; Host Details : local host is: "vf-nn02.DOMAIN.com/192.168.5.23"; destination host is: "vf-nn01.DOMAIN.com":8020; ) {Code} The expected behavior would be for the Hive Service Check to flag this as a problem. It was a problem we'd had for days with Hive; it was causing nonsensical errors when we were doing ALTER TABLE commands, and when we restarted Hive services in Ambari all the problems went away and the Service Check still ran clean but this time no longer showed the above message in the details. But the Service Check it seems to us should have failed. I presume this is an Ambari issue but if a defect should be raised elsewhere please indicate so. -- This message was sent by Atlassian JIRA (v6.3.4#6332)