chunjun icon indicating copy to clipboard operation
chunjun copied to clipboard

inceptor connector can't compile

Open wcmolin opened this issue 2 years ago • 0 comments

Describe the bug I want to use the inceptor connector, run the following command to compile and get the following error

$ mvn clean package -DskipTests -P tdh

error:

...
[INFO] ChunJun : Dirty : Mysql ............................ SUCCESS [  1.261 s]
[INFO] ChunJun : Restore .................................. SUCCESS [  0.062 s]
[INFO] ChunJun : Restore : Common ......................... SUCCESS [  0.909 s]
[INFO] ChunJun : Restore : MySQL .......................... SUCCESS [ 16.830 s]
[INFO] ChunJun : SQL ...................................... SUCCESS [  0.163 s]
[INFO] ChunJun : DDL : SQL ................................ SUCCESS [ 23.524 s]
[INFO] ChunJun : Assembly ................................. SUCCESS [ 49.592 s]
[INFO] ChunJun : Connectors : Inceptor .................... FAILURE [  6.156 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 05:41 min
[INFO] Finished at: 2022-06-22T13:51:22+08:00
[INFO] Final Memory: 201M/1043M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project chunjun-connector-inceptor: Could not resolve dependencies for project com.dtstack.chunjun:chunjun-connector-inceptor:jar:1.12-SNAPSHOT: The following artifacts could not be resolved: org.apache.hive:inceptor-serde:jar:8.0.1, org.apache.hive:inceptor-exec:jar:8.0.1, org.apache.hive:inceptor-metastore:jar:8.0.1, org.apache.hive:inceptor-streaming:jar:3.1.3: Could not find artifact org.apache.hive:inceptor-serde:jar:8.0.1 in dtstack-github (https://github.com/dtstack/maven-repository/raw/master/) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :chunjun-connector-inceptor

I searched for the relevant jars in this chunjun/jars directory and did not find any.

wcmolin avatar Jun 22 '22 05:06 wcmolin