Skip to content

Commit

Permalink
Merge branch 'main' into main-v2312-release
Browse files Browse the repository at this point in the history
  • Loading branch information
SurajAralihalli authored Dec 18, 2023
2 parents 693135e + 3db9820 commit 9eec316
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/ML+DL-Examples/Spark-cuML/pca/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
<dependency>
<groupId>com.nvidia</groupId>
<artifactId>rapids-4-spark-ml_2.12</artifactId>
<version>22.02.0</version>
<!--The last rapids-4-spark-ml release version is 22.02.0, snapshot version is 23.04.0-SNPASHOT! Please do not update the version-->
<version>22.02.0</version>
</dependency>
</dependencies>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ else
# more lineant configuration, else it will set them to 1 as spurious task failures are not expected
# for Spark 3.1.1+
VERSION_STRING=`$SPARK_HOME/bin/pyspark --version 2>&1|grep -v Scala|awk '/version\ [0-9.]+/{print $NF}'`
VERSION_STRING="${VERSION_STRING/-SNAPSHOT/}"
VERSION_STRING="${VERSION_STRING//}"
[[ -z $VERSION_STRING ]] && { echo "Unable to detect the Spark version at $SPARK_HOME"; exit 1; }
[[ -z $SPARK_SHIM_VER ]] && { SPARK_SHIM_VER="spark${VERSION_STRING//./}"; }

Expand Down
2 changes: 1 addition & 1 deletion examples/XGBoost-Examples/agaricus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>sample_xgboost_examples</artifactId>
<groupId>com.nvidia</groupId>
<version>0.2.3-SNAPSHOT</version>
<version>0.2.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion examples/XGBoost-Examples/aggregator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>sample_xgboost_examples</artifactId>
<groupId>com.nvidia</groupId>
<version>0.2.3-SNAPSHOT</version>
<version>0.2.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion examples/XGBoost-Examples/mortgage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>sample_xgboost_examples</artifactId>
<groupId>com.nvidia</groupId>
<version>0.2.3-SNAPSHOT</version>
<version>0.2.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion examples/XGBoost-Examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<module>aggregator</module>
</modules>

<version>0.2.3-SNAPSHOT</version>
<version>0.2.3</version>
<name>sample_xgboost_apps</name>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion examples/XGBoost-Examples/taxi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>sample_xgboost_examples</artifactId>
<groupId>com.nvidia</groupId>
<version>0.2.3-SNAPSHOT</version>
<version>0.2.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion examples/XGBoost-Examples/utility/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>sample_xgboost_examples</artifactId>
<groupId>com.nvidia</groupId>
<version>0.2.3-SNAPSHOT</version>
<version>0.2.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 9eec316

Please sign in to comment.