hadoop 3.3 native libs missing lz4 and snappy

2022-03-10 Thread Bulldog20630405
when building hadoop native on the same system: 3.2.3 builds with lz4 and snappy 3.3.2 builds without lz4 and snappy how to get lz4 and snappy native libs with 3.3.2 ? > ~/software/hadoop/hadoop-3.2.3/bin/hadoop checknative -a Native library checking: hadoop: true ~/software/hadoop/*hadoop-3.2.

Re: hadoop 3.3 native libs missing lz4 and snappy

2022-03-10 Thread Chao Sun
Hi, starting from 3.3.1, Hadoop has switched to use lz4-java and snappy-java and no longer depending on the native libraries. See HADOOP-17292 and HADOOP-17125 for details. Chao On Thu, Mar 10, 2022 at 12:55 PM Bulldog20630405 wrote: > when building hadoop native on the same system: > 3.2.3 bui