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)

Reply via email to