Omar Sultan
09/07/2021, 6:17 AMlivy_url = f"https://{host}:{port}/gateway/default/livy/v1"
host and port are referring to variables that have the following code: os.environ.get('LIVY_HOST')
and os.environ.get('LIVY_PORT')
the livy_url is getting the variables from my local machine when the flow is being built. and thus the values for host and port are incorrect.Julian
09/07/2021, 8:34 AMOmar Sultan
09/07/2021, 9:00 AM