Re: Is HBase 2.X suitable for running on Hadoop 3.X?

2021-04-13 Thread Wei-Chiu Chuang
Filed HBASE-25771 to recommend Hadoop 3.x Feel free to chime in. On Fri, Apr 2, 2021 at 7:00 PM Wei-Chiu Chuang wrote: > i think it's time to remove that statement. We have lots of production > users running HBase 2 on Hadoop 3 for several

Re: Is HBase 2.X suitable for running on Hadoop 3.X?

2021-04-13 Thread Josh Elser
Looks like you don't have the pthread library available. Did you make sure you installed the necessary prerequisites for your operating system? I'd suggest you take Hadoop compilation questions to the Hadoop user mailing list for some more prompt answers. On 4/13/21 1:35 AM, Ascot Moss

Re: Is HBase 2.X suitable for running on Hadoop 3.X?

2021-04-12 Thread Ascot Moss
Hi, I tried to build Hadoop 3.2.2, but got error below, please help! Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_c17b0/fast && /usr/bin/gmake -f CMakeFiles/cmTC_c17b0.dir/build.make CMakeFiles/cmTC_c17b0.dir/build gmake[1]: Entering directory

Re: Is HBase 2.X suitable for running on Hadoop 3.X?

2021-04-12 Thread Ascot Moss
I tried to build hadoop 3.2.2 with -Pnative, got error below: Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_c17b0/fast && /usr/bin/gmake -f CMakeFiles/cmTC_c17b0.dir/build.make CMakeFiles/cmTC_c17b0.dir/build gmake[1]: Entering directory

Re: Is HBase 2.X suitable for running on Hadoop 3.X?

2021-04-02 Thread Wei-Chiu Chuang
i think it's time to remove that statement. We have lots of production users running HBase 2 on Hadoop 3 for several years now. On Fri, Apr 2, 2021 at 6:32 PM 张铎(Duo Zhang) wrote: > According to the compatibility matrix, HBase 2.3.4 could work together with > Hadoop 3.2.2. > > And if you just

Re: Is HBase 2.X suitable for running on Hadoop 3.X?

2021-04-02 Thread Duo Zhang
According to the compatibility matrix, HBase 2.3.4 could work together with Hadoop 3.2.2. And if you just want to connec to HDFS 3.2.2, you could just use the pre built artifacts for HBase 2.3.4. If you want to use Hadoop 3.2.2 client in HBase, you need to build the artifacts by your own.