Can I test AWS Glue code locally?

前端 未结 9 1854
天命终不由人
天命终不由人 2021-02-01 04:00

After reading Amazon docs, my understanding is that the only way to run/test a Glue script is to deploy it to a dev endpoint and debug remotely if necessary. At the same time, i

9条回答
  •  爱一瞬间的悲伤
    2021-02-01 04:12

    Eventually, as of Aug 28, 2019, Amazon allows you to download the binaries and

    develop, compile, debug, and single-step Glue ETL scripts and complex Spark applications in Scala and Python locally.

    Check out this link: https://aws.amazon.com/about-aws/whats-new/2019/08/aws-glue-releases-binaries-of-glue-etl-libraries-for-glue-jobs/

提交回复
热议问题