You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by GitBox <gi...@apache.org> on 2022/10/13 19:23:18 UTC

[GitHub] [bigtop] cheelio opened a new pull request, #1036: Feature/add knox mpack only

cheelio opened a new pull request, #1036:
URL: https://github.com/apache/bigtop/pull/1036

   ### Description of PR
   
   In https://github.com/apache/bigtop/pull/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 https://github.com/apache/bigtop/pull/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](https://user-images.githubusercontent.com/2334568/195689825-7aac3e35-8c7c-4a64-b1bc-97d3ff232d02.png)
   ![02](https://user-images.githubusercontent.com/2334568/195689832-885eed64-921f-4841-9b71-d44d84f5f0b4.png)
   ![03](https://user-images.githubusercontent.com/2334568/195689836-75fd3057-3d16-46d2-8987-c08f599c12fb.png)
   ![04](https://user-images.githubusercontent.com/2334568/195689840-3309fe61-933a-4601-9cd8-5824cc8b33a5.png)
   ![05](https://user-images.githubusercontent.com/2334568/195689842-a08c0297-955a-4455-901b-2ad374732ab0.png)
   ![06](https://user-images.githubusercontent.com/2334568/195689850-8efa5af5-9e37-4675-b0f8-eead9433938f.png)
   ![07](https://user-images.githubusercontent.com/2334568/195689852-af18af85-b889-4d5e-a950-9809d39f1e42.png)
   
   Select Knox package
   ![08](https://user-images.githubusercontent.com/2334568/195689984-ebf2860b-0ec6-425e-b54a-6b3e7d66960b.png)
   ![09](https://user-images.githubusercontent.com/2334568/195689994-e521ff6e-a76e-4fcb-8c9c-851bad6a32c5.png)
   ![10](https://user-images.githubusercontent.com/2334568/195689996-e97661ff-912b-477b-a5db-e84864b475ea.png)
   ![11](https://user-images.githubusercontent.com/2334568/195690001-d7aaf19f-2dd9-4972-8364-464269af937f.png)
   ![12](https://user-images.githubusercontent.com/2334568/195690004-cf189537-da05-4dab-b90f-9cd3a032ba8b.png)
   ![13](https://user-images.githubusercontent.com/2334568/195690009-933fb145-4a9e-4de8-b994-837d9d6be708.png)
   
   Start embedded LDAP Server
   ![14](https://user-images.githubusercontent.com/2334568/195690052-b9c38b20-367c-484e-a8e8-003c26dd0d2b.png)
   
   Login with admin and admin-password
   ![15](https://user-images.githubusercontent.com/2334568/195690107-afee5f44-bbfb-40b5-b3b5-bc765c5b5ba8.png)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@bigtop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] BIGTOP-3846 Add Apache Knox MPack [bigtop]

Posted by "kevinw66 (via GitHub)" <gi...@apache.org>.
kevinw66 closed pull request #1036: BIGTOP-3846 Add Apache Knox  MPack
URL: https://github.com/apache/bigtop/pull/1036


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@bigtop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [bigtop] JiaLiangC commented on pull request #1036: BIGTOP-3846 Add Apache Knox MPack

Posted by "JiaLiangC (via GitHub)" <gi...@apache.org>.
JiaLiangC commented on PR #1036:
URL: https://github.com/apache/bigtop/pull/1036#issuecomment-1645341494

   @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.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@bigtop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] BIGTOP-3846 Add Apache Knox MPack [bigtop]

Posted by "kevinw66 (via GitHub)" <gi...@apache.org>.
kevinw66 commented on PR #1036:
URL: https://github.com/apache/bigtop/pull/1036#issuecomment-2041376337

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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@bigtop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org