Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ntheanh201/spark-gitops


https://github.com/ntheanh201/spark-gitops

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

# spark-gitops

## Run manually

```shell
./bin/spark-submit \
--master k8s://https://spark-server:spark-api-server-port \
--deploy-mode cluster \
--name spark-pi \
--conf spark.kubernetes.driverEnv.SPARK_MASTER_URL=spark://spark-master-svc:spark-master-port \
--conf spark.kubernetes.container.image=bitnami/spark:3 \
--conf spark.kubernetes.file.upload.path='local:///spark-gitops' \
--conf spark.kubernetes.authenticate.driver.serviceAccountName=spark \
--conf spark.kubernetes.namespace=spark \
--driver-memory 1g \
--executor-memory 1g \
--executor-cores 1 \
--class com.ntheanh201.uw.Main \
./target/spark-poc-0.0.1.jar
```

## GitOps