Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


 

This is the documentation on installing the Bigtop compile Toolchain on current git trunk.

...

  • official Apache Bigtop repo

    Code Block
    languagebash
    titleClone the repo
    git clone https://git-wip-usgitbox.apache.org/repos/asf/bigtop.git


  • or from Github mirror (see https://github.com/apache/bigtop)

...

The Dockerfiles to regenerate them are located in ./docker/bigtop-slaves.

Building bigtop-jsvc:

# ./gradlew bigtop-jsvc-pkg-ind

Building spark:

# docker run -u jenkins --rm --workdir /ws  -v `pwd`:/ws \  bigtop/slaves:trunk-ubuntu-16.04 bash -l -c './gradlew bigtopspark-jsvcpkg-pkg' ind

You can find all valid gradle target using:

# ./gradlew tasks

 

...


For more details, refer to Quickstart Guide: Bigtop Integration Test Framework 2.0