You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "David Harvey (JIRA)" <ji...@apache.org> on 2017/09/11 16:31:00 UTC

[jira] [Created] (IGNITE-6344) AWS AMI startup.sh gets spurious error on export statment

David Harvey created IGNITE-6344:
------------------------------------

             Summary: AWS AMI startup.sh gets spurious error on export statment
                 Key: IGNITE-6344
                 URL: https://issues.apache.org/jira/browse/IGNITE-6344
             Project: Ignite
          Issue Type: Bug
          Components: aws
            Reporter: David Harvey
            Priority: Minor


The export statement in this script should look like
export "$p"
rather than
export $p
or removed altogether

If something with blanks is specified, like
JVM_OPTS=-Xg1 -Xg2
the script reports errors because it splits the line on blanks.  However, the result of the export statement is not used, so the basic AMI works.   But it you are debugging another issue, you get very confused by this.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)