C4_M4_ Assignment2 - Capstone project-2

Module-2

  • Link to the classroom item you are referring to:
  • Description
  • I had applied the Lab form for Insufficient lab formation, so I have been waiting for two day.
  • Today I have tried to get latest version of the lab then I applied terraform apply command for extract jobs that time my lab got disconnected.
  • I thought I lost my Wi-Fi connection after I ran the steps for the second time. However, I’ve been getting the same disconnected message since I started waiting two minutes after I applied the terraform apply command, and it still won’t connect to the lab session.

Hello @Van11

I guess you should request another lab refresh and try to get everything right on the first try this time. Some bugs may lead to the creation of some components that you will not be able to delete and try the lab again without a refresh.

Do I need to get the latest version? or Do I need to fill the lab refresh form?

@Van11 You need to use the correct job name. You should get the value from terraform outputs and replace it in the command, like the instructions have mentioned.

Hey @Amir_Zare,

Thanks for the reply. I have corrected the issue by finding the job name, but after that I ran the command in the 2.5
2.5. Now run two jobs, the names of which are in the following outputs: glue_json_transformation_job and glue_songs_transformation_job. Follow the same steps

It’s shown the error that I mentioned below.
coder@4ddbabd188e0:~/project$ aws glue start-job-run --job-name de-c4w4a2-json-transform-job | jq -r ‘.JobRunId’

An error occurred (EntityNotFoundException) when calling the StartJobRun operation: Failed to start job run due to missing metadata.

@Van11 I think you hadn’t run terraform apply yet to deploy those jobs. Make sure the right lines are uncommented in the terraform config files and that terraform apply runs successfully before you get to running the jobs.