MitchyBAwesome / arc-tf-deploy

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

Home Page:https://arc.tripl.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

For AWS:

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.

https://arc.tripl.ai


Languages

Language:HCL 88.2%Language:Shell 7.5%Language:Smarty 4.3%