cross-cluster-replication
cross-cluster-replication copied to clipboard
[FEATURE] Unable to specify a custom Distribution URL.
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.
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