[
https://issues.apache.org/jira/browse/HBASE-28434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17923965#comment-17923965
]
Duo Zhang commented on HBASE-28434:
-----------------------------------
https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/1250/artifact/output-integration/hadoop-3.3.5.log/*view*/
{noformat}
Using HBase client-side artifact
You'll find logs and temp files in /hbase/output-integration/hadoop-3.3.5
Hadoop version information:
Hadoop 3.3.5
Source code repository https://github.com/apache/hadoop.git -r
706d88266abcee09ed78fbaa0ad5f74d818ab0e9
Compiled by stevel on 2023-03-15T15:56Z
Compiled with protoc 3.7.1
>From source with checksum 6bbd9afcf4838a0eb12a5f189e9bd7
This command was run using
/hbase/hadoop-3/share/hadoop/common/hadoop-common-3.3.5.jar
JAVA_HOME='/usr/lib/jvm/java-17'
HADOOP_COMMON_HOME='/hbase/hadoop-3'
HADOOP_COMMON_DIR='share/hadoop/common'
HADOOP_COMMON_LIB_JARS_DIR='share/hadoop/common/lib'
HADOOP_COMMON_LIB_NATIVE_DIR='lib/native'
HADOOP_CONF_DIR='/hbase/hadoop-3/etc/hadoop'
HADOOP_TOOLS_HOME='/hbase/hadoop-3'
HADOOP_TOOLS_DIR='/hbase/hadoop-3/share/hadoop/tools'
HADOOP_TOOLS_LIB_JARS_DIR='/hbase/hadoop-3/share/hadoop/tools/lib'
HBase version information:
Installation does not contain Hadoop, and HADOOP_HOME does not point to a
Hadoop installation.
Specify a compatible Hadoop installation via HADOOP_HOME, or use the HBase
assembly variant
that includes Hadoop.
{noformat}
Seems the problem is that e consider a installation which contains hadoop as no
hadoop...
> Update assembly to create a tarball with hadoop and without hadoop
> ------------------------------------------------------------------
>
> Key: HBASE-28434
> URL: https://issues.apache.org/jira/browse/HBASE-28434
> Project: HBase
> Issue Type: Sub-task
> Reporter: Nihal Jain
> Assignee: Istvan Toth
> Priority: Major
> Labels: pull-request-available
> Fix For: 3.0.0-beta-2
>
>
> The goal of this task is to update the HBase assembly by providing two
> distinct variants - one that includes Hadoop and one that does not.
> Currently, our assembly includes a substantial amount of the Hadoop
> distribution. This task involves modifying our build and assembly process to
> create two separate distributions of HBase:
> * A variant that includes Hadoop, serving as a complete package for users who
> do not have a pre-existing Hadoop installation.
> * A leaner variant without Hadoop, suitable for environments where Hadoop is
> already installed and configured.
> This change aims to reduce the distribution size, speed up startup times, and
> decrease the chance of conflicts with the Hadoop jars. It also aims to reduce
> the number of CVE-prone JARs in the binary assemblies.
> The task includes ensuring that both variants function correctly in their
> respective scenarios and that existing functionality is not negatively
> impacted.
> CC: [~stoty], [~zhangduo], [~ndimiduk], [~bbeaudreault]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)