You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ma...@apache.org on 2015/04/16 16:32:03 UTC

[22/50] [abbrv] phoenix git commit: PHOENIX-1071 - Add phoenix-spark for Spark integration - memory setting

PHOENIX-1071 - Add phoenix-spark for Spark integration - memory setting


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

Branch: refs/heads/calcite
Commit: 9bbd5ead568ccdbecdea974d10aac93ccb30d9bd
Parents: f2d9080
Author: ravimagham <ra...@apache.org>
Authored: Sun Apr 5 08:29:23 2015 -0700
Committer: ravimagham <ra...@apache.org>
Committed: Sun Apr 5 08:29:23 2015 -0700

----------------------------------------------------------------------
 phoenix-spark/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/9bbd5ead/phoenix-spark/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-spark/pom.xml b/phoenix-spark/pom.xml
index 3312b09..fd0ccaf 100644
--- a/phoenix-spark/pom.xml
+++ b/phoenix-spark/pom.xml
@@ -502,6 +502,7 @@
             <configuration>
               <parallel>true</parallel>
               <tagsToExclude>Integration-Test</tagsToExclude>
+              <argLine>-Xmx3g -XX:MaxPermSize=512m -XX:ReservedCodeCacheSize=512m</argLine>
             </configuration>
           </execution>
           <execution>
@@ -513,7 +514,6 @@
             <configuration>
               <parallel>false</parallel>
               <tagsToInclude>Integration-Test</tagsToInclude>
-              <argLine>-Xmx3g -XX:MaxPermSize=512m -XX:ReservedCodeCacheSize=512m</argLine>
             </configuration>
           </execution>
         </executions>