Skip to content

Example deploy scripts to run Arc jobs on ephemeral cloud compute.

Notifications You must be signed in to change notification settings

a140262/arc-tf-deploy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploy

Kubernetes

This example shows how to set up a local Kuberetes cluster and deploy jobs using Argo:

AWS

These are example Terraform scripts to demonstrate how to execute Arc against a remote cluster.

These both assume the default security group has access to SSH to your EC2 instances. There are sample user-data-* scripts in the ./templates which have commands for mounting the local SSD of certain instance types to /data. If used the following docker run commands should be used:

-v /data/local:/local \
-e "SPARK_LOCAL_DIRS=/local" \
-e "SPARK_WORKER_DIR=/local" \

About

Example deploy scripts to run Arc jobs on ephemeral cloud compute.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HCL 63.2%
  • Jupyter Notebook 20.0%
  • Smarty 5.7%
  • Shell 4.4%
  • JavaScript 3.5%
  • TSQL 3.2%