Armadik commented on PR #4691: URL: https://github.com/apache/zeppelin/pull/4691#issuecomment-2128682245
I see an error when running the **zeppelin.sh** script **Ubuntu 22.04.4 LTS** `apt update apt install -y curl git maven openjdk-11-jdk wget https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.6.3/apache-maven-3.6.3-bin.tar.gz sudo tar -zxf apache-maven-3.6.3-bin.tar.gz -C /usr/local/ sudo ln -s /usr/local/apache-maven-3.6.3/bin/mvn /usr/local/bin/mvn cd Documents/ git clone https://github.com/apache/zeppelin.git cd zeppelin/ ls export MAVEN_OPTS="-Xms1024M -Xmx4096M -XX:MaxMetaspaceSize=1024m -XX:-UseGCOverheadLimit -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=war" ./mvnw -B package -DskipTests -Pbuild-distr -Pspark-3.3 -Pinclude-hadoop -Phadoop3 -Pspark-scala-2.12 -Pweb-angular -Pweb-dist -pl '!groovy,!submarine,!flink,!cassandra,!jdbc,!bigquery,!alluxio,!mongodb,!neo4j' -am --no-transfer-progress ` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
