You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Sean Busbey (JIRA)" <ji...@apache.org> on 2017/09/19 18:26:00 UTC

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

Sean Busbey created HBASE-18849:
-----------------------------------

             Summary: 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
    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)