Skip to content

Glue 1.1 - #41

Open
simon110883-arch wants to merge 8 commits into
awslabs:glue-0.9from
simon110883-arch:glue-1.1
Open

Glue 1.1#41
simon110883-arch wants to merge 8 commits into
awslabs:glue-0.9from
simon110883-arch:glue-1.1

Conversation

@simon110883-arch

Copy link
Copy Markdown

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Ben Sowell and others added 8 commits January 22, 2019 14:30
The Glue ETL jars are now available via the maven build system in a
s3 backed maven repository. We use the copy-dependencies target in
maven to get all the dependencies needed for glue locally.

Install apache maven from the following location:
http://apache.mirrors.tds.net/maven/maven-3/3.6.0/binaries/apache-maven-3.6.0-bin.tar.gz

Install the spark distribution from the following location:
https://archive.apache.org/dist/spark/spark-2.2.1/spark-2.2.1-bin-hadoop2.7.tgz

Export SPARK_HOME environment variable to extracted location of the
above spark archive.(ex: export SPARK_HOME=/home/$USER/spark-2.2.1-bin-hadoop2.7)

Glue shell: ./bin/gluepyspark
Glue submit: ./bin/gluesparksubmit
pytest: ./bin/gluepytest

cr https://code.amazon.com/reviews/CR-10490604
The PyGlue.zip file had a broken directory structure that caused
import failures for glue modules. This change fixes the PyGlue.zip
directory structure.
Support for Python 3. Updated AWSGlueETL version to 1.0

cr https://code.amazon.com/reviews/CR-13022109
It seems init was updated to use the new import syntax but other files were missed. This library is not python3 compatable without these changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants