Kengo Seki created ZEPPELIN-5451:
------------------------------------
Summary: Fix the repository URL for downloading Pty4J
Key: ZEPPELIN-5451
URL: https://issues.apache.org/jira/browse/ZEPPELIN-5451
Project: Zeppelin
Issue Type: Bug
Components: shell
Reporter: Kengo Seki
Currently building Zeppelin fails as follows, probably due to the Bintray
shutdown.
{code}
$ mvn clean package -DskipTests
...
[INFO] -----------------< org.apache.zeppelin:zeppelin-shell >-----------------
[INFO] Building Zeppelin: Shell interpreter 0.10.0-SNAPSHOT [27/83]
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from jetbrains-pty4j:
https://dl.bintray.com/jetbrains/pty4j/org/jetbrains/pty4j/pty4j/0.9.3/pty4j-0.9.3.pom
Downloading from central:
https://repo.maven.apache.org/maven2/org/jetbrains/pty4j/pty4j/0.9.3/pty4j-0.9.3.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Zeppelin 0.10.0-SNAPSHOT:
[INFO]
[INFO] Zeppelin ........................................... SUCCESS [ 3.676 s]
[INFO] Zeppelin: Common ................................... SUCCESS [ 2.080 s]
[INFO] Zeppelin: Interpreter .............................. SUCCESS [ 7.346 s]
[INFO] Zeppelin: Interpreter Shaded ....................... SUCCESS [ 30.409 s]
[INFO] Zeppelin: Interpreter Parent ....................... SUCCESS [ 0.996 s]
[INFO] Zeppelin: Markdown interpreter ..................... SUCCESS [ 19.567 s]
[INFO] Zeppelin: Jupyter Support .......................... SUCCESS [ 1.167 s]
[INFO] Zeppelin: Zengine .................................. SUCCESS [ 9.336 s]
[INFO] Zeppelin: Display system apis ...................... SUCCESS [ 9.687 s]
[INFO] Zeppelin: Jupyter Interpreter ...................... SUCCESS [ 6.111 s]
[INFO] Zeppelin: Jupyter Interpreter Shaded ............... SUCCESS [ 2.673 s]
[INFO] Zeppelin: R ........................................ SUCCESS [01:39 min]
[INFO] Zeppelin: Kotlin interpreter ....................... SUCCESS [ 4.282 s]
[INFO] Zeppelin: Groovy interpreter ....................... SUCCESS [ 1.471 s]
[INFO] Zeppelin: Spark Parent ............................. SUCCESS [ 0.828 s]
[INFO] Zeppelin: Spark Shims .............................. SUCCESS [ 1.007 s]
[INFO] Zeppelin: Spark1 Shims ............................. SUCCESS [ 2.261 s]
[INFO] Zeppelin: Spark2 Shims ............................. SUCCESS [ 2.603 s]
[INFO] Zeppelin: Spark3 Shims ............................. SUCCESS [ 24.497 s]
[INFO] Zeppelin: Python interpreter ....................... SUCCESS [ 2.649 s]
[INFO] Zeppelin: Spark Interpreter ........................ SUCCESS [ 22.343 s]
[INFO] Zeppelin: Spark Scala Parent ....................... SUCCESS [ 1.211 s]
[INFO] Zeppelin: Spark Interpreter Scala_2.10 ............. SUCCESS [ 7.293 s]
[INFO] Zeppelin: Spark Interpreter Scala_2.11 ............. SUCCESS [ 7.426 s]
[INFO] Zeppelin: Spark Interpreter Scala_2.12 ............. SUCCESS [ 7.384 s]
[INFO] Zeppelin: Spark dependencies ....................... SUCCESS [ 16.455 s]
[INFO] Zeppelin: Shell interpreter ........................ FAILURE [ 0.705 s]
[INFO] Zeppelin: Spark-Submit interpreter ................. SKIPPED
[INFO] Zeppelin: Submarine interpreter .................... SKIPPED
[INFO] Zeppelin: MongoDB interpreter ...................... SKIPPED
[INFO] Zeppelin: Angular interpreter ...................... SKIPPED
[INFO] Zeppelin: Livy interpreter ......................... SKIPPED
[INFO] Zeppelin: HBase interpreter ........................ SKIPPED
[INFO] Zeppelin: Apache Pig Interpreter ................... SKIPPED
[INFO] Zeppelin: JDBC interpreter ......................... SKIPPED
[INFO] Zeppelin: File System Interpreters ................. SKIPPED
[INFO] Zeppelin: Flink Parent ............................. SKIPPED
[INFO] Zeppelin: Flink Shims .............................. SKIPPED
[INFO] Zeppelin: Flink1.10 Shims .......................... SKIPPED
[INFO] Zeppelin: Flink1.11 Shims .......................... SKIPPED
[INFO] Zeppelin: Flink1.12 Shims .......................... SKIPPED
[INFO] Zeppelin: Flink1.13 Shims .......................... SKIPPED
[INFO] Zeppelin: Flink Scala Parent ....................... SKIPPED
[INFO] Zeppelin: Flink Interpreter Scala_2.11 ............. SKIPPED
[INFO] Zeppelin: Flink Interpreter Scala_2.12 ............. SKIPPED
[INFO] Zeppelin: Flink-Cmd interpreter .................... SKIPPED
[INFO] Zeppelin: Apache Ignite interpreter ................ SKIPPED
[INFO] Zeppelin: InfluxDB interpreter ..................... SKIPPED
[INFO] Zeppelin: Kylin interpreter ........................ SKIPPED
[INFO] Zeppelin: Lens interpreter ......................... SKIPPED
[INFO] Zeppelin: Apache Cassandra interpreter ............. SKIPPED
[INFO] Zeppelin: Elasticsearch interpreter ................ SKIPPED
[INFO] Zeppelin: BigQuery interpreter ..................... SKIPPED
[INFO] Zeppelin: Alluxio interpreter ...................... SKIPPED
[INFO] Zeppelin: Scio ..................................... SKIPPED
[INFO] Zeppelin: Neo4j interpreter ........................ SKIPPED
[INFO] Zeppelin: Sap ...................................... SKIPPED
[INFO] Zeppelin: Scalding interpreter ..................... SKIPPED
[INFO] Zeppelin: Java interpreter ......................... SKIPPED
[INFO] Zeppelin: Beam interpreter ......................... SKIPPED
[INFO] Zeppelin: Hazelcast Jet interpreter ................ SKIPPED
[INFO] Zeppelin: Apache Geode interpreter ................. SKIPPED
[INFO] Zeppelin: Kafka SQL interpreter .................... SKIPPED
[INFO] Zeppelin: Sparql interpreter ....................... SKIPPED
[INFO] Zeppelin: Client ................................... SKIPPED
[INFO] Zeppelin: Client Examples .......................... SKIPPED
[INFO] Zeppelin: web Application .......................... SKIPPED
[INFO] Zeppelin: Server ................................... SKIPPED
[INFO] Zeppelin: Plugins Parent ........................... SKIPPED
[INFO] Zeppelin: Plugin S3NotebookRepo .................... SKIPPED
[INFO] Zeppelin: Plugin GitHubNotebookRepo ................ SKIPPED
[INFO] Zeppelin: Plugin AzureNotebookRepo ................. SKIPPED
[INFO] Zeppelin: Plugin GCSNotebookRepo ................... SKIPPED
[INFO] Zeppelin: Plugin ZeppelinHubRepo ................... SKIPPED
[INFO] Zeppelin: Plugin FileSystemNotebookRepo ............ SKIPPED
[INFO] Zeppelin: Plugin MongoNotebookRepo ................. SKIPPED
[INFO] Zeppelin: Plugin OSSNotebookRepo ................... SKIPPED
[INFO] Zeppelin: Plugin Kubernetes StandardLauncher ....... SKIPPED
[INFO] Zeppelin: Plugin Flink Launcher .................... SKIPPED
[INFO] Zeppelin: Plugin Docker Launcher ................... SKIPPED
[INFO] Zeppelin: Plugin Cluster Launcher .................. SKIPPED
[INFO] Zeppelin: Plugin Yarn Launcher ..................... SKIPPED
[INFO] Zeppelin: Packaging distribution ................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 04:55 min
[INFO] Finished at: 2021-07-07T08:23:27+09:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project zeppelin-shell: Could not resolve
dependencies for project
org.apache.zeppelin:zeppelin-shell:jar:0.10.0-SNAPSHOT: Failed to collect
dependencies at org.jetbrains.pty4j:pty4j:jar:0.9.3: Failed to read artifact
descriptor for org.jetbrains.pty4j:pty4j:jar:0.9.3: Could not transfer artifact
org.jetbrains.pty4j:pty4j:pom:0.9.3 from/to jetbrains-pty4j
(https://dl.bintray.com/jetbrains/pty4j/): Authorization failed for
https://dl.bintray.com/jetbrains/pty4j/org/jetbrains/pty4j/pty4j/0.9.3/pty4j-0.9.3.pom
403 Forbidden -> [Help 1]
{code}
According to the following comment, we can use a repository owned by Jetbrains
instead as of now.
https://github.com/JetBrains/pty4j/issues/34#issuecomment-851216993
--
This message was sent by Atlassian Jira
(v8.3.4#803005)