Skip to content

Commit

Permalink
version update for preview release
Browse files Browse the repository at this point in the history
  • Loading branch information
skaarthik authored Aug 24, 2016
1 parent cec7737 commit 23d917f
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>1.6.200-SNAPSHOT</version>
<version>2.0.000-PREVIEW-1</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-SNAPSHOT</version>
<version>2.0.000-PREVIEW-1</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 @@ -36,7 +36,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-SNAPSHOT.jar)
if not defined SPARKCLR_JAR (set SPARKCLR_JAR=spark-clr_2.11-2.0.000-PREVIEW-1.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 @@ -52,7 +52,7 @@ fi

export SPARK_JARS_CLASSPATH="$SPARK_JARS_DIR\*"

export SPARKCLR_JAR=spark-clr_2.11-2.0.000-SNAPSHOT.jar
export SPARKCLR_JAR=spark-clr_2.11-2.0.000-PREVIEW-1.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 23d917f

Please sign in to comment.