As a project we can't speak on what your risk tolerance is for open source licensing.
what HBase version are you trying to build from source? what's the specific error reported in the LICENSE file? probably the particular Hadoop version you are building added some new dependency that we haven't accounted for (or that wasn't accounted for in the release you are using) On Thu, Jul 11, 2019 at 11:38 PM Kang Minwoo <minwoo.k...@outlook.com> wrote: > > Hello, User. > > While I build HBase from the source. I got an error that is License errors > detected, for more detail find ERROR in > /hbase-shaded/hbase-shaded-client/target/maven-shared-archive-resources/META-INF/LICENSE. > > My build environment is CentOS 6.3 > Command is mvn -DskipTests -Dslf4j.version=1.7.25 -Dhadoop.profile=3.0 > -Dhadoop-three.version=3.1.2 -Dzookeeper.version=3.4.14 > -Dcheckstyle.skip=true clean install site assembly:single > > I think I have an option that does not check the license. > Is it okay that do not check license? > > Best regards, > Minwoo Kang