Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 2B9FB200CBE for ; Fri, 23 Jun 2017 08:24:07 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 2A3CB160BF1; Fri, 23 Jun 2017 06:24:07 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 71527160BE7 for ; Fri, 23 Jun 2017 08:24:06 +0200 (CEST) Received: (qmail 43152 invoked by uid 500); 23 Jun 2017 06:24:05 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 43140 invoked by uid 99); 23 Jun 2017 06:24:05 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Jun 2017 06:24:05 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 0C74A1A0259 for ; Fri, 23 Jun 2017 06:24:05 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -97.889 X-Spam-Level: X-Spam-Status: No, score=-97.889 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, URI_HEX=1.313, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id L47KKq_sURtu for ; Fri, 23 Jun 2017 06:24:03 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id E44CF5F6C1 for ; Fri, 23 Jun 2017 06:24:02 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 712BCE0BB3 for ; Fri, 23 Jun 2017 06:24:01 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 3034F21943 for ; Fri, 23 Jun 2017 06:24:00 +0000 (UTC) Date: Fri, 23 Jun 2017 06:24:00 +0000 (UTC) From: "stack (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-18240) Add hbase-thirdparty, a project with hbase utility including an hbase-shaded-thirdparty module with guava, netty, etc. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 23 Jun 2017 06:24:07 -0000 [ https://issues.apache.org/jira/browse/HBASE-18240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16060461#comment-16060461 ] stack commented on HBASE-18240: ------------------------------- Pushed new patch on hbase-thirdparty. hbase-thirdparty has guava, gson, netty, and protobuf-util but not protobuf itself. Compiling the fat patched jar that included protobuf and guava and netty, etc., failed; dependencies of guava (errorprone) and netty src are not available so the compile fails. Will leave the production of the protobuf as is in hbase-protocol-shaded for now. Will come back and experiment with a multi-module build under hbase-thirdparty later; one module will do protobuf patching and then next module will do the shade of it all -- no compile. > Add hbase-thirdparty, a project with hbase utility including an hbase-shaded-thirdparty module with guava, netty, etc. > ---------------------------------------------------------------------------------------------------------------------- > > Key: HBASE-18240 > URL: https://issues.apache.org/jira/browse/HBASE-18240 > Project: HBase > Issue Type: Sub-task > Components: dependencies > Reporter: stack > Assignee: stack > Fix For: 2.0.0 > > Attachments: HBASE-18240.master.001.patch, hbase-auxillary.tgz > > > This issue is about adding a new related project to host hbase auxillary utility. In this new project, the first thing we'd add is a module to host shaded versions of third party libraries. > This task comes of discussion held here http://apache-hbase.679495.n3.nabble.com/DISCUSS-More-Shading-td4083025.html where one conclusion of the DISCUSSION was "... pushing this part forward with some code is the next logical step. Seems to be consensus about taking our known internal dependencies and performing this shade magic." -- This message was sent by Atlassian JIRA (v6.4.14#64029)