From c8725174c32e7b88130ca6e5231da4d6aa7ca14d Mon Sep 17 00:00:00 2001 From: Adam Binford Date: Tue, 2 Jul 2024 16:09:32 +0000 Subject: [PATCH] Remove connect from build, breaks things and doesn't actually include avro --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d0d413286954a..936d922924b65 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,7 +34,7 @@ variables: - apt-get update - apt-get install -y curl git python3 python3-pip openjdk-8-jdk-headless - ./dev/change-scala-version.sh $SCALA_VERSION - - ./dev/make-distribution.sh --name $BUILD_NAME-$SCALA_VERSION --pip --tgz -Phive -Phive-thriftserver -Phadoop-provided -Pyarn -Pconnect -Phadoop-cloud -Pscala-$SCALA_VERSION -Dhadoop.version=$HADOOP_VERSION + - ./dev/make-distribution.sh --name $BUILD_NAME-$SCALA_VERSION --pip --tgz -Phive -Phive-thriftserver -Phadoop-provided -Pyarn -Phadoop-cloud -Pscala-$SCALA_VERSION -Dhadoop.version=$HADOOP_VERSION artifacts: paths: - spark-$SPARK_VERSION-bin-$BUILD_NAME-$SCALA_VERSION.tgz