Skip to content

Commit

Permalink
updating version tags for Spark 2.0 preview release #3
Browse files Browse the repository at this point in the history
  • Loading branch information
skaarthik committed Jan 29, 2017
1 parent e14b92b commit 5c6e7bc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion csharp/SparkCLR.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Microsoft.SparkCLR</id>
<version>2.0.000-PREVIEW-2</version>
<version>2.0.000-PREVIEW-3</version>
<authors>Microsoft Corporation</authors>
<owners>Microsoft Corporation</owners>
<licenseUrl>https://github.com/Microsoft/Mobius/blob/master/LICENSE</licenseUrl>
Expand Down
2 changes: 1 addition & 1 deletion scala/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.microsoft.sparkclr</groupId>
<artifactId>spark-clr_2.11</artifactId>
<version>2.0.000-PREVIEW-2</version>
<version>2.0.000-PREVIEW-3</version>
<name>Mobius Project</name>
<description>C# language binding and extensions to Apache Spark</description>
<url>https://github.com/Microsoft/Mobius</url>
Expand Down
2 changes: 1 addition & 1 deletion scripts/sparkclr-submit.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ if not exist "%SPARK_JARS_DIR%" (

set SPARK_JARS_CLASSPATH=%SPARK_JARS_DIR%\*

if not defined SPARKCLR_JAR (set SPARKCLR_JAR=spark-clr_2.11-2.0.000-PREVIEW-2.jar)
if not defined SPARKCLR_JAR (set SPARKCLR_JAR=spark-clr_2.11-2.0.000-PREVIEW-3.jar)
echo [sparkclr-submit.cmd] SPARKCLR_JAR=%SPARKCLR_JAR%
set SPARKCLR_CLASSPATH=%SPARKCLR_HOME%\lib\%SPARKCLR_JAR%
REM SPARKCLR_DEBUGMODE_EXT_JARS environment variable is used to specify external dependencies to use in debug mode
Expand Down
2 changes: 1 addition & 1 deletion scripts/sparkclr-submit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ fi

export SPARK_JARS_CLASSPATH="$SPARK_JARS_DIR/*"

export SPARKCLR_JAR=spark-clr_2.11-2.0.000-PREVIEW-2.jar
export SPARKCLR_JAR=spark-clr_2.11-2.0.000-PREVIEW-3.jar
export SPARKCLR_CLASSPATH="$SPARKCLR_HOME/lib/$SPARKCLR_JAR"
# SPARKCLR_DEBUGMODE_EXT_JARS environment variable is used to specify external dependencies to use in debug mode
[ ! "$SPARKCLR_DEBUGMODE_EXT_JARS" = "" ] && export SPARKCLR_CLASSPATH="$SPARKCLR_CLASSPATH:$SPARKCLR_DEBUGMODE_EXT_JARS"
Expand Down

0 comments on commit 5c6e7bc

Please sign in to comment.