Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-20754

quickstart guide should instruct folks to set JAVA_HOME to a JDK installation.

    XMLWordPrintableJSON

Details

    • The quickstart guide is updated to instruct users to set JAVA_HOME to a JDK installation.

    Description

      The quickstart guide currently instructs folks to set JAVA_HOME, but to the wrong place

      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
      

      instead, it should tell folks to point it to a jdk installation and help them on how to find that.

      Attachments

        1. HBASE-20754.master.001.patch
          2 kB
          Gokul
        2. HBASE-20754.patch
          2 kB
          Gokul

        Activity

          People

            gokulsith Gokul
            busbey Sean Busbey
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: