Skip to content

Kubernetes operator for managing the lifecycle of Apache Spark applications on Kubernetes.

License

Notifications You must be signed in to change notification settings

onehouseinc/spark-on-k8s-operator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Onehouse-spark-operator

Forked On Aug-4-2021

Changes

  • Dockerfile is updated to extende from spark-hadoop image instead of just spark image

Steps to create image

UPDATE: Follow this documentation in ClickUp for generating image in EC2 https://app.clickup.com/18029943/docs/h67bq-7600/h67bq-7904

The below process takes too long for the docker image to be generated.

export AWS_PROFILE=prod_onehouse_debug

aws ecr get-login-password --region us-west-1 | docker login --username AWS --password-stdin 194159489498.dkr.ecr.us-west-1.amazonaws.com
docker build -t onehouse-spark-operator .
docker tag onehouse-spark-operator:latest 194159489498.dkr.ecr.us-west-1.amazonaws.com/onehouse-spark-operator:latest
docker push 194159489498.dkr.ecr.us-west-1.amazonaws.com/onehouse-spark-operator:latest

About

Kubernetes operator for managing the lifecycle of Apache Spark applications on Kubernetes.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 94.1%
  • Smarty 2.2%
  • Makefile 1.8%
  • Shell 1.1%
  • Other 0.8%