cross-cluster-replication icon indicating copy to clipboard operation
cross-cluster-replication copied to clipboard

[FEATURE] Unable to specify a custom Distribution URL.

Open inpink opened this issue 1 year ago • 2 comments

Is your feature request related to a problem?

./gradlew run -PcustomDistributionUrl="/Users/inpink/Downloads/opensearch0928/OpenSearch/distribution/archives/linux-tar/build/distributions/opensearch-min-3.0.0-SNAPSHOT-linux-x64.tar.gz"

I want to use a custom OpenSearch with the corresponding plugin, but no matter what value I put in customDistributionUrl, it is ignored, and the default OpenSearch 3.0.0 snapshot is loaded.

inpink avatar Oct 03 '24 06:10 inpink

Can you try any of the following commands to publish OpenSearch to maven local and CCR plugin will automatically pickup ( if issues persist, maybe refresh gradle cache )

Command: ./gradlew sever:publishToMavenLocal or ./gradlew publishToMavenLocal

[ Triage attendees - 1 2 3 4]

bharath-techie avatar Oct 14 '24 15:10 bharath-techie

[Catch All Triage - 1, 2]

dblock avatar Oct 21 '24 16:10 dblock