> On Гру. 17, 2015, 8:56 після полудня, Andrew Onischuk wrote: > > ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/alerts/alert_hive_metastore.py, > > line 183 > > <https://reviews.apache.org/r/41526/diff/1/?file=1170216#file1170216line183> > > > > Let's say we upgraded and the check_command_timeout will be null > > int(null) will give you Exception. > > Andrew Onischuk wrote: > Actually nm, my bad, seems like you have CHECK_COMMAND_TIMEOUT_DEFAULT > there.
I forgot to add changes to definition during upgrade. Will do that. - Vitalyi ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/41526/#review111046 ----------------------------------------------------------- On Гру. 17, 2015, 7:45 після полудня, Vitalyi Brodetskyi wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/41526/ > ----------------------------------------------------------- > > (Updated Гру. 17, 2015, 7:45 після полудня) > > > Review request for Ambari, Andrew Onischuk, Dmytro Sen, Jonathan Hurley, and > Sumit Mohanty. > > > Bugs: AMBARI-14424 > https://issues.apache.org/jira/browse/AMBARI-14424 > > > Repository: ambari > > > Description > ------- > > For Hive metastore and server alerts > 1) Change default timeout to 60 seconds > 2) Make this a configurable script param, so people can pass this in > > > Diffs > ----- > > > ambari-common/src/main/python/resource_management/libraries/functions/hive_check.py > 55fd6bd > > ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/alerts.json > 55e3f78 > > ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/alerts/alert_hive_metastore.py > c7a9102 > > ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/alerts/alert_hive_thrift_port.py > a04c2a6 > > Diff: https://reviews.apache.org/r/41526/diff/ > > > Testing > ------- > > mvn clean test > > > Thanks, > > Vitalyi Brodetskyi > >
