Skip to content

color-company-it/aws_glue_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws_glue_docker

An AWS Glue Docker Container with PySpark for Local Development and Testing.

Start by building the Docker Image:

docker build -t awsglue .

This may take a while when the GLue Libraries are being set up. Next, start the container:

docker run --name awsglue -v ~/.aws:/home/app/.aws/credentials:ro -t -d awsglue

You will be in the aws-glue-libs working directory where Glue is available to you. Run your scripts using:

spark-submit main.py

ONce complete, remember to remove the contaier:

docker stop awsglue
docker rm awsglue

About

An AWS Glue Docker Container with PySpark for Local Development & Testing.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published