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/06/28 05:08:11 UTC

[GitHub] [bigtop] iwasakims opened a new pull request, #920: BIGTOP-3709. Bring protobuf 2.5.0 back for building HBase on aarch64 and ppc64le.

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

   https://issues.apache.org/jira/browse/BIGTOP-3709
   
   We still need locally installed protobuf-2.5.0 removed by [BIGTOP-3438](https://issues.apache.org/jira/browse/BIGTOP-3438)(#915) for building HBase on aarch64 and ppc64le.
   
   I used `/usr/local/protobuf-2.5.0` as new destination since `/usr/local` is the prefix of protobuf-3.7.1 now.


-- 
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 #920: BIGTOP-3709. Bring protobuf 2.5.0 back for building HBase on aarch64 and ppc64le.

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

   Thanks, @iwasakims 


-- 
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 #920: BIGTOP-3709. Bring protobuf 2.5.0 back for building HBase on aarch64 and ppc64le.

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

   The error in check-aggregate-license of hbase-assembly should be fixed by #921.


-- 
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 #920: BIGTOP-3709. Bring protobuf 2.5.0 back for building HBase on aarch64 and ppc64le.

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

   The cause seems to be leveldbjni-all [bundled with Hadoop by Bigtop](https://github.com/apache/bigtop/blob/97d7aaa5b8a024731faff4416e5f51878031e3eb/bigtop-packages/src/common/hadoop/do-component-build#L45-L105).
   
   ```
   $ grep -B 2 'ERROR:' /home/centos/srcs/bigtop/build/hbase/rpm/BUILD/hbase-2.4.11/hbase-assembly/target/maven-shared-archive-resources/META-INF/LICENSE
   This product includes leveldbjni-all licensed under the The BSD 3-Clause License.
   
   ERROR: Please check ^^^^^^^^^^^^ this License for acceptability here:
   ```


-- 
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 #920: BIGTOP-3709. Bring protobuf 2.5.0 back for building HBase on aarch64 and ppc64le.

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

   I would like to merge this PR first then address license issue in follow-up. filed [BIGTOP-3710](https://issues.apache.org/jira/browse/BIGTOP-3710).


-- 
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 #920: BIGTOP-3709. Bring protobuf 2.5.0 back for building HBase on aarch64 and ppc64le.

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

   testing this on CentOS 7 aarch64. While the issue caused by protobuf was fixed, got another error on hbase-assembly.
   
   ```
   [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (check-aggregate-license) @ hbase-assembly ---
   [WARNING] Rule 0: org.apache.maven.plugins.enforcer.EvaluateBeanshell failed with message:
   License errors detected, for more detail find ERROR in
                       /home/centos/srcs/bigtop/build/hbase/rpm/BUILD/hbase-2.4.11/hbase-assembly/target/maven-shared-archive-resources/META-INF/LICENSE
   ```


-- 
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 #920: BIGTOP-3709. Bring protobuf 2.5.0 back for building HBase on aarch64 and ppc64le.

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

   +1 LGTM


-- 
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 merged pull request #920: BIGTOP-3709. Bring protobuf 2.5.0 back for building HBase on aarch64 and ppc64le.

Posted by GitBox <gi...@apache.org>.
guyuqi merged PR #920:
URL: https://github.com/apache/bigtop/pull/920


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