[ 
https://issues.apache.org/jira/browse/HBASE-19552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mike Drob updated HBASE-19552:
------------------------------
    Attachment: HBASE-19552.v3.patch

Let's try a different approach for review here, because I don't want to keep 
having to rebase the patch.

v3 is the manual changes that I made, followed by running the following sed 
commands (on OSX, in case they turn out to be non-portable):

{code}
find . -type f -name *.java -exec sed -i'.bak' -e 
's/org.apache.hadoop.hbase.shaded.com.google/org.apache.hbase.thirdparty.com.google/'
 {} \;
find . -type f -name *.jsp -exec sed -i'.bak' -e 
's/org.apache.hadoop.hbase.shaded.com.google/org.apache.hbase.thirdparty.com.google/'
 {} \;
find . -type f -name *.java -exec sed -i'.bak' -e 
's/org.apache.hadoop.hbase.shaded.io.netty/org.apache.hbase.thirdparty.io.netty/‘
 {} \;
{code}

> update hbase to use new thirdparty libs
> ---------------------------------------
>
>                 Key: HBASE-19552
>                 URL: https://issues.apache.org/jira/browse/HBASE-19552
>             Project: HBase
>          Issue Type: Task
>          Components: dependencies, thirdparty
>            Reporter: Mike Drob
>            Assignee: Mike Drob
>             Fix For: 2.0.0-beta-1
>
>         Attachments: HBASE-19552.patch, HBASE-19552.v2.patch, 
> HBASE-19552.v3.patch
>
>
> When we release hbase-thirdparty next release, we will need to update our 
> code for the packaging change.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to