GitHub user epikhinm opened a pull request:
https://github.com/apache/bigtop/pull/399
Broken building hadoop/hive. Fix ad6349c7d for debian-based distros.
Hi.
Current trunk of Apache Bigtop are broken when you try to build hadoop or
hive components on debian based distros.
In commit
https://github.com/apache/bigtop/commit/ad6349c7d8885e347dfdf8a93c70acccc3efd8a0
you added some scripts for rpms, but forgot added copy blocks in deb.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/epikhinm/bigtop
fix/broken-building-hadoop-and-hive-without-maven_deploy.sh
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/bigtop/pull/399.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #399
----
commit 5778749af8acf1ffd3fd2a047c91ef5b102aaac1
Author: Epikhin Mikhail <schizophrenia@...>
Date: 2018-10-01T15:12:40Z
Fix ad6349c7d for debian-based distros.
----
---