Glue 1.1 - #41
Open
simon110883-arch wants to merge 8 commits into
Open
Conversation
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.