You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Philipp Dallig (Jira)" <ji...@apache.org> on 2022/09/20 08:25:00 UTC

[jira] [Created] (ZEPPELIN-5824) Improve Checkstyle Integration

Philipp Dallig created ZEPPELIN-5824:
----------------------------------------

             Summary: Improve Checkstyle Integration
                 Key: ZEPPELIN-5824
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5824
             Project: Zeppelin
          Issue Type: Improvement
          Components: build
    Affects Versions: 0.10.1
            Reporter: Philipp Dallig


Currently Maven starts with a lot of warnings during startup. The main reason is the checkstyle plugin is not well configured.

Warnings during start. (text snippet)
{code}
2022-09-17T15:06:35.2292738Z [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ zeppelin ---
2022-09-17T15:06:35.3024746Z [INFO] Installing /home/runner/work/zeppelin/zeppelin/pom.xml to /home/runner/.m2/repository/org/apache/zeppelin/zeppelin/0.11.0-SNAPSHOT/zeppelin-0.11.0-SNAPSHOT.pom
2022-09-17T15:06:35.7243945Z [WARNING] Could not transfer metadata org.apache.zeppelin:zeppelin-common:0.11.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/apache/zeppelin/zeppelin-common/0.11.0-SNAPSHOT/maven-metadata.xml
2022-09-17T15:06:36.1587822Z [WARNING] org.apache.zeppelin:zeppelin-common:0.11.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.apache.zeppelin:zeppelin-common:0.11.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/apache/zeppelin/zeppelin-common/0.11.0-SNAPSHOT/maven-metadata.xml
2022-09-17T15:06:36.8887749Z [WARNING] Could not transfer metadata org.apache.zeppelin:zeppelin-interpreter:0.11.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/apache/zeppelin/zeppelin-interpreter/0.11.0-SNAPSHOT/maven-metadata.xml
2022-09-17T15:06:36.8964126Z [WARNING] org.apache.zeppelin:zeppelin-interpreter:0.11.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.apache.zeppelin:zeppelin-interpreter:0.11.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/apache/zeppelin/zeppelin-interpreter/0.11.0-SNAPSHOT/maven-metadata.xml
2022-09-17T15:06:36.9005157Z [WARNING] org.apache.zeppelin:zeppelin-common:0.11.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.apache.zeppelin:zeppelin-common:0.11.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/apache/zeppelin/zeppelin-common/0.11.0-SNAPSHOT/maven-metadata.xml
2022-09-17T15:06:36.9075252Z [WARNING] Could not transfer metadata org.apache.zeppelin:zeppelin-interpreter-shaded:0.11.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/apache/zeppelin/zeppelin-interpreter-shaded/0.11.0-SNAPSHOT/maven-metadata.xml
2022-09-17T15:06:36.9138916Z [WARNING] org.apache.zeppelin:zeppelin-interpreter-shaded:0.11.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.apache.zeppelin:zeppelin-interpreter-shaded:0.11.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/apache/zeppelin/zeppelin-interpreter-shaded/0.11.0-SNAPSHOT/maven-metadata.xml
2022-09-17T15:06:36.9179941Z [WARNING] org.apache.zeppelin:zeppelin-interpreter:0.11.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.apache.zeppelin:zeppelin-interpreter:0.11.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/apache/zeppelin/zeppelin-interpreter/0.11.0-SNAPSHOT/maven-metadata.xml
2022-09-17T15:06:36.9219198Z [WARNING] org.apache.zeppelin:zeppelin-common:0.11.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.apache.zeppelin:zeppelin-common:0.11.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/apache/zeppelin/zeppelin-common/0.11.0-SNAPSHOT/maven-metadata.xml
2022-09-17T15:06:40.5131468Z [WARNING] Could not transfer metadata org.apache.zeppelin:zeppelin-jupyter:0.11.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/apache/zeppelin/zeppelin-jupyter/0.11.0-SNAPSHOT/maven-metadata.xml
2022-09-17T15:06:42.0426729Z [WARNING] org.apache.zeppelin:zeppelin-common:0.11.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.apache.zeppelin:zeppelin-common:0.11.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/apache/zeppelin/zeppelin-common/0.11.0-SNAPSHOT/maven-metadata.xml
2022-09-17T15:06:42.0471133Z [WARNING] org.apache.zeppelin:zeppelin-interpreter:0.11.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.apache.zeppelin:zeppelin-interpreter:0.11.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/apache/zeppelin/zeppelin-interpreter/0.11.0-SNAPSHOT/maven-metadata.xml
2022-09-17T15:06:42.0527661Z [WARNING] org.apache.zeppelin:zeppelin-jupyter:0.11.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.apache.zeppelin:zeppelin-jupyter:0.11.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/apache/zeppelin/zeppelin-jupyter/0.11.0-SNAPSHOT/maven-metadata.xml
2022-09-17T15:06:43.0818377Z [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
2022-09-17T15:06:43.0825818Z [WARNING] o org.apache.zeppelin:zeppelin-jupyter:jar:0.11.0-SNAPSHOT (compile)
2022-09-17T15:06:43.0831349Z [WARNING] Try running the build up to the lifecycle phase "package"
...
{code}




--
This message was sent by Atlassian Jira
(v8.20.10#820010)