You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "Kevin W Monroe (JIRA)" <ji...@apache.org> on 2017/09/07 18:33:00 UTC

[jira] [Updated] (BIGTOP-2880) typo in bigtop-detect-javahome

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

Kevin W Monroe updated BIGTOP-2880:
-----------------------------------
    Description: 
bigtop-detect-javahome includes openjdk8 candidates, but there's a double underscore in the variable name:

{{OPENJAVA8_HOME__CANDIDATES}}

https://github.com/apache/bigtop/blob/master/bigtop-packages/src/common/bigtop-utils/bigtop-detect-javahome#L32

The case statement that sets {{JAVA_HOME_CANDIDATES}} expects a single underscore:

https://github.com/apache/bigtop/blob/master/bigtop-packages/src/common/bigtop-utils/bigtop-detect-javahome#L53

  was:
bigtop-detect-javahome includes openjdk8 candidates, but there's a double underscore in the variable name:

{{OPENJAVA8_HOME__CANDIDATES}}

https://github.com/juju-solutions/bigtop/blob/master/bigtop-packages/src/common/bigtop-utils/bigtop-detect-javahome#L32

The case statement that sets {{JAVA_HOME_CANDIDATES}} expects a single underscore.


> typo in bigtop-detect-javahome
> ------------------------------
>
>                 Key: BIGTOP-2880
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-2880
>             Project: Bigtop
>          Issue Type: Bug
>          Components: utils
>    Affects Versions: 1.2.0, 1.2.1, 1.3.0
>            Reporter: Kevin W Monroe
>
> bigtop-detect-javahome includes openjdk8 candidates, but there's a double underscore in the variable name:
> {{OPENJAVA8_HOME__CANDIDATES}}
> https://github.com/apache/bigtop/blob/master/bigtop-packages/src/common/bigtop-utils/bigtop-detect-javahome#L32
> The case statement that sets {{JAVA_HOME_CANDIDATES}} expects a single underscore:
> https://github.com/apache/bigtop/blob/master/bigtop-packages/src/common/bigtop-utils/bigtop-detect-javahome#L53



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