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 2021/11/12 05:49:29 UTC

[GitHub] [bigtop] iwasakims opened a new pull request #827: BIGTOP-3596. Bump ZooKeeper to 3.5.9.

iwasakims opened a new pull request #827:
URL: https://github.com/apache/bigtop/pull/827


   This is prerequisite of bumping products using ZooKeeper 3.5 like Hadoop 3.3 and HBase 2.4.
   
   * followed the prefix change of contents of zookeeper-3.5.9-lib.tar.gz.
   * addressed the change of output of `zkServer.sh status`.
   * We can remove patch0-ZOOKEEPER-3079.diff since ZOOKEEPER-3719 covers the issue.
   * We can remove patch1-ZOOKEEPER-3302.diff since 3.5.9 does not have compilation issue reported in ZOOKEEPER-3302.
   * We can remove patch2-ZOOKEEPER-2654.diff since ZOOKEEPER-3034 obsoletes the fix.
   


-- 
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] iwasakims merged pull request #827: BIGTOP-3596. Bump ZooKeeper to 3.5.9.

Posted by GitBox <gi...@apache.org>.
iwasakims merged pull request #827:
URL: https://github.com/apache/bigtop/pull/827


   


-- 
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] iwasakims commented on pull request #827: BIGTOP-3596. Bump ZooKeeper to 3.5.9.

Posted by GitBox <gi...@apache.org>.
iwasakims commented on pull request #827:
URL: https://github.com/apache/bigtop/pull/827#issuecomment-967786562


   > Failed to connect to bus: No such file or directory
   
   I got the above when I provisioned fedora-33 container on fedora-33. I got no issue on using ubuntu-18.04 as hosting environment. It should be my docker setup issue on Fedora 33.
   
   ```
   $ cat /etc/os-release | grep VERSION=
   VERSION="18.04.3 LTS (Bionic Beaver)"
   
   $ ./gradlew bigtop-groovy-pkg-ind bigtop-jsvc-pkg-ind bigtop-utils-pkg-ind zookeeper-pkg-ind repo-ind -POS=fedora-33 -Pprefix=trunk
   $ cd provisioner/docker
   $ rm config.yaml
   $ ./docker-hadoop.sh --create 1 --image bigtop/puppet:trunk-fedora-33 --memory 8g --repo file:///bigtop-home/output --disable-gpg-check --stack zookeeper --smoke-tests zookeeper
   ```


-- 
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] iwasakims commented on pull request #827: BIGTOP-3596. Bump ZooKeeper to 3.5.9.

Posted by GitBox <gi...@apache.org>.
iwasakims commented on pull request #827:
URL: https://github.com/apache/bigtop/pull/827#issuecomment-966841835


   I got following error on starting zookeeper-server on Fedora 33. I will push additional commit if I can fix this shortly.
   
   ```
   [root@d0f55e8a6312 /]# systemctl start zookeeper-server
   Failed to connect to bus: No such file or directory
   ```
   


-- 
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] iwasakims commented on pull request #827: BIGTOP-3596. Bump ZooKeeper to 3.5.9.

Posted by GitBox <gi...@apache.org>.
iwasakims commented on pull request #827:
URL: https://github.com/apache/bigtop/pull/827#issuecomment-969738447


   Thanks, @guyuqi. I merged this.


-- 
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] iwasakims commented on pull request #827: BIGTOP-3596. Bump ZooKeeper to 3.5.9.

Posted by GitBox <gi...@apache.org>.
iwasakims commented on pull request #827:
URL: https://github.com/apache/bigtop/pull/827#issuecomment-966841477


   I ran smoke-tests of zookeeper on CentOS 8 (x86_64) and Ubuntu 18.04 (x86_64).


-- 
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] guyuqi commented on pull request #827: BIGTOP-3596. Bump ZooKeeper to 3.5.9.

Posted by GitBox <gi...@apache.org>.
guyuqi commented on pull request #827:
URL: https://github.com/apache/bigtop/pull/827#issuecomment-969620359


   LGTM, +1


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