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 2017/09/19 18:56:00 UTC

[jira] [Updated] (HBASE-18849) expand "thirdparty" reference to give examples of setting netty location in common testing modules

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

stack updated HBASE-18849:
--------------------------
    Component/s: thirdparty

> expand "thirdparty" reference to give examples of setting netty location in common testing modules
> --------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-18849
>                 URL: https://issues.apache.org/jira/browse/HBASE-18849
>             Project: HBase
>          Issue Type: Improvement
>          Components: documentation, thirdparty
>    Affects Versions: 2.0.0-alpha-2
>            Reporter: Sean Busbey
>            Priority: Critical
>             Fix For: 2.0.0-alpha-4
>
>
> we should give examples of how folks using e.g. the maven surefire plugin can configure netty correctly.
> e.g.:
> you'll need to update your surefire plugin settings to define the given flag:
> {code}
> ...
>       <plugin>
>         <artifactId>maven-surefire-plugin</artifactId>
>         <configuration>
>           <systemPropertyVariables>
>             <org.apache.hadoop.hbase.shaded.io.netty.packagePrefix>org.apache.hadoop.hbase.shaded.</org.apache.hadoop.hbase.shaded.io.netty.packagePrefix>
>           </systemPropertyVariables>
>         </configuration>
>       </plugin>
> ...
> {code}
> maybe failsafe too? maybe scala-test?



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)