skip to Main Content

zepplin mysql interpreter error, Cannot fetch dependencies for mysql:mysql-connector-java:5.1.38 – CentOS

when create new mysql interpreter into appache zepplin, error reported as question title. environment: linux centos 7.3 zepplin 0.8.2, bin package installed. maven 3.1 installed. create new mysql interpreter, according to official site step: https://zeppelin.apache.org/docs/0.8.2/interpreter/jdbc.html#mysql Properties ----------------------------------------------- Name Value default.driver…

VIEW QUESTION

spring-boot-maven-plugin:2.0.0.RELEASE:repackage failed: Unable to rename – CentOS

I use command: mvn package to package my project, and the pom.xml as follows: <build> <defaultGoal>compile</defaultGoal> <resources> <resource> <directory>src/main/resources</directory> </resource> </resources> <plugins> <plugin> <artifactId>maven-assembly-plugin</artifactId> <configuration> <descriptorRefs> <descriptorRef>jar-with-dependencies</descriptorRef> </descriptorRefs> <archive> <manifest> <mainClass/> </manifest> </archive> </configuration> <executions> <execution> <id>make-assembly</id> <phase>package</phase> <goals> <goal>single</goal>…

VIEW QUESTION
Back To Top
Search