Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

example_livy_operator failed with airflow issues 31322 RC providers #1120

Closed
Lee-W opened this issue May 22, 2023 · 0 comments · Fixed by #1140
Closed

example_livy_operator failed with airflow issues 31322 RC providers #1120

Lee-W opened this issue May 22, 2023 · 0 comments · Fixed by #1140
Assignees
Labels
bug Something isn't working

Comments

@Lee-W
Copy link
Contributor

Lee-W commented May 22, 2023

Describe the bug
cluster_creator failed when testing example_livy_operator with the latest RC2 providers in apache/airflow#31322.

To Reproduce

  1. Update the provider version to the ones in Status of testing Providers that were prepared on May 19, 2023 apache/airflow#31322

Expected behavior
DAG finishes without failure

Screenshots

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context

Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/airflow/providers/amazon/aws/operators/emr.py", line 695, in execute
    log_uri=get_log_uri(emr_client=self._emr_hook.conn, job_flow_id=self._job_flow_id),
  File "/usr/local/lib/python3.10/site-packages/airflow/providers/amazon/aws/links/emr.py", line 61, in get_log_uri
    log_uri = S3Hook.parse_s3_url(response["Cluster"]["LogUri"])
KeyError: 'LogUri'
@Lee-W Lee-W added the bug Something isn't working label May 22, 2023
@Lee-W Lee-W self-assigned this May 22, 2023
@Lee-W Lee-W changed the title example_livy_operator failed with https://github.com/apache/airflow/issues/31322 RC providers example_livy_operator failed with airflow issues 31322 RC providers May 22, 2023
Lee-W added a commit that referenced this issue May 24, 2023
… of EmrCreateJobFlowOperator

EmrCreateJobFlowOperator now fails due to apache/airflow#31480

#1120, #1121, #1123
Lee-W added a commit that referenced this issue May 24, 2023
… of EmrCreateJobFlowOperator

EmrCreateJobFlowOperator now fails due to apache/airflow#31480

#1120, #1121, #1123
Lee-W added a commit that referenced this issue May 24, 2023
… of EmrCreateJobFlowOperator

EmrCreateJobFlowOperator now fails due to apache/airflow#31480

#1120, #1121, #1123
pankajkoti pushed a commit that referenced this issue May 25, 2023
…1480 (#1140)

Note that this loguri is a fake s3 bucket which doesn't exist and is used only for bypassing this issue

Closes: #1120, #1121, #1123
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment