I figured out what the problem was.I was untaring this on a mac, and it was
somehow corrupting the file.It was fixed when I did it on a linux machine
On Wednesday, October 4, 2023 at 08:41:12 PM PDT, Harry Jamison
<[email protected]> wrote:
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