You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by GitBox <gi...@apache.org> on 2020/11/10 06:56:30 UTC

[GitHub] [bigtop] sekikn commented on pull request #693: BIGTOP-3444. Bump Hadoop to 2.10.1.

sekikn commented on pull request #693:
URL: https://github.com/apache/bigtop/pull/693#issuecomment-724503707


   @iwasakims I also tested if other packages can be built with Hadoop 2.10.1. Most packages were successfully built, but only Zeppelin failed with the following error.
   
   ```
   vagrant@debian9:~/bigtop$ ./gradlew zeppelin-clean zeppelin-pkg
   
   (snip)
   
   [INFO] -------------------------------------------------------------
   [ERROR] COMPILATION ERROR : 
   [INFO] -------------------------------------------------------------
   [ERROR] /home/vagrant/bigtop/output/zeppelin/zeppelin-0.8.2/zeppelin-zengine/src/main/java/org/apache/zeppelin/notebook/repo/AzureNotebookRepo.java:[171,25] unreported exception java.net.URISyntaxException; must be caught or declared to be thrown
   [ERROR] /home/vagrant/bigtop/output/zeppelin/zeppelin-0.8.2/zeppelin-zengine/src/main/java/org/apache/zeppelin/notebook/repo/AzureNotebookRepo.java:[175,26] unreported exception java.net.URISyntaxException; must be caught or declared to be thrown
   [INFO] 2 errors 
   [INFO] -------------------------------------------------------------
   [INFO] ------------------------------------------------------------------------
   [INFO] Reactor Summary:
   [INFO] 
   [INFO] Zeppelin 0.8.2 ..................................... SUCCESS [  7.239 s]
   [INFO] Zeppelin: Interpreter Parent ....................... SUCCESS [  1.467 s]
   [INFO] Zeppelin: Interpreter .............................. SUCCESS [ 16.500 s]
   [INFO] Zeppelin: Zengine .................................. FAILURE [ 17.591 s]
   [INFO] Zeppelin: Display system apis ...................... SKIPPED
   [INFO] Zeppelin: Groovy interpreter ....................... SKIPPED
   [INFO] Zeppelin: Spark Scala Parent ....................... SKIPPED
   [INFO] Zeppelin: Spark Interpreter Scala_2.10 ............. SKIPPED
   [INFO] Zeppelin: Spark Interpreter Scala_2.11 ............. SKIPPED
   [INFO] Zeppelin: Spark Parent ............................. SKIPPED
   [INFO] Zeppelin: Spark Shims .............................. SKIPPED
   [INFO] Zeppelin: Spark1 Shims ............................. SKIPPED
   [INFO] Zeppelin: Spark2 Shims ............................. SKIPPED
   [INFO] Zeppelin: Python interpreter ....................... SKIPPED
   [INFO] Zeppelin: Spark Interpreter ........................ SKIPPED
   [INFO] Zeppelin: Spark dependencies ....................... SKIPPED
   [INFO] Zeppelin: Markdown interpreter ..................... SKIPPED
   [INFO] Zeppelin: Angular interpreter ...................... SKIPPED
   [INFO] Zeppelin: Shell 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 .................................... SKIPPED
   [INFO] Zeppelin: Apache Ignite 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: web Application .......................... SKIPPED
   [INFO] Zeppelin: Server ................................... SKIPPED
   [INFO] Zeppelin: Jupyter Support .......................... SKIPPED
   [INFO] Zeppelin: Packaging distribution ................... SKIPPED
   [INFO] Zeppelin: R Interpreter 0.8.2 ...................... SKIPPED
   [INFO] ------------------------------------------------------------------------
   [INFO] BUILD FAILURE
   [INFO] ------------------------------------------------------------------------
   [INFO] Total time: 44.913 s
   [INFO] Finished at: 2020-11-09T22:22:45-08:00
   [INFO] ------------------------------------------------------------------------
   ```
   
   It may be my environmental problem, so would you examine if it's reproducable to you?


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org