Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-0.98 8159d67a1 -> a2b218e8d
  refs/heads/4.x-HBase-1.2 d0e5b513a -> 81748b2ea
  refs/heads/5.x-HBase-2.0 fcf48f312 -> fdf4d0a69
  refs/heads/master 93306e9e2 -> 2136b002c


PHOENIX-4466 Do not relocate hadoop code (addendum)

Turns out relocating hadoop-common (most obviously) breaks
some security-related classes in hadoop-common around Kerberos logins.


Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/fdf4d0a6
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/fdf4d0a6
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/fdf4d0a6

Branch: refs/heads/5.x-HBase-2.0
Commit: fdf4d0a696a3c593fbeaf61e948c76c3bfb9cb1f
Parents: fcf48f3
Author: Josh Elser <[email protected]>
Authored: Fri Jan 5 12:32:47 2018 -0500
Committer: Josh Elser <[email protected]>
Committed: Fri Jan 5 12:32:47 2018 -0500

----------------------------------------------------------------------
 phoenix-queryserver-client/pom.xml | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/fdf4d0a6/phoenix-queryserver-client/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-queryserver-client/pom.xml 
b/phoenix-queryserver-client/pom.xml
index 5c72b41..fc7cba4 100644
--- a/phoenix-queryserver-client/pom.xml
+++ b/phoenix-queryserver-client/pom.xml
@@ -133,10 +133,6 @@
                   </excludes>
                 </relocation>
                 <relocation>
-                  <pattern>org.apache.hadoop</pattern>
-                  
<shadedPattern>${shaded.package}.org.apache.hadoop</shadedPattern>
-                </relocation>
-                <relocation>
                   <pattern>org.apache.commons</pattern>
                   
<shadedPattern>${shaded.package}.org.apache.commons</shadedPattern>
                   <excludes>

Reply via email to