You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Hector Acosta (JIRA)" <ji...@apache.org> on 2019/03/13 23:52:00 UTC

[jira] [Created] (IMPALA-8307) ntp-wait --help does not always return 0

Hector Acosta created IMPALA-8307:
-------------------------------------

             Summary: ntp-wait --help does not always return 0
                 Key: IMPALA-8307
                 URL: https://issues.apache.org/jira/browse/IMPALA-8307
             Project: IMPALA
          Issue Type: Bug
            Reporter: Hector Acosta


testdata/cluster/admin uses `ntp-wait --help` to determine if ntp-wait is installed or not. The test is not reliable since ntp-wait --help can both return 1 or 0 depending on the output of  
{code:java}
/usr/sbin/ntpq -c "rv 0"{code}
(which is what ntp-wait does under the hood).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)