Re: upgrade hadoop , keep hbase

2021-12-20 Thread Bryan Beaudreault
I have to agree anecdotally that when I first upgraded to 3.3.1 I got a bunch of NoSuchMethodExceptions (or similar). This was a while ago so I don't have specifics. It was an easy fix -- recompile hbase with -Dhadoop.version=3.3.1. On Mon, Dec 20, 2021 at 9:46 PM Wei-Chiu Chuang wrote: > tl;

Re: upgrade hadoop , keep hbase

2021-12-20 Thread Wei-Chiu Chuang
tl; dr: Pretty sure it won't run. Looking at the Hadoop 3.3 support jira (HBASE-22953 ), most of the work was to whitelist additional dependencies. However, the biggest change was inside the asyncwall HBASE-23833

Re: upgrade hadoop , keep hbase

2021-12-20 Thread Josh Elser
Hi Michael! I have to give you the "default" HBase, but defer you to the Hadoop community (or someone from there who is paying attention to this list) for the precise answer. The question you are asking is: does the binary compatibility of Hadoop jars changes between Hadoop 3.1.2 and 3.3.0.

upgrade hadoop , keep hbase

2021-12-20 Thread Michael Wohlwend
Hello all, I have hadoop 3.1.2 running, with hbase 2.1.4 If I want to update to hadoop 3.3.0, is it sufficient to replace all the hadoop 3.1.2 jars in the hbase folder tree with the 3.3.0 version? Or do I have to make a new hbase build? Thanks for answering Michael