Changed spark module artifact names

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

Branch: refs/heads/v0.5.0
Commit: afb2774e2cd7f7f21dd7b0bc6303f595b7a1291b
Parents: 1b82b21
Author: Makoto Yui <m...@apache.org>
Authored: Tue Jan 23 09:49:12 2018 +0900
Committer: Makoto Yui <m...@apache.org>
Committed: Tue Jan 23 09:49:12 2018 +0900

----------------------------------------------------------------------
 spark/spark-2.0/pom.xml | 30 +-----------------------------
 spark/spark-2.1/pom.xml | 30 +-----------------------------
 spark/spark-2.2/pom.xml | 31 ++-----------------------------
 3 files changed, 4 insertions(+), 87 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/afb2774e/spark/spark-2.0/pom.xml
----------------------------------------------------------------------
diff --git a/spark/spark-2.0/pom.xml b/spark/spark-2.0/pom.xml
index 3d82f89..9286697 100644
--- a/spark/spark-2.0/pom.xml
+++ b/spark/spark-2.0/pom.xml
@@ -27,7 +27,7 @@
                <relativePath>../pom.xml</relativePath>
        </parent>
 
-       <artifactId>hivemall-spark_2.0</artifactId>
+       <artifactId>hivemall-spark2.0</artifactId>
        <name>Hivemall on Spark 2.0</name>
        <packaging>jar</packaging>
 
@@ -162,34 +162,6 @@
                        <plugin>
                                <groupId>org.scalatest</groupId>
                                <artifactId>scalatest-maven-plugin</artifactId>
-                               <version>1.0</version>
-                               <configuration>
-                                       
<reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory>
-                                       <junitxml>.</junitxml>
-                                       
<filereports>SparkTestSuite.txt</filereports>
-                                       
<argLine>${spark.test.jvm.opts}</argLine>
-                                       <stderr />
-                                       <environmentVariables>
-                                               
<SPARK_PREPEND_CLASSES>1</SPARK_PREPEND_CLASSES>
-                                               
<SPARK_SCALA_VERSION>${scala.binary.version}</SPARK_SCALA_VERSION>
-                                               <SPARK_TESTING>1</SPARK_TESTING>
-                                               
<JAVA_HOME>${env.JAVA_HOME}</JAVA_HOME>
-                                               
<PATH>${env.JAVA_HOME}/bin:${env.PATH}</PATH>
-                                       </environmentVariables>
-                                       <systemProperties>
-                                               
<log4j.configuration>file:src/test/resources/log4j.properties</log4j.configuration>
-                                               
<derby.system.durability>test</derby.system.durability>
-                                               
<java.awt.headless>true</java.awt.headless>
-                                               
<java.io.tmpdir>${project.build.directory}/tmp</java.io.tmpdir>
-                                               <spark.testing>1</spark.testing>
-                                               
<spark.ui.enabled>false</spark.ui.enabled>
-                                               
<spark.ui.showConsoleProgress>false</spark.ui.showConsoleProgress>
-                                               
<spark.unsafe.exceptionOnMemoryLeak>true</spark.unsafe.exceptionOnMemoryLeak>
-                                               <!-- Needed by sql/hive tests. 
-->
-                                               
<test.src.tables>__not_used__</test.src.tables>
-                                       </systemProperties>
-                                       
<tagsToExclude>${test.exclude.tags}</tagsToExclude>
-                               </configuration>
                                <executions>
                                        <execution>
                                                <id>test</id>

http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/afb2774e/spark/spark-2.1/pom.xml
----------------------------------------------------------------------
diff --git a/spark/spark-2.1/pom.xml b/spark/spark-2.1/pom.xml
index e1da779..003226e 100644
--- a/spark/spark-2.1/pom.xml
+++ b/spark/spark-2.1/pom.xml
@@ -27,7 +27,7 @@
                <relativePath>../pom.xml</relativePath>
        </parent>
 
-       <artifactId>hivemall-spark_2.1</artifactId>
+       <artifactId>hivemall-spark2.1</artifactId>
        <name>Hivemall on Spark 2.1</name>
        <packaging>jar</packaging>
 
@@ -162,34 +162,6 @@
                        <plugin>
                                <groupId>org.scalatest</groupId>
                                <artifactId>scalatest-maven-plugin</artifactId>
-                               <version>1.0</version>
-                               <configuration>
-                                       
<reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory>
-                                       <junitxml>.</junitxml>
-                                       
<filereports>SparkTestSuite.txt</filereports>
-                                       
<argLine>${spark.test.jvm.opts}</argLine>
-                                       <stderr />
-                                       <environmentVariables>
-                                               
<SPARK_PREPEND_CLASSES>1</SPARK_PREPEND_CLASSES>
-                                               
<SPARK_SCALA_VERSION>${scala.binary.version}</SPARK_SCALA_VERSION>
-                                               <SPARK_TESTING>1</SPARK_TESTING>
-                                               
<JAVA_HOME>${env.JAVA_HOME}</JAVA_HOME>
-                                               
<PATH>${env.JAVA_HOME}/bin:${env.PATH}</PATH>
-                                       </environmentVariables>
-                                       <systemProperties>
-                                               
<log4j.configuration>file:src/test/resources/log4j.properties</log4j.configuration>
-                                               
<derby.system.durability>test</derby.system.durability>
-                                               
<java.awt.headless>true</java.awt.headless>
-                                               
<java.io.tmpdir>${project.build.directory}/tmp</java.io.tmpdir>
-                                               <spark.testing>1</spark.testing>
-                                               
<spark.ui.enabled>false</spark.ui.enabled>
-                                               
<spark.ui.showConsoleProgress>false</spark.ui.showConsoleProgress>
-                                               
<spark.unsafe.exceptionOnMemoryLeak>true</spark.unsafe.exceptionOnMemoryLeak>
-                                               <!-- Needed by sql/hive tests. 
-->
-                                               
<test.src.tables>__not_used__</test.src.tables>
-                                       </systemProperties>
-                                       
<tagsToExclude>${test.exclude.tags}</tagsToExclude>
-                               </configuration>
                                <executions>
                                        <execution>
                                                <id>test</id>

http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/afb2774e/spark/spark-2.2/pom.xml
----------------------------------------------------------------------
diff --git a/spark/spark-2.2/pom.xml b/spark/spark-2.2/pom.xml
index 1d9e3c8..9e96d80 100644
--- a/spark/spark-2.2/pom.xml
+++ b/spark/spark-2.2/pom.xml
@@ -27,7 +27,7 @@
                <relativePath>../pom.xml</relativePath>
        </parent>
 
-       <artifactId>hivemall-spark_2.2</artifactId>
+       <artifactId>hivemall-spark2.2</artifactId>
        <name>Hivemall on Spark 2.2</name>
        <packaging>jar</packaging>
 
@@ -35,6 +35,7 @@
                <main.basedir>${project.parent.parent.basedir}</main.basedir>
                <spark.version>2.2.0</spark.version>
                <spark.binary.version>2.2</spark.binary.version>
+               <scalatest.jvm.opts>-ea -Xms768m -Xmx2g -XX:MetaspaceSize=128m 
-XX:MaxMetaspaceSize=512m -XX:ReservedCodeCacheSize=512m</scalatest.jvm.opts>
                <java.source.version>1.8</java.source.version>
                <java.target.version>1.8</java.target.version>
                <maven.compiler.source>1.8</maven.compiler.source>
@@ -166,34 +167,6 @@
                        <plugin>
                                <groupId>org.scalatest</groupId>
                                <artifactId>scalatest-maven-plugin</artifactId>
-                               <version>1.0</version>
-                               <configuration>
-                                       
<reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory>
-                                       <junitxml>.</junitxml>
-                                       
<filereports>SparkTestSuite.txt</filereports>
-                                       <argLine>-ea -Xmx2g 
-XX:MaxPermSize=${MaxPermGen} 
-XX:ReservedCodeCacheSize=${CodeCacheSize}</argLine>
-                                       <stderr />
-                                       <environmentVariables>
-                                               
<SPARK_PREPEND_CLASSES>1</SPARK_PREPEND_CLASSES>
-                                               
<SPARK_SCALA_VERSION>${scala.binary.version}</SPARK_SCALA_VERSION>
-                                               <SPARK_TESTING>1</SPARK_TESTING>
-                                               
<JAVA_HOME>${env.JAVA_HOME}</JAVA_HOME>
-                                               
<PATH>${env.JAVA_HOME}/bin:${env.PATH}</PATH>
-                                       </environmentVariables>
-                                       <systemProperties>
-                                               
<log4j.configuration>file:src/test/resources/log4j.properties</log4j.configuration>
-                                               
<derby.system.durability>test</derby.system.durability>
-                                               
<java.awt.headless>true</java.awt.headless>
-                                               
<java.io.tmpdir>${project.build.directory}/tmp</java.io.tmpdir>
-                                               <spark.testing>1</spark.testing>
-                                               
<spark.ui.enabled>false</spark.ui.enabled>
-                                               
<spark.ui.showConsoleProgress>false</spark.ui.showConsoleProgress>
-                                               
<spark.unsafe.exceptionOnMemoryLeak>true</spark.unsafe.exceptionOnMemoryLeak>
-                                               <!-- Needed by sql/hive tests. 
-->
-                                               
<test.src.tables>__not_used__</test.src.tables>
-                                       </systemProperties>
-                                       
<tagsToExclude>${test.exclude.tags}</tagsToExclude>
-                               </configuration>
                                <executions>
                                        <execution>
                                                <id>test</id>

Reply via email to