Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BIGTOP-3846 Add Apache Knox MPack #1036

Closed
wants to merge 2 commits into from

Conversation

cheelio
Copy link
Contributor

@cheelio cheelio commented Oct 13, 2022

Description of PR

In #1029 I added a package for Apache Knox. Now it's time to add the Mpack.

How was this patch tested?

CentOS:

build Knox: (from #1029):

docker run --network bigtopNetwork --rm -v `pwd`:/ws --workdir /ws bigtop/slaves:trunk-centos-7 bash -l -c './gradlew -PNEXUS_URL=http://nexus:8081/nexus configure-nexus knox-clean knox-pkg yum'

build Mpack (This PR):

docker run --network bigtopNetwork --rm -v `pwd`:/ws --workdir /ws bigtop/slaves:trunk-centos-7 bash -l -c './gradlew -PNEXUS_URL=http://nexus:8081/nexus configure-nexus bigtop-ambari-mpack-pkg yum'

Create Ambari container:

(cd provisioner/docker; ./docker-hadoop.sh --destroy; ./docker-hadoop.sh --create 1 --image bigtop/puppet:trunk-centos-7 --memory 16g --enable-local-repo --disable-gpg-check --stack ambari)

Install MPack and restart ambari

(cd provisioner/docker; ./docker-hadoop.sh --exec 1 yum install -y bigtop-ambari-mpack; ./docker-hadoop.sh --exec 1 ambari-server install-mpack --mpack /usr/lib/bigtop-ambari-mpack/bgtp-ambari-mpack-1.0.0.0-SNAPSHOT-bgtp-ambari-mpack.tar.gz --force; ./docker-hadoop.sh --exec 1 ambari-server restart)

Get hostname and IP Address:

(cd provisioner/docker; ./docker-hadoop.sh --exec 1 hostname --fqdn; ./docker-hadoop.sh --exec 1 hostname -I)

Start Install wizard:
01
02
03
04
05
06
07

Select Knox package
08
09
10
11
12
13

Start embedded LDAP Server
14

Login with admin and admin-password
15

@cheelio cheelio changed the title Feature/add knox mpack only BIGTOP-3846 Feature/add knox mpack only Oct 13, 2022
@cheelio cheelio changed the title BIGTOP-3846 Feature/add knox mpack only BIGTOP-3846 Add knox mpack only Oct 13, 2022
@cheelio cheelio changed the title BIGTOP-3846 Add knox mpack only BIGTOP-3846 Add Apache Knox MPack Oct 13, 2022
@JiaLiangC
Copy link
Contributor

@cheelio
Hello, can you please submit a pull request for the Knox service to the Apache Ambari trunk branch? The community plans to add support for Knox in Ambari 2.9, and we would greatly appreciate your contribution and support.

@kevinw66
Copy link
Contributor

kevinw66 commented Apr 7, 2024

Thanks @cheelio , since Ambari Mpack is removed on Bigtop side by BIGTOP-4031, I will close this PR

@kevinw66 kevinw66 closed this Apr 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants