ndimiduk commented on pull request #3224:
URL: https://github.com/apache/hbase/pull/3224#issuecomment-831483181


   ```
   $ 
JAVA_HOME=/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home 
./bin/hbase jshell
   JShell is available only with JDK9 and lated. Detected JDK version is 
1.8.0_282-b08.
   ```
   
   ```
   $ 
JAVA_HOME=/Library/Java/JavaVirtualMachines/adoptopenjdk-11.jdk/Contents/Home 
./bin/hbase jshell
   |  Welcome to JShell -- Version 11.0.10
   |  For an introduction type: /help intro
   
   jshell> import org.apache.hadoop.hbase.HConstants
   
   jshell> HConstants.MASTER_PORT
   $2 ==> "hbase.master.port"
   
   jshell>
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to