[ 
https://issues.apache.org/jira/browse/HBASE-6412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13443659#comment-13443659
 ] 

Elliott Clark commented on HBASE-6412:
--------------------------------------

So the issue is coming in that on compile the classes that would be in the 
respective test-jar's is not being created but other modules are depending upon 
the tests jars.  

So if we move all of the utils that will be used in tests into a normal jar 
that would be created in the compile phase, then these issues would go away.  
However that would further add to the number of modules that we have as we 
would need either two or three.

Another option is to move all of the test utility classes into the 
src/main/java folders (that would mean pulling in junit) and then no longer 
having anything depend upon a test-jar.
                
> Move external servers to metrics2 (thrift,thrift2,rest)
> -------------------------------------------------------
>
>                 Key: HBASE-6412
>                 URL: https://issues.apache.org/jira/browse/HBASE-6412
>             Project: HBase
>          Issue Type: Sub-task
>    Affects Versions: 0.96.0
>            Reporter: Elliott Clark
>            Assignee: Elliott Clark
>            Priority: Blocker
>         Attachments: HBASE-6412-0.patch
>
>
> Implement metrics2 for all the external servers:
> * Thrift
> * Thrift2
> * Rest

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to