File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22<package xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
33 <metadata >
44 <id >Microsoft.SparkCLR</id >
5- <version >1.6.200-SNAPSHOT </version >
5+ <version >1.6.200-PREVIEW-1 </version >
66 <authors >Microsoft Corporation</authors >
77 <owners >Microsoft Corporation</owners >
88 <licenseUrl >https://github.com/Microsoft/Mobius/blob/master/LICENSE</licenseUrl >
Original file line number Diff line number Diff line change 22 <modelVersion >4.0.0</modelVersion >
33 <groupId >com.microsoft.sparkclr</groupId >
44 <artifactId >spark-clr_2.10</artifactId >
5- <version >1.6.200-SNAPSHOT </version >
5+ <version >1.6.200-PREVIEW-1 </version >
66 <name >Mobius Project</name >
77 <description >C# language binding and extensions to Apache Spark</description >
88 <url >https://github.com/Microsoft/Mobius</url >
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ if "%SPARK_ASSEMBLY_JAR%"=="0" (
3636 exit /b 1
3737)
3838
39- if not defined SPARKCLR_JAR (set SPARKCLR_JAR=spark-clr_2.10-1.6.200-SNAPSHOT .jar)
39+ if not defined SPARKCLR_JAR (set SPARKCLR_JAR=spark-clr_2.10-1.6.200-PREVIEW-1 .jar)
4040echo SPARKCLR_JAR=%SPARKCLR_JAR%
4141set SPARKCLR_CLASSPATH = %SPARKCLR_HOME% \lib\%SPARKCLR_JAR%
4242REM SPARKCLR_DEBUGMODE_EXT_JARS environment variable is used to specify external dependencies to use in debug mode
Original file line number Diff line number Diff line change 5454 exit 1
5555fi
5656
57- export SPARKCLR_JAR=spark-clr_2.10-1.6.200-SNAPSHOT .jar
57+ export SPARKCLR_JAR=spark-clr_2.10-1.6.200-PREVIEW-1 .jar
5858export SPARKCLR_CLASSPATH=" $SPARKCLR_HOME /lib/$SPARKCLR_JAR "
5959# SPARKCLR_DEBUGMODE_EXT_JARS environment variable is used to specify external dependencies to use in debug mode
6060[ ! " $SPARKCLR_DEBUGMODE_EXT_JARS " = " " ] && export SPARKCLR_CLASSPATH=" $SPARKCLR_CLASSPATH :$SPARKCLR_DEBUGMODE_EXT_JARS "
You can’t perform that action at this time.
0 commit comments