From d06c51ce5e7312d874db85870fc53dfa8c7cc175 Mon Sep 17 00:00:00 2001 From: Daniel Li Date: Tue, 5 Jan 2016 15:38:11 -0800 Subject: [PATCH] update groupid and artifcatid --- scala/pom.xml | 23 ++++++++++++++++++++--- scripts/sparkclr-submit.cmd | 2 +- scripts/sparkclr-submit.sh | 2 +- 3 files changed, 22 insertions(+), 5 deletions(-) diff --git a/scala/pom.xml b/scala/pom.xml index 481fc25..183e73d 100644 --- a/scala/pom.xml +++ b/scala/pom.xml @@ -1,10 +1,11 @@ 4.0.0 - com.microsoft.spark - spark-clr + com.microsoft.sparkclr + spark-clr_2.10 1.5.2-SNAPSHOT - ${project.artifactId} + SparkCLR Project C# language binding and extensions to Apache Spark + https://github.com/Microsoft/sparkclr 2015 @@ -14,6 +15,21 @@ + + + SparkCLR Team + sparkclrdev@microsoft.com + Microsoft + http://www.microsoft.com + + + + + scm:git:git@github.com:Microsoft/SparkCLR.git + scm:git:git@github.com:Microsoft/SparkCLR.git + git@github.com:Microsoft/SparkCLR.git + + 1.5 1.5 @@ -95,6 +111,7 @@ org.scala-tools maven-scala-plugin + 2.15.2 diff --git a/scripts/sparkclr-submit.cmd b/scripts/sparkclr-submit.cmd index 1c1ddee..ae01553 100644 --- a/scripts/sparkclr-submit.cmd +++ b/scripts/sparkclr-submit.cmd @@ -25,7 +25,7 @@ if "%SPARK_ASSEMBLY_JAR%"=="0" ( exit /b 1 ) -set SPARKCLR_JAR=spark-clr-1.5.2-SNAPSHOT.jar +set SPARKCLR_JAR=spark-clr_2.10-1.5.2-SNAPSHOT.jar set SPARKCLR_CLASSPATH=%SPARKCLR_HOME%\lib\%SPARKCLR_JAR% if not "%SPARKCSV_JARS%" == "" ( SET SPARKCLR_CLASSPATH=%SPARKCLR_CLASSPATH%;%SPARKCSV_JARS% diff --git a/scripts/sparkclr-submit.sh b/scripts/sparkclr-submit.sh index 23d146f..fe41f38 100755 --- a/scripts/sparkclr-submit.sh +++ b/scripts/sparkclr-submit.sh @@ -54,7 +54,7 @@ then exit 1 fi -export SPARKCLR_JAR=spark-clr-1.5.2-SNAPSHOT.jar +export SPARKCLR_JAR=spark-clr_2.10-1.5.2-SNAPSHOT.jar export SPARKCLR_CLASSPATH="$SPARKCLR_HOME/lib/$SPARKCLR_JAR" [ ! "$SPARKCSV_JARS" = "" ] && export SPARKCLR_CLASSPATH="$SPARKCLR_CLASSPATH:$SPARKCSV_JARS" export LAUNCH_CLASSPATH="$SPARK_ASSEMBLY_JAR:$SPARKCLR_CLASSPATH"