You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2010/05/15 21:33:42 UTC

[jira] Updated: (HBASE-2550) Remove hbase-X.X.X-test.jar from binary tgz bundle; its of no use

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

stack updated HBASE-2550:
-------------------------

    Priority: Minor  (was: Major)

I took a look at  this.  I can't move PE into core.  It depends on MiniHBaseCluster and other classes under test.   Would need some work.  So, lets leave it for now.  I changed this from Major to Minor priority.   To remove from assembly, you'd do this:

{code}
Index: src/assembly/bin.xml
===================================================================
--- src/assembly/bin.xml        (revision 944701)
+++ src/assembly/bin.xml        (working copy)
@@ -23,18 +23,6 @@
         </dependencySets>
       </binaries>
     </moduleSet>
-   <!-- Test jar-->
-   <moduleSet>
-     <includes>
-       <include>org.apache.hbase:hbase-core</include>
-     </includes>
-     <binaries>
-       <attachmentClassifier>tests</attachmentClassifier>
-       <outputFileNameMapping>hbase-${version}${dashClassifier}.jar</outputFileNameMapping>
-       <outputDirectory>/</outputDirectory>
-       <unpack>false</unpack>
-     </binaries>
-   </moduleSet>
     <!-- This ensures that the source jars are added-->
     <moduleSet>
       <includes>
{code}

> Remove hbase-X.X.X-test.jar from binary tgz bundle; its of no use
> -----------------------------------------------------------------
>
>                 Key: HBASE-2550
>                 URL: https://issues.apache.org/jira/browse/HBASE-2550
>             Project: Hadoop HBase
>          Issue Type: Task
>            Reporter: stack
>            Priority: Minor
>
> The only thing we ever use from hbase-X.X.X-test.jar is the PerformanceEvaluation scripts.  If these were moved into the core jar, hbase-X.X.X-test.jar would have no function; theres no point shpping it as part of the bin bundle.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.