[ 
https://issues.apache.org/jira/browse/IGNITE-12256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ilya Kasnacheev updated IGNITE-12256:
-------------------------------------
    Ignite Flags:   (was: Docs Required,Release Notes Required)

> Fix double invocation of javaMajorVersion in scripts
> ----------------------------------------------------
>
>                 Key: IGNITE-12256
>                 URL: https://issues.apache.org/jira/browse/IGNITE-12256
>             Project: Ignite
>          Issue Type: Improvement
>          Components: general
>    Affects Versions: 2.7.6
>            Reporter: Ilya Kasnacheev
>            Assignee: Ilya Kasnacheev
>            Priority: Major
>
> Most of our shell script look as folows:
> {code}
> #
> # Discover path to Java executable and check it's version.
> #
> checkJava
> #
> # Discover IGNITE_HOME environment variable.
> #
> setIgniteHome
> #
> # Final JVM_OPTS for Java 9+ compatibility
> #
> javaMajorVersion "${JAVA_HOME}/bin/java"
> {code}
> It makes no sense to me since we already call javaMajorVersion in checkJava. 
> Let's try to get rid of it.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to