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 2020/02/03 01:55:53 UTC

[GitHub] [bigtop] iwasakims opened a new pull request #588: BIGTOP-3297. Bump HBase to 1.5.0.

iwasakims opened a new pull request #588: BIGTOP-3297. Bump HBase to 1.5.0.
URL: https://github.com/apache/bigtop/pull/588
 
 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [bigtop] iwasakims commented on issue #588: BIGTOP-3297. Bump HBase to 1.5.0.

Posted by GitBox <gi...@apache.org>.
iwasakims commented on issue #588: BIGTOP-3297. Bump HBase to 1.5.0.
URL: https://github.com/apache/bigtop/pull/588#issuecomment-581206947
 
 
   We need the patch of [HBASE-19663](https://issues.apache.org/jira/browse/HBASE-19663) to fix javadoc compilation failure.
   
   ```
   [ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.4:site (default-site) on project hbase: Error generating maven-javadoc-plugin:2.10.3:aggregate:
   [ERROR] Exit code: 1 - warning: unknown enum constant When.MAYBE
   [ERROR]   reason: class file for javax.annotation.meta.When not found
   [ERROR] warning: unknown enum constant When.ALWAYS
   [ERROR] warning: unknown enum constant When.UNKNOWN
   [ERROR] javadoc: error - class file for javax.annotation.concurrent.Immutable not found
   [ERROR]
   [ERROR] Command line was: /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.232.b09-0.el7_7.x86_64/jre/../bin/javadoc -J-Xmx2048m @options @packages
   ```
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [bigtop] iwasakims closed pull request #588: BIGTOP-3297. Bump HBase to 1.5.0.

Posted by GitBox <gi...@apache.org>.
iwasakims closed pull request #588: BIGTOP-3297. Bump HBase to 1.5.0.
URL: https://github.com/apache/bigtop/pull/588
 
 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [bigtop] youngwookim commented on issue #588: BIGTOP-3297. Bump HBase to 1.5.0.

Posted by GitBox <gi...@apache.org>.
youngwookim commented on issue #588: BIGTOP-3297. Bump HBase to 1.5.0.
URL: https://github.com/apache/bigtop/pull/588#issuecomment-582723213
 
 
   +1
   
   I'll push to master shortly. Thanks @evans-ye and @iwasakims for the patch and review.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [bigtop] iwasakims commented on issue #588: BIGTOP-3297. Bump HBase to 1.5.0.

Posted by GitBox <gi...@apache.org>.
iwasakims commented on issue #588: BIGTOP-3297. Bump HBase to 1.5.0.
URL: https://github.com/apache/bigtop/pull/588#issuecomment-581206984
 
 
   `./docker-hadoop.sh -c 3 --smoke-tests` passed on my local with the following configuration.
   
   ```
   docker:
           memory_limit: "8g"
           image: "bigtop/puppet:trunk-centos-7"
   
   #repo: "http://repos.bigtop.apache.org/releases/1.4.0/centos/7/$basearch"
   distro: centos
   components: [hdfs, yarn, mapreduce, hbase]
   enable_local_repo: true
   smoke_test_components: [hbase]
   ```
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [bigtop] iwasakims commented on issue #588: BIGTOP-3297. Bump HBase to 1.5.0.

Posted by GitBox <gi...@apache.org>.
iwasakims commented on issue #588: BIGTOP-3297. Bump HBase to 1.5.0.
URL: https://github.com/apache/bigtop/pull/588#issuecomment-581463528
 
 
   Phoenix 4.15.0-HBase-1.5 was successfully built based on the fix here. (Please refer to [BIGTOP-3298](https://issues.apache.org/jira/browse/BIGTOP-3298).)

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [bigtop] evans-ye commented on issue #588: BIGTOP-3297. Bump HBase to 1.5.0.

Posted by GitBox <gi...@apache.org>.
evans-ye commented on issue #588: BIGTOP-3297. Bump HBase to 1.5.0.
URL: https://github.com/apache/bigtop/pull/588#issuecomment-581749524
 
 
   Looks great. +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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [bigtop] iwasakims commented on issue #588: BIGTOP-3297. Bump HBase to 1.5.0.

Posted by GitBox <gi...@apache.org>.
iwasakims commented on issue #588: BIGTOP-3297. Bump HBase to 1.5.0.
URL: https://github.com/apache/bigtop/pull/588#issuecomment-582751360
 
 
   Thanks, @evans-ye and @youngwookim. Closing 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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services