You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "kevin su (JIRA)" <ji...@apache.org> on 2019/02/21 07:00:00 UTC

[jira] [Assigned] (HBASE-20754) quickstart guide should instruct folks to set JAVA_HOME to a JDK installation.

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

kevin su reassigned HBASE-20754:
--------------------------------

    Assignee:     (was: kevin su)

> quickstart guide should instruct folks to set JAVA_HOME to a JDK installation.
> ------------------------------------------------------------------------------
>
>                 Key: HBASE-20754
>                 URL: https://issues.apache.org/jira/browse/HBASE-20754
>             Project: HBase
>          Issue Type: Bug
>          Components: documentation
>            Reporter: Sean Busbey
>            Priority: Major
>              Labels: beginner
>
> The quickstart guide currently instructs folks to set JAVA_HOME, but to the wrong place
> {code}
> The JAVA_HOME variable should be set to a directory which contains the executable file bin/java. Most modern Linux operating systems provide a mechanism, such as /usr/bin/alternatives on RHEL or CentOS, for transparently switching between versions of executables such as Java. In this case, you can set JAVA_HOME to the directory containing the symbolic link to bin/java, which is usually /usr.
> JAVA_HOME=/usr
> {code}
> instead, it should tell folks to point it to a jdk installation and help them on how to find that.



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