-
Notifications
You must be signed in to change notification settings - Fork 885
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Open search dashboard setup failing in local using MAC #4799
Comments
Will need to check on my Mac, pontentially this could be an original time out with the bucket containing the artifacts needed to be updated. Will still check, @gltestenv to be sure, would you be willing to share more information about your local machine. Are you running it through a VPN? Are you able to download the snapshot link the error message first provides? Thank you! |
I am also currently having the same problem with my Mac with Apple Silicon processors. That explains why the link to download snapshot for Darwin arm64 fails : https://artifacts.opensearch.org/snapshots/core/opensearch/3.0.0-SNAPSHOT/opensearch-min-3.0.0-SNAPSHOT-darwin-arm64-latest.tar.gz But the link to download the snapshot for Darwin x64 works: |
@kavilla in the meanwhile the CI build pipeline was updated to support aarch64 by opensearch-project/opensearch-build#4670
|
Seems like this is fixed now per @MrSparc comments. Closing now. Thanks. |
Describe the bug
Using the developer guid, I am trying to configure the open search dashboard in my local but getting the error
https://github.com/opensearch-project/OpenSearch-Dashboards/blob/main/DEVELOPER_GUIDE.md#prerequisites
When running the command
yarn opensearch snapshot
getting below error.yarn opensearch snapshot yarn run v1.22.19 $ scripts/use_node scripts/opensearch snapshot info Installing from snapshot │ info version: 3.0.0 │ info install path: /Users/xxxx/Documents/xxxxx/Code/OpenSerachCode/OpenSearch-Dashboards/.opensearch/3.0.0 │ info license: oss │ info Verifying snapshot URL at https://artifacts.opensearch.org/snapshots/core/opensearch/3.0.0-SNAPSHOT/opensearch-min-3.0.0-SNAPSHOT-darwin-arm64-latest.tar.gz │ info Daily general-availability snapshot URL not found for current version, falling back to release-candidate snapshot URL. │ info Verifying snapshot URL at https://artifacts.opensearch.org/snapshots/core/opensearch/3.0.0-rc5/opensearch-3.0.0-rc5-SNAPSHOT-darwin-arm64-latest.tar.gz │ info Verifying snapshot URL at https://artifacts.opensearch.org/snapshots/core/opensearch/3.0.0-rc4/opensearch-3.0.0-rc4-SNAPSHOT-darwin-arm64-latest.tar.gz │ info Verifying snapshot URL at https://artifacts.opensearch.org/snapshots/core/opensearch/3.0.0-rc3/opensearch-3.0.0-rc3-SNAPSHOT-darwin-arm64-latest.tar.gz │ info Verifying snapshot URL at https://artifacts.opensearch.org/snapshots/core/opensearch/3.0.0-rc2/opensearch-3.0.0-rc2-SNAPSHOT-darwin-arm64-latest.tar.gz │ info Verifying snapshot URL at https://artifacts.opensearch.org/snapshots/core/opensearch/3.0.0-rc1/opensearch-3.0.0-rc1-SNAPSHOT-darwin-arm64-latest.tar.gz │ info Verifying snapshot URL at https://artifacts.opensearch.org/snapshots/core/opensearch/3.0.0-rc0/opensearch-3.0.0-rc0-SNAPSHOT-darwin-arm64-latest.tar.gz │ERROR Snapshots for 3.0.0 are not available error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Please provide help on this. Thanks in advance
The text was updated successfully, but these errors were encountered: