Re: Hbase Download Question

2023-10-07 Thread Harry Jamison
 @Duo ZhangIt is reproducible for me, I am not sure what I am doing wrong.
On Friday, October 6, 2023 at 07:30:54 PM PDT, Harry Jamison 
 wrote:  
 
  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 
 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    

Re: Hbase Download Question

2023-10-07 Thread Duo Zhang
Is this problem reproducible?
I think lots of developers and users in the community use M1 mac now...

Harry Jamison  于2023年10月7日周六 10:30写道:
>
>  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 
>  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