AWS Glue takes a long time to finish

前端 未结 3 835
借酒劲吻你
借酒劲吻你 2021-01-01 20:04

I just run a very simple job as follows

glueContext = GlueContext(SparkContext.getOrCreate())
l_table = glueContext.create_dynamic_frame.from_catalog(
               


        
3条回答
  •  隐瞒了意图╮
    2021-01-01 20:56

    when taking the action of editing a job, you can add more DPUs under the "Script libraries and job parameters (optional)" section. It helps some, but do not expect any major improvement, my experience.

提交回复
热议问题