You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ha...@apache.org on 2014/04/14 17:56:02 UTC

svn commit: r1587230 [2/2] - in /hive/trunk: hcatalog/ hcatalog/bin/ hcatalog/build-support/ant/ hcatalog/conf/ hcatalog/core/src/main/java/org/apache/hcatalog/cli/ hcatalog/core/src/main/java/org/apache/hcatalog/cli/SemanticAnalysis/ hcatalog/core/src...

Modified: hive/trunk/packaging/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/hive/trunk/packaging/src/main/assembly/bin.xml?rev=1587230&r1=1587229&r2=1587230&view=diff
==============================================================================
--- hive/trunk/packaging/src/main/assembly/bin.xml (original)
+++ hive/trunk/packaging/src/main/assembly/bin.xml Mon Apr 14 15:55:57 2014
@@ -55,15 +55,6 @@
         <include>org.apache.hive.hcatalog:hive-hcatalog-streaming</include>
       </includes>
     </dependencySet>
-    <dependencySet>
-      <outputDirectory>hcatalog/share/hcatalog/storage-handlers/hbase/lib</outputDirectory>
-      <unpack>false</unpack>
-      <useProjectArtifact>false</useProjectArtifact>
-      <useStrictFiltering>true</useStrictFiltering>
-      <includes>
-        <include>org.apache.hive.hcatalog:hive-hcatalog-hbase-storage-handler</include>
-      </includes>
-    </dependencySet>
     <!-- TODO 0.12 release the webhcat server lib directory had all transitive jars
          while this lib directory only has explicit dependencies
     -->
@@ -341,10 +332,6 @@
       <source>${project.parent.basedir}/hcatalog/README.txt</source>
       <outputDirectory>hcatalog/share/doc/hcatalog</outputDirectory>
     </file>
-    <file>
-      <source>${project.parent.basedir}/hcatalog/storage-handlers/hbase/conf/revision-manager-site.xml</source>
-      <outputDirectory>hcatalog/share/hcatalog/storage-handlers/hbase/conf</outputDirectory>
-    </file>
   </files>
 
 </assembly>