单独编译clickhouse 需要datax-example下的包吗,拿不到依赖的包
- Dominant language
- Java
- Stars
- 17.4k
- Forks
- 5.7k
- PR merge metrics
- No merged PRs in 30d
Description
[WARNING] The POM for com.alibaba.datax:streamwriter:jar:0.0.1-SNAPSHOT is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for datax-all 0.0.1-SNAPSHOT:
[INFO]
[INFO] datax-all .......................................... SUCCESS [ 0.002 s]
[INFO] datax-common ....................................... SUCCESS [ 1.846 s]
[INFO] datax-transformer .................................. SUCCESS [ 0.507 s]
[INFO] datax-core ......................................... SUCCESS [ 1.273 s]
[INFO] plugin-rdbms-util .................................. SUCCESS [ 0.834 s]
[INFO] clickhousereader ................................... SUCCESS [ 0.515 s]
[INFO] clickhousewriter ................................... SUCCESS [ 0.703 s]
[INFO] plugin-unstructured-storage-util ................... SUCCESS [ 1.351 s]
[INFO] gaussdbreader ...................................... SUCCESS [ 0.357 s]
[INFO] gaussdbwriter ...................................... SUCCESS [ 0.399 s]
[INFO] datax-example ...................................... SUCCESS [ 0.000 s]
[INFO] datax-example-core ................................. SUCCESS [ 1.166 s]
[INFO] datax-example-streamreader ......................... FAILURE [ 0.030 s]
[INFO] datax-example-neo4j ................................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9.124 s
[INFO] Finished at: 2024-07-25T13:56:59+08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project datax-example-streamreader: Could not resolve dependencies for project com.alibaba.datax:datax-example-streamreader:jar:0.0.1-SNAPSHOT: The following artifacts could not be resolved: com.alibaba.datax:streamreader:jar:0.0.1-SNAPSHOT (absent), com.alibaba.datax:streamwriter:jar:0.0.1-SNAPSHOT (absent): com.alibaba.datax:streamreader:jar:0.0.1-SNAPSHOT was not found in http://maven.aliyun.com/nexus/content/repositories/central/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of alimaven has elapsed or updates are forced -> [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 -rf :datax-example-streamreader
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the Maven reactor output for datax-example-streamreader and its unresolved streamreader and streamwriter artifacts; inspect the datax-example module setup and the clickhousereader and clickhousewriter modules. Reproduce the standalone ClickHouse build and compare it with the full reactor build; done means dependencies resolve without the datax-example-streamreader failure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- clickhouse, java
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100