You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
building against the head of develop branch is broken commit sha 0e5829d2b7900d45d1a223e8bcd63f2af32089a1. However, building against the latest release tag 1.9.2 works. See the following error:
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Database Plugins 1.10.0-SNAPSHOT:
[INFO]
[INFO] Database Plugins ................................... SUCCESS [ 30.819 s]
[INFO] Database Commons ................................... FAILURE [ 41.360 s]
[INFO] Generic database plugin ............................ SKIPPED
[INFO] Mysql plugin ....................................... SKIPPED
[INFO] Maria DB plugin .................................... SKIPPED
[INFO] PostgreSQL plugin .................................. SKIPPED
[INFO] Microsoft SQL Server plugin ........................ SKIPPED
[INFO] Oracle plugin ...................................... SKIPPED
[INFO] IBM DB2 plugin ..................................... SKIPPED
[INFO] Netezza plugin ..................................... SKIPPED
[INFO] Aurora DB MySQL plugin ............................. SKIPPED
[INFO] Aurora DB PostgreSQL plugin ........................ SKIPPED
[INFO] Memsql plugin ...................................... SKIPPED
[INFO] SAP HANA plugin .................................... SKIPPED
[INFO] CloudSQL MySQL plugin .............................. SKIPPED
[INFO] CloudSQL PostgreSQL plugin ......................... SKIPPED
[INFO] Teradata plugin .................................... SKIPPED
[INFO] Generic database argument setter plugin ............ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:48 min
[INFO] Finished at: 2023-01-19T15:18:14-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) on project database-commons: Compilation failure: Compilation failure:
[ERROR] /Users/klxfeiyang/workspace/database-plugins/database-commons/src/main/java/io/cdap/plugin/db/connector/AbstractDBSpecificConnector.java:[36,28] package org.apache.hadoop.io does not exist
[ERROR] /Users/klxfeiyang/workspace/database-plugins/database-commons/src/main/java/io/cdap/plugin/db/connector/AbstractDBSpecificConnector.java:[37,35] package org.apache.hadoop.mapreduce does not exist
[ERROR] /Users/klxfeiyang/workspace/database-plugins/database-commons/src/main/java/io/cdap/plugin/db/connector/AbstractDBSpecificConnector.java:[38,42] package org.apache.hadoop.mapreduce.lib.db does not exist
The text was updated successfully, but these errors were encountered:
building against the head of
develop
branch is broken commit sha0e5829d2b7900d45d1a223e8bcd63f2af32089a1
. However, building against the latest release tag1.9.2
works. See the following error:The text was updated successfully, but these errors were encountered: