Skip to content

Commit

Permalink
Spark-3.3.2 porting
Browse files Browse the repository at this point in the history
  • Loading branch information
Egor Krivokon authored and ekrivokonmapr committed Nov 6, 2023
1 parent 1013175 commit c8569e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devops/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ pipeline {
sh """
rm -rf ${PROJECT}; git clone [email protected]:mapr/private-pkg.git ${PROJECT}; \
cd ${PROJECT}; \
git checkout MEP-9.0.0 ; \
git checkout MEP-9.1.1 ; \
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9 ; \
add-apt-repository 'deb https://cloud.r-project.org/bin/linux/ubuntu xenial-cran35/'
apt update ; \
Expand Down Expand Up @@ -149,7 +149,7 @@ pipeline {
sh """
rm -rf ${PROJECT}; git clone [email protected]:mapr/private-pkg.git ${PROJECT}; \
cd ${PROJECT}; \
git checkout MEP-9.0.0 ; \
git checkout MEP-9.1.1 ; \
sed -i 's/^mirrorlist/#mirrorlist/' /etc/yum.repos.d/CentOS-* ; \
sed -i 's/^#baseurl/baseurl/' /etc/yum.repos.d/CentOS-* ; \
sed -i 's/mirror.centos.org/vault.centos.org/' /etc/yum.repos.d/CentOS-* ; \
Expand Down

0 comments on commit c8569e9

Please sign in to comment.