AlbericByte opened a new issue, #15663: URL: https://github.com/apache/druid/issues/15663
Please provide a detailed title (e.g. "Broker crashes when using TopN query with Bound filter" instead of just "Broker crashes"). ### Affected Version The master branch ### Description Using following command to trigger integration test ``` mvn verify -P integration-tests ``` there is following error: ``` ERROR: failed to solve: process "/bin/sh -c if [ \"$MYSQL_DRIVER_CLASSNAME\" = \"com.mysql.jdbc.Driver\" ] ; then wget -q \"https://repo1.maven.org/maven2/mysql/mysql-connector-java/$MYSQL_VERSION/mysql-connector-java-$MYSQL_VERSION.jar\" -O /usr/local/druid/lib/mysql-connector-java.jar; elif [ \"$MYSQL_DRIVER_CLASSNAME\" = \"org.mariadb.jdbc.Driver\" ] ; then wget -q \"https://repo1.maven.org/maven2/org/mariadb/jdbc/mariadb-java-client/$MARIA_VERSION/mariadb-java-client-$MARIA_VERSION.jar\" -O /usr/local/druid/lib/mysql-connector-java.jar; fi" did not complete successfully: exit code: 5 [ERROR] Command execution failed. org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1) ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
