You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Andras Salamon (JIRA)" <ji...@apache.org> on 2019/05/23 08:04:00 UTC

[jira] [Created] (OOZIE-3491) Confusing System ID error message

Andras Salamon created OOZIE-3491:
-------------------------------------

             Summary: Confusing System ID error message
                 Key: OOZIE-3491
                 URL: https://issues.apache.org/jira/browse/OOZIE-3491
             Project: Oozie
          Issue Type: Bug
    Affects Versions: trunk
            Reporter: Andras Salamon


If the System ID is longer than 10 characters Oozie trims it and prints out an error message:
{noformat}
System ID [oozie-oozi] exceeds maximum length [10], trimming
{noformat}
Which is confusing, because "oozie-oozi" does not exceeds 10 characters. This is not the original long system ID but the trimmed short one.

I think we should fix the error message and print out both the original and the new value.



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