Repository: phoenix
Updated Branches:
  refs/heads/4.4-HBase-0.98 345485f28 -> a0fc27567


PHOENIX-2013 Apply PHOENIX-1995 to runnable uberjar as well


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

Branch: refs/heads/4.4-HBase-0.98
Commit: a0fc275670f607ca1b33a7679151e65f6a309204
Parents: 345485f
Author: Nick Dimiduk <[email protected]>
Authored: Wed May 27 11:27:04 2015 -0700
Committer: Nick Dimiduk <[email protected]>
Committed: Wed May 27 13:26:16 2015 -0700

----------------------------------------------------------------------
 phoenix-server/src/build/query-server-runnable.xml | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/a0fc2756/phoenix-server/src/build/query-server-runnable.xml
----------------------------------------------------------------------
diff --git a/phoenix-server/src/build/query-server-runnable.xml 
b/phoenix-server/src/build/query-server-runnable.xml
index e2a3dc4..ef22b14 100644
--- a/phoenix-server/src/build/query-server-runnable.xml
+++ b/phoenix-server/src/build/query-server-runnable.xml
@@ -28,6 +28,15 @@
     <format>jar</format>
   </formats>
   <includeBaseDirectory>false</includeBaseDirectory>
+  <containerDescriptorHandlers>
+    <containerDescriptorHandler>
+      <!--
+          aggregate SPI's so that things like HDFS FileSystem works in uberjar
+          http://docs.oracle.com/javase/tutorial/sound/SPI-intro.html
+      -->
+      <handlerName>metaInf-services</handlerName>
+    </containerDescriptorHandler>
+  </containerDescriptorHandlers>
   <dependencySets>
     <dependencySet>
       <outputDirectory>/</outputDirectory>

Reply via email to