-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add spark2.4.6 to maven-publish-scala (#5138)
* add spark2.4.6 build with maven * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update
- Loading branch information
1 parent
ed5256f
commit aa7a6b1
Showing
1 changed file
with
61 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ jobs: | |
uses: stCarolas/[email protected] | ||
with: | ||
maven-version: 3.8.2 | ||
|
||
- name: Set up Maven Settings | ||
uses: s4u/[email protected] | ||
with: | ||
|
@@ -69,7 +69,18 @@ jobs: | |
- name: Build with Maven | ||
run: | | ||
ls | ||
cat ~/.m2/settings.xml | ||
#spark3.1.2 | ||
cp scala/pom.xml scala/pom.xml.origin | ||
cp scala/common/spark-version/pom.xml scala/common/spark-version/pom.xml.origin | ||
cp scala/common/spark-version/3.0/pom.xml scala/common/spark-version/3.0/pom.xml.origin | ||
cp scala/dllib/pom.xml scala/dllib/pom.xml.origin | ||
cp scala/orca/pom.xml scala/orca/pom.xml.origin | ||
cp scala/friesian/pom.xml scala/friesian/pom.xml.origin | ||
cp scala/grpc/pom.xml scala/grpc/pom.xml.origin | ||
cp scala/serving/pom.xml scala/serving/pom.xml.origin | ||
cp scala/ppml/pom.xml scala/ppml/pom.xml.origin | ||
cp scala/assembly/pom.xml scala/assembly/pom.xml.origin | ||
sed -i 's/<artifactId>${spark-version.project}<\/artifactId>/<artifactId>${spark-version.project}-${SPARK_PLATFORM}<\/artifactId>/' scala/dllib/pom.xml | ||
sed -i 's/<artifactId>3.0<\/artifactId>/<artifactId>3.0-${SPARK_PLATFORM}<\/artifactId>/' scala/common/spark-version/3.0/pom.xml | ||
sed -i 's/<artifactId>bigdl-parent-spark_${spark.version}<\/artifactId>/<artifactId>bigdl-parent-spark_3.1.2<\/artifactId>/' scala/pom.xml | ||
|
@@ -83,6 +94,54 @@ jobs: | |
sed -i 's/<artifactId>bigdl-parent-spark_${spark.version}<\/artifactId>/<artifactId>bigdl-parent-spark_3.1.2<\/artifactId>/' scala/ppml/pom.xml | ||
sed -i 's/<artifactId>bigdl-parent-spark_${spark.version}<\/artifactId>/<artifactId>bigdl-parent-spark_3.1.2<\/artifactId>/' scala/assembly/pom.xml | ||
mvn -Dhttp.proxyHost=${{ secrets.HTTP_PROXY_HOST_2 }} -Dhttp.proxyPort=${{ secrets.HTTP_PROXY_PORT_2 }} -Dhttps.proxyHost=${{ secrets.HTTP_PROXY_HOST_2 }} -Dhttps.proxyPort=${{ secrets.HTTP_PROXY_PORT_3 }} clean deploy -DskipTests -Dspark.version=3.1.2 -DSPARK_PLATFORM=SPARK_3.1 -P spark_3.x --file scala/pom.xml | ||
mv scala/pom.xml.origin scala/pom.xml | ||
mv scala/common/spark-version/pom.xml.origin scala/common/spark-version/pom.xml | ||
mv scala/common/spark-version/3.0/pom.xml.origin scala/common/spark-version/3.0/pom.xml | ||
mv scala/dllib/pom.xml.origin scala/dllib/pom.xml | ||
mv scala/orca/pom.xml.origin scala/orca/pom.xml | ||
mv scala/friesian/pom.xml.origin scala/friesian/pom.xml | ||
mv scala/grpc/pom.xml.origin scala/grpc/pom.xml | ||
mv scala/serving/pom.xml.origin scala/serving/pom.xml | ||
mv scala/ppml/pom.xml.origin scala/ppml/pom.xml | ||
mv scala/assembly/pom.xml.origin scala/assembly/pom.xml | ||
#spark2.4.6 | ||
cp scala/pom.xml scala/pom.xml.origin | ||
cp scala/common/spark-version/pom.xml scala/common/spark-version/pom.xml.origin | ||
cp scala/common/spark-version/2.0/pom.xml scala/common/spark-version/2.0/pom.xml.origin | ||
cp scala/dllib/pom.xml scala/dllib/pom.xml.origin | ||
cp scala/orca/pom.xml scala/orca/pom.xml.origin | ||
cp scala/friesian/pom.xml scala/friesian/pom.xml.origin | ||
cp scala/grpc/pom.xml scala/grpc/pom.xml.origin | ||
cp scala/serving/pom.xml scala/serving/pom.xml.origin | ||
cp scala/ppml/pom.xml scala/ppml/pom.xml.origin | ||
cp scala/assembly/pom.xml scala/assembly/pom.xml.origin | ||
sed -i 's/<artifactId>${spark-version.project}<\/artifactId>/<artifactId>${spark-version.project}-${SPARK_PLATFORM}<\/artifactId>/' scala/dllib/pom.xml | ||
sed -i 's/<artifactId>2.0<\/artifactId>/<artifactId>2.0-${SPARK_PLATFORM}<\/artifactId>/' scala/common/spark-version/2.0/pom.xml | ||
sed -i 's/<artifactId>bigdl-parent-spark_${spark.version}<\/artifactId>/<artifactId>bigdl-parent-spark_2.4.6<\/artifactId>/' scala/pom.xml | ||
sed -i 's/<artifactId>bigdl-parent-spark_${spark.version}<\/artifactId>/<artifactId>bigdl-parent-spark_2.4.6<\/artifactId>/' scala/common/spark-version/pom.xml | ||
sed -i 's/<artifactId>bigdl-parent-spark_${spark.version}<\/artifactId>/<artifactId>bigdl-parent-spark_2.4.6<\/artifactId>/' scala/common/spark-version/2.0/pom.xml | ||
sed -i 's/<artifactId>bigdl-parent-spark_${spark.version}<\/artifactId>/<artifactId>bigdl-parent-spark_2.4.6<\/artifactId>/' scala/dllib/pom.xml | ||
sed -i 's/<artifactId>bigdl-parent-spark_${spark.version}<\/artifactId>/<artifactId>bigdl-parent-spark_2.4.6<\/artifactId>/' scala/orca/pom.xml | ||
sed -i 's/<artifactId>bigdl-parent-spark_${spark.version}<\/artifactId>/<artifactId>bigdl-parent-spark_2.4.6<\/artifactId>/' scala/friesian/pom.xml | ||
sed -i 's/<artifactId>bigdl-parent-spark_${spark.version}<\/artifactId>/<artifactId>bigdl-parent-spark_2.4.6<\/artifactId>/' scala/grpc/pom.xml | ||
sed -i 's/<artifactId>bigdl-parent-spark_${spark.version}<\/artifactId>/<artifactId>bigdl-parent-spark_2.4.6<\/artifactId>/' scala/serving/pom.xml | ||
sed -i 's/<artifactId>bigdl-parent-spark_${spark.version}<\/artifactId>/<artifactId>bigdl-parent-spark_2.4.6<\/artifactId>/' scala/ppml/pom.xml | ||
sed -i 's/<artifactId>bigdl-parent-spark_${spark.version}<\/artifactId>/<artifactId>bigdl-parent-spark_2.4.6<\/artifactId>/' scala/assembly/pom.xml | ||
mvn -Dhttp.proxyHost=${{ secrets.HTTP_PROXY_HOST_2 }} -Dhttp.proxyPort=${{ secrets.HTTP_PROXY_PORT_2 }} -Dhttps.proxyHost=${{ secrets.HTTP_PROXY_HOST_2 }} -Dhttps.proxyPort=${{ secrets.HTTP_PROXY_PORT_3 }} clean deploy -DskipTests -Dspark.version=2.4.6 -DSPARK_PLATFORM=SPARK_2.4 -P spark_2.x --file scala/pom.xml | ||
mv scala/pom.xml.origin scala/pom.xml | ||
mv scala/common/spark-version/pom.xml.origin scala/common/spark-version/pom.xml | ||
mv scala/common/spark-version/2.0/pom.xml.origin scala/common/spark-version/2.0/pom.xml | ||
mv scala/dllib/pom.xml.origin scala/dllib/pom.xml | ||
mv scala/orca/pom.xml.origin scala/orca/pom.xml | ||
mv scala/friesian/pom.xml.origin scala/friesian/pom.xml | ||
mv scala/grpc/pom.xml.origin scala/grpc/pom.xml | ||
mv scala/serving/pom.xml.origin scala/serving/pom.xml | ||
mv scala/ppml/pom.xml.origin scala/ppml/pom.xml | ||
mv scala/assembly/pom.xml.origin scala/assembly/pom.xml | ||
|
||
|
||
# - name: Publish to GitHub Packages Apache Maven | ||
# run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml | ||
|