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/16 02:56:54 UTC

[GitHub] [bigtop] iwasakims opened a new pull request #830: BIGTOP-3598. Bump HBase to 2.4.8.

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


   https://issues.apache.org/jira/browse/BIGTOP-3598
   
   HBase 2.4 is current stable release line.


-- 
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] elukey commented on pull request #830: BIGTOP-3598. Bump HBase to 2.4.8.

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


   @iwasakims I was finally able to run the smoke tests on debian 11 x86, all good!
   
   +1 to proceed :)


-- 
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 #830: BIGTOP-3598. Bump HBase to 2.4.8.

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


   @elukey
   I can reproduce the issues on my local Debian 11 and Fedora 33. I guess we need additional configuration for running recent systemd inside container like
   
   * https://developers.redhat.com/blog/2014/05/05/running-systemd-within-docker-container
   * https://developers.redhat.com/blog/2019/04/24/how-to-run-systemd-in-a-container
   
   If CI env is OK, we can refer to the settings?
   


-- 
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] elukey edited a comment on pull request #830: BIGTOP-3598. Bump HBase to 2.4.8.

Posted by GitBox <gi...@apache.org>.
elukey edited a comment on pull request #830:
URL: https://github.com/apache/bigtop/pull/830#issuecomment-988599061


   Trying to build the new HBase version on debian-10 x86, I am seeing a ton of time spent in the `dh_strip_nondeterminism ` step, more specifically:
   ```
   	Normalizing debian/hbase/usr/lib/hbase/hbase-hbtop-2.4.8.jar using File::StripNondeterminism::handlers::jar
   ```
   
   Edit: nevermind, completed in ~40 mins, all good :)
   
   Will run smoke tests asap and then I'll report back.


-- 
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 #830: BIGTOP-3598. Bump HBase to 2.4.8.

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


   While systemd inside container is not generally recommended, we want to use it for testing init scripts and systemd configuraiton.


-- 
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 #830: BIGTOP-3598. Bump HBase to 2.4.8.

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


   Thanks, @elukey. 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 #830: BIGTOP-3598. Bump HBase to 2.4.8.

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


   I got no issue on running smoke-tests of hbase on CentOS 8 x86_64. (We need the fix of https://github.com/apache/bigtop/pull/828 to to build Hadoop in current master branch.)
   
   ```
   $ ./docker-hadoop.sh \
     --create 3 \
     --image bigtop/puppet:trunk-centos-8 \
     --memory 8g \
     --repo file:///bigtop-home/output \
     --disable-gpg-check \
     --stack hdfs,yarn,mapreduce,hbase \
     --smoke-tests hbase
   ...
   :bigtop-tests:smoke-tests:hbase:test (Thread[Execution worker for ':' Thread 3,5,main]) completed. Took 3 mins 37.721 secs.
   
   BUILD SUCCESSFUL in 4m 57s
   36 actionable tasks: 9 executed, 27 up-to-date
   ```


-- 
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] elukey commented on pull request #830: BIGTOP-3598. Bump HBase to 2.4.8.

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


   @iwasakims opened https://issues.apache.org/jira/browse/BIGTOP-3614, I found a workaround but I still need to work on the docker-compose yaml config.


-- 
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] elukey commented on pull request #830: BIGTOP-3598. Bump HBase to 2.4.8.

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


   I am trying to run the smoke tests via `docker-hadoop.sh` on Debian 11, and I keep getting `Failed to connect to bus: No such file or directory` when udev/systemd are installed, and then everything else fails afterwards (hadoop daemons don't come up, etc..).
   It is probably something related to my docker compose version and os combination, anybody else with the same issue?


-- 
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 #830: BIGTOP-3598. Bump HBase to 2.4.8.

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


   


-- 
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] elukey commented on pull request #830: BIGTOP-3598. Bump HBase to 2.4.8.

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


   Trying to build the new HBase version on debian-10 x86, I am seeing a ton of time spent in the `dh_strip_nondeterminism ` step, more specifically:
   ```
   	Normalizing debian/hbase/usr/lib/hbase/hbase-hbtop-2.4.8.jar using File::StripNondeterminism::handlers::jar
   ```


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