I am trying to setup hbase on a cluster that I am setting up. I am going through this setup guidehttps://hbase.apache.org/book.html
I am looking at this pagehttps://hbase.apache.org/downloads.html I am curious what the difference is between the -hadoop3- packages.And the -client-bin packages.If I am using hadoop3 I assume that I should use that artifact. I download "hbase-2.5.5-hadoop3-bin.tar.gz" I got to the the section of that guide where it says Example extract from hbase-env.sh where JAVA_HOME is set But when I look at that file, it appears to be a binary file.So I am not sure if I am doing something wrong. Thanks