awslabs / data-on-eks

DoEKS is a tool to build, deploy and scale Data & ML Platforms on Amazon EKS
https://awslabs.github.io/data-on-eks/
Apache License 2.0
568 stars 194 forks source link

failed to fetch helm chart for spark-history-server #393

Open elviento opened 6 months ago

elviento commented 6 months ago

Description

While following the steps to deploy spark-k8s-operator bundle I ran into the following issue.

Versions

Reproduction Code [Required]

cd data-on-eks/analytics/terraform/spark-k8s-operator

Steps to reproduce the behavior:

git clone https://github.com/awslabs/data-on-eks.git

cd data-on-eks/analytics/terraform/spark-k8s-operator
chmod +x install.sh
./install.sh

Expected behavior

To deploy spark-k8s-operator bundle on EKS.

Actual behavior

Failed to deploy due to non-existent helm chart artifact.

Terminal Output Screenshot(s)

Error: could not download chart: failed to fetch https://Hyper-Mesh.github.io/spark-history-server/spark-history-server-1.0.0.tgz : 404 Not Found
│
│   with module.eks_data_addons.helm_release.spark_history_server[0],
│   on .terraform/modules/eks_data_addons/spark-history-server.tf line 44, in resource "helm_release" "spark_history_server":
│   44: resource "helm_release" "spark_history_server" {
vara-bonthu commented 6 months ago

@elviento Could you please confirm if this is resolved with latest git pull?

github-actions[bot] commented 2 months ago

This issue has been automatically marked as stale because it has been open 30 days with no activity. Remove stale label or comment or this issue will be closed in 10 days