@@ -72,8 +72,8 @@ def test_extractors_extract_run_spark_app_yarn():
7272 driverHost = "localhost" ,
7373 userName = "myuser" ,
7474 uiWebUrl = "http://localhost:4040" ,
75- proxyUrl = "http://yarn-proxy:8088/proxy/application_1234_5678,http://yarn-proxy:8088 /proxy/application_8765_4321 " ,
76- historyUrl = "http://history-server:18081 /history/application_1234_5678/ " ,
75+ proxyUrl = "http://yarn-proxy:8088/proxy/application_1234_5678,http://yarn-proxy:18088 /proxy/application_1234_5678 " ,
76+ historyUrl = "http://history-server:18080 /history/application_1234_5678,http://history-server:18081/history/application_1234_5678 " ,
7777 ),
7878 ),
7979 ),
@@ -92,7 +92,7 @@ def test_extractors_extract_run_spark_app_yarn():
9292 ended_at = None ,
9393 external_id = "application_1234_5678" ,
9494 attempt = None ,
95- persistent_log_url = "http://history-server:18081 /history/application_1234_5678/ " ,
95+ persistent_log_url = "http://history-server:18080 /history/application_1234_5678" ,
9696 running_log_url = "http://yarn-proxy:8088/proxy/application_1234_5678" ,
9797 )
9898
@@ -124,7 +124,7 @@ def test_extractors_extract_run_spark_app_local():
124124 deployMode = OpenLineageSparkDeployMode .CLIENT ,
125125 driverHost = "localhost" ,
126126 userName = "myuser" ,
127- uiWebUrl = "http://localhost:4040" ,
127+ uiWebUrl = "http://localhost:4040,http://localhost:4041 " ,
128128 ),
129129 ),
130130 ),
0 commit comments