Skip to content

Commit

Permalink
Improve deploy log in Spark 3.1.2 (apache#889)
Browse files Browse the repository at this point in the history
  • Loading branch information
idzikovskyi authored and ekrivokonmapr committed Nov 6, 2023
1 parent f1046eb commit 4145b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devops/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ pipeline {
-v ${WORKSPACE}/settings-deploy.xml:/root/.m2/settings.xml:ro") {
sh """
yum install -y R ; \
./build/mvn deploy -Pyarn,mesos,hadoop-provided,scala-2.12,hive,hive-thriftserver,sparkr,flume -Dskip-kafka-0-8 -DskipTests=True -Dscalastyle.skip=true -Dcheckstyle.skip=true -Dscalastyle.failOnViolation=false -Dscalatest.testFailureIgnore=true -DaltDeploymentRepository=mapr-snapshots::default::${MAPR_MAVEN_REPO};
./build/mvn -B deploy -Pyarn,mesos,hadoop-provided,scala-2.12,hive,hive-thriftserver,sparkr,flume -Dskip-kafka-0-8 -DskipTests=True -Dscalastyle.skip=true -Dcheckstyle.skip=true -Dscalastyle.failOnViolation=false -Dscalatest.testFailureIgnore=true -DaltDeploymentRepository=mapr-snapshots::default::${MAPR_MAVEN_REPO};
"""
}
}
Expand Down

0 comments on commit 4145b80

Please sign in to comment.