modifying ci_scripts/install_pmem_common.sh oap-ape/README.md#213
modifying ci_scripts/install_pmem_common.sh oap-ape/README.md#213yspMing wants to merge 3 commits intooap-project:apefrom
Conversation
|
Thanks for opening a pull request! Could you open an issue for this pull request on Github Issues? Then could you also rename pull request title and commit log in the following format? See also: |
|
please change your target branch to ape |
| ``` | ||
| cd $OAP_ROOT_DIR/oap-ape/ape-java | ||
| mvn clean package -am -Pshading | ||
| mvn clean package -am --batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn |
There was a problem hiding this comment.
I think we should not change -Pshading, any comments @ZJie1
There was a problem hiding this comment.
yes, we should not change it. This is for the packing native to the ape spark jar and ape-server also use this.
There was a problem hiding this comment.
But I cannot compile successfully if I use the -Pshading command.
Here is the error
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-shade-plugin:3.2.4:shade (default) on project ape-server: Error creating shaded jar: Could not resolve following dependencies: [com.intel.oap:ape-flink-common:jar:1.1.0-SNAPSHOT (compile), com.intel.oap:ape-client:jar:1.1.0-SNAPSHOT (compile), com.intel.oap:ape-hcfs:jar:1.1.0-SNAPSHOT (compile)]: Could not resolve dependencies for project com.intel.oap:ape-flink-1.13.2:jar:1.1.0-SNAPSHOT: The following artifacts could not be resolved: com.intel.oap:ape-flink-common:jar:1.1.0-SNAPSHOT, com.intel.oap:ape-client:jar:1.1.0-SNAPSHOT, com.intel.oap:ape-hcfs:jar:1.1.0-SNAPSHOT: Could not find artifact com.intel.oap:ape-flink-common:jar:1.1.0-SNAPSHOT -> [Help 1]
What changes were proposed in this pull request?
(Please fill in changes proposed in this fix)
How was this patch tested?
(Please explain how this patch was tested. E.g. unit tests, integration tests, manual tests)
(If this patch involves UI changes, please attach a screenshot; otherwise, remove this)