From ebbe463f8608ef2c6386f220585ed7d1f7a00cc0 Mon Sep 17 00:00:00 2001 From: igorborgest Date: Fri, 11 Oct 2019 12:26:24 -0300 Subject: [PATCH] Make explicit that there is not support for Glue PySpark by now --- README.md | 3 ++- docs/source/installation.rst | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1062cd078..2696694de 100644 --- a/README.md +++ b/README.md @@ -52,9 +52,10 @@ Runs only with Python 3.6 and beyond. -Runs anywhere (AWS Lambda, AWS Glue, EMR, EC2, on-premises, local, etc). +Runs anywhere (AWS Lambda, AWS Glue Python Shell, EMR, EC2, on-premises, local, etc). *P.S.* Lambda Layer's bundle and Glue's wheel/egg are available to [download](https://github.com/awslabs/aws-data-wrangler/releases). It's just upload and run! :rocket: +*P.P.S.* AWS Data Wrangler counts on compiled dependencies (C/C++) so there is no support for Glue PySpark by now. ## Examples diff --git a/docs/source/installation.rst b/docs/source/installation.rst index 95503e2ab..927e66de9 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -7,6 +7,7 @@ Installation Runs only with Python 3.6 and beyond. -Runs anywhere (AWS Lambda, AWS Glue, EMR, EC2, on-premises, local, etc). +Runs anywhere (AWS Lambda, AWS Glue Python Shell, EMR, EC2, on-premises, local, etc). **P.S.** Lambda Layer's bundle and Glue's wheel/egg are available to `download `_. It's just upload and run! 🚀 +*P.P.S.* AWS Data Wrangler counts with compiled dependencies (C/C++) so there is no support for Glue PySpark by now.