You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by epikhinm <gi...@git.apache.org> on 2018/10/01 15:16:16 UTC

[GitHub] bigtop pull request #399: Broken building hadoop/hive. Fix ad6349c7d for deb...

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 <sc...@...>
Date:   2018-10-01T15:12:40Z

    Fix ad6349c7d for debian-based distros.

----


---

[GitHub] bigtop issue #399: Broken building hadoop/hive. Fix ad6349c7d for debian-bas...

Posted by evans-ye <gi...@git.apache.org>.
Github user evans-ye commented on the issue:

    https://github.com/apache/bigtop/pull/399
  
    Hi @epikhinm Thanks for the patch. Please link this PR to BIGTOP-3087.  We use JIRA to track all code changes. This enables other contributors to get more context of a commit.
    You can find some guidance for generating a patch at:
    https://cwiki.apache.org/confluence/display/BIGTOP/How+to+Contribute


---