[
https://issues.apache.org/jira/browse/HBASE-18849?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16172713#comment-16172713
]
Hudson commented on HBASE-18849:
--------------------------------
FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #3744 (See
[https://builds.apache.org/job/HBase-Trunk_matrix/3744/])
HBASE-18849 expand "thirdparty" reference to give examples of setting (stack:
rev 58f9cd3586d0d42d26c82fc9b4a9e0c63e44c6d4)
* (edit) src/main/asciidoc/_chapters/developer.adoc
> 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
> Assignee: stack
> 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)