Thanks for the reply.
I did the toolchain prior to it, still seeing the error.
On Sunday, 23 August, 2020, 8:06:09 am GMT+10, Konstantin Boudnik
<[email protected]> wrote:
Hello.
Bigtop provides a well developed toolchain mechanism to guarantee proper
build environment. You can make sure yours is compliant by running
% ./gradlew toolchain
Alternatively, you can use one of pre-build docker images where all
needed pieces are already in place.
--
With regards,
Cos
On 2020-08-22 01:06, gurmukh singh wrote:
> Hi
>
> I am trying to build rpm packages and getting error as below:
>
> # ./gradlew hadoop-rpm
>
>
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-project-info-reports-plugin:2.7:dependencies
> (default) on project hadoop-hdfs-httpfs: An error has occurred in
> Dependencies report generation. zip file is empty -> [Help 1]
>
>
> - bigtop version 1.4.0 latest version
> -
> [root@bare3 ~]# mvn --version
> Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5;
> 2015-11-11T03:41:47+11:00)
> Maven home: /opt/apache-maven-3.3.9
> Java version: 1.8.0_262, vendor: Oracle Corporation
> Java home: /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jre
> Default locale: en_AU, platform encoding: UTF-8
> OS name: "linux", version: "3.10.0-1127.13.1.el7.x86_64", arch: "amd64",
> family: "unix"
>
> [root@bare3 ~]# gradle --version
>
> ------------------------------------------------------------
> Gradle 3.1
> ------------------------------------------------------------
>
> Build time: 2016-09-19 10:53:53 UTC
> Revision: 13f38ba699afd86d7cdc4ed8fd7dd3960c0b1f97
>
> Groovy: 2.4.7
> Ant: Apache Ant(TM) version 1.9.6 compiled on June 29 2015
> JVM: 1.8.0_262 (Oracle Corporation 25.262-b10)
> OS: Linux 3.10.0-1127.13.1.el7.x86_64 amd64
>
> # cat /etc/redhat-release
> CentOS Linux release 7.8.2003 (Core)
>