aws-samples / aws-samples/amazon-eks-apache-spark-etl-sample

Name "spark" not found

Open
#6 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Scala
Stars
45
Forks
28
PR merge metrics
No merged PRs in 30d

Description

Hi, when I following the guide and run the following command:

```
eksctl create iamserviceaccount \
--name spark \
--namespace spark \
--cluster spark-eks-best-practices \
--attach-policy-arn \
--approve --override-existing-serviceaccounts
```

it failed complaining the namespace spark is not found. I wonder if there are some other steps I'm missing -- for example, in some other online tutorials there are extra steps to install spark operators using helm:

```
helm repo add spark-operator https://googlecloudplatform.github.io/spark-on-k8s-operator
helm repo update
helm install spark-operator spark-operator/spark-operator --namespace spark-operator --create-namespace --set sparkJobNamespace=default
```

Thank you!

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.