compiling hadoop native libs with icc instead of gcc

2019-08-24 Thread Bulldog20630405
i am trying to compile hadoop native libs with icc instead of gcc. when running maven against the hadoop source it calls => cmake cmake is only version 2.x so the build fails; to fix this problem i removed cmake and make a symbolic link to of cmake to cmake3... which then works however, it uses

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.