Repository: hbase
Updated Branches:
  refs/heads/2 [created] c0b263051

HBASE-18271 Shade netty Purge mention of netty-all; ADDENDUM for sparktest


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/c0b26305
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/c0b26305
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/c0b26305

Branch: refs/heads/2
Commit: c0b263051b64eacddb213d0f2db8410d4d63b7c4
Parents: 7149f99
Author: Michael Stack <st...@duboce.net>
Authored: Wed Aug 16 10:04:33 2017 -0700
Committer: Michael Stack <st...@duboce.net>
Committed: Wed Aug 16 10:05:37 2017 -0700

----------------------------------------------------------------------
 hbase-spark/pom.xml | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/c0b26305/hbase-spark/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-spark/pom.xml b/hbase-spark/pom.xml
index 1fd458c..9efca4f 100644
--- a/hbase-spark/pom.xml
+++ b/hbase-spark/pom.xml
@@ -563,9 +563,11 @@
               <goal>test</goal>
             </goals>
             <configuration>
-              <argLine>
-                                -Xmx1536m -XX:ReservedCodeCacheSize=512m
-                            </argLine>
+              <systemProperties>
+                
<org.apache.hadoop.hbase.shaded.io.netty.packagePrefix>org.apache.hadoop.hbase.shaded.</org.apache.hadoop.hbase.shaded.io.netty.packagePrefix>
+              </systemProperties>
+              <argLine> -Xmx1536m -XX:ReservedCodeCacheSize=512m
+              </argLine>
               <parallel>false</parallel>
             </configuration>
           </execution>

Reply via email to