File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
<package xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
3
3
<metadata >
4
4
<id >Microsoft.SparkCLR</id >
5
- <version >1.6.100 </version >
5
+ <version >1.6.101-PREVIEW1 </version >
6
6
<authors >Microsoft Corporation</authors >
7
7
<owners >Microsoft Corporation</owners >
8
8
<licenseUrl >https://github.com/Microsoft/Mobius/blob/master/LICENSE</licenseUrl >
Original file line number Diff line number Diff line change 2
2
<modelVersion >4.0.0</modelVersion >
3
3
<groupId >com.microsoft.sparkclr</groupId >
4
4
<artifactId >spark-clr_2.10</artifactId >
5
- <version >1.6.100 </version >
5
+ <version >1.6.101-PREVIEW1 </version >
6
6
<name >Mobius Project</name >
7
7
<description >C# language binding and extensions to Apache Spark</description >
8
8
<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" (
36
36
exit /b 1
37
37
)
38
38
39
- if not defined SPARKCLR_JAR (set SPARKCLR_JAR=spark-clr_2.10-1.6.100 .jar)
39
+ if not defined SPARKCLR_JAR (set SPARKCLR_JAR=spark-clr_2.10-1.6.101-PREVIEW1 .jar)
40
40
echo SPARKCLR_JAR=%SPARKCLR_JAR%
41
41
set SPARKCLR_CLASSPATH = %SPARKCLR_HOME% \lib\%SPARKCLR_JAR%
42
42
REM 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 54
54
exit 1
55
55
fi
56
56
57
- export SPARKCLR_JAR=spark-clr_2.10-1.6.100 .jar
57
+ export SPARKCLR_JAR=spark-clr_2.10-1.6.101-PREVIEW1 .jar
58
58
export SPARKCLR_CLASSPATH=" $SPARKCLR_HOME /lib/$SPARKCLR_JAR "
59
59
# SPARKCLR_DEBUGMODE_EXT_JARS environment variable is used to specify external dependencies to use in debug mode
60
60
[ ! " $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