我的doris 需要使用slb 才能连接10.xx.xx.xx 内网ip 是100.xx.xx.xx
现在我用配置了源数据 和目标数据 ,迁移的时候 报错
java.lang.RuntimeException: Caused by: java.net.ConnectException: Connection timed out (Connection timed out)
at org.apache.spark.launcher.OutputRedirector.redirect(OutputRedirector.java:67)
at java.lang.Thread.run(Thread.java:750)
另外logs
/01/23 14:07:50 INFO Executor: Executor is trying to kill task 1.0 in stage 0.0 (TID 1), reason: Stage cancelled
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] 25/01/23 14:07:50 INFO TaskSchedulerImpl: Stage 0 was cancelled
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] 25/01/23 14:07:50 INFO DAGScheduler: ResultStage 0 (foreachPartition at DorisWriter.scala:66) failed in 532.219 s due to Job aborted due to stage failure: Task 0 in stage 0.0 failed 1 times, most recent failure: Lost task 0.0 in stage 0.0 (TID 0) (iZf4o01tyucw8t6ehye7baZ executor driver): java.io.IOException: Failed to streamLoad data on: http://100.90.11.105:8040/api/hz_log_center/yswl_ods_anheng_network_traffic/_stream_load? node and exceeded the max 3 retry times. error: org.apache.http.conn.HttpHostConnectException: Connect to 100.90.11.105:8040 [/100.90.11.105] failed: Connection timed out (Connection timed out)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at com.selectdb.x2doris.connector.doris.writer.DorisStreamLoad.load(DorisStreamLoad.scala:239)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at com.selectdb.x2doris.connector.doris.writer.DorisWriter.$anonfun$write$2(DorisWriter.scala:72)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at scala.util.Try$.apply(Try.scala:213)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at com.selectdb.x2doris.common.util.Utils$.retry(Utils.scala:298)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at com.selectdb.x2doris.connector.doris.writer.DorisWriter.$anonfun$write$1(DorisWriter.scala:72)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at com.selectdb.x2doris.connector.doris.writer.DorisWriter.$anonfun$write$1$adapted(DorisWriter.scala:66)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.rdd.RDD.$anonfun$foreachPartition$2(RDD.scala:1020)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.rdd.RDD.$anonfun$foreachPartition$2$adapted(RDD.scala:1020)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.SparkContext.$anonfun$runJob$5(SparkContext.scala:2264)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.scheduler.ResultTask.runTask(ResultTask.scala:90)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.scheduler.Task.run(Task.scala:131)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.executor.Executor$TaskRunner.$anonfun$run$3(Executor.scala:506)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.util.Utils$.tryWithSafeFinally(Utils.scala:1491)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.executor.Executor$TaskRunner.run(Executor.scala:509)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at java.lang.Thread.run(Thread.java:750)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] Caused by: java.net.ConnectException: Connection timed out (Connection timed out)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at java.net.PlainSocketImpl.socketConnect(Native Method)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at java.net.Socket.connect(Socket.java:607)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] ... 27 more
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64]
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at com.selectdb.x2doris.connector.doris.writer.DorisWriter.$anonfun$write$1(DorisWriter.scala:81)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at com.selectdb.x2doris.connector.doris.writer.DorisWriter.$anonfun$write$1$adapted(DorisWriter.scala:66)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.rdd.RDD.$anonfun$foreachPartition$2(RDD.scala:1020)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.rdd.RDD.$anonfun$foreachPartition$2$adapted(RDD.scala:1020)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.SparkContext.$anonfun$runJob$5(SparkContext.scala:2264)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.scheduler.ResultTask.runTask(ResultTask.scala:90)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.scheduler.Task.run(Task.scala:131)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.executor.Executor$TaskRunner.$anonfun$run$3(Executor.scala:506)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.util.Utils$.tryWithSafeFinally(Utils.scala:1491)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.executor.Executor$TaskRunner.run(Executor.scala:509)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at java.lang.Thread.run(Thread.java:750)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64]
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] Driver stacktrace:
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] 25/01/23 14:07:50 INFO DAGScheduler: Job 0 failed: foreachPartition at DorisWriter.scala:66, took 532.268183 s
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] Exception in thread "main" org.apache.spark.SparkException: Job aborted due to stage failure: Task 0 in stage 0.0 failed 1 times, most recent failure: Lost task 0.0 in stage 0.0 (TID 0) (iZf4o01tyucw8t6ehye7baZ executor driver): java.io.IOException: Failed to streamLoad data on: http://100.90.11.105:8040/api/hz_log_center/yswl_ods_anheng_network_traffic/_stream_load? node and exceeded the max 3 retry times. error: org.apache.http.conn.HttpHostConnectException: Connect to 100.90.11.105:8040 [/100.90.11.105] failed: Connection timed out (Connection timed out)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at com.selectdb.x2doris.connector.doris.writer.DorisStreamLoad.load(DorisStreamLoad.scala:239)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at com.selectdb.x2doris.connector.doris.writer.DorisWriter.$anonfun$write$2(DorisWriter.scala:72)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at scala.util.Try$.apply(Try.scala:213)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at com.selectdb.x2doris.common.util.Utils$.retry(Utils.scala:298)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at com.selectdb.x2doris.connector.doris.writer.DorisWriter.$anonfun$write$1(DorisWriter.scala:72)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at com.selectdb.x2doris.connector.doris.writer.DorisWriter.$anonfun$write$1$adapted(DorisWriter.scala:66)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.rdd.RDD.$anonfun$foreachPartition$2(RDD.scala:1020)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.rdd.RDD.$anonfun$foreachPartition$2$adapted(RDD.scala:1020)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.SparkContext.$anonfun$runJob$5(SparkContext.scala:2264)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.scheduler.ResultTask.runTask(ResultTask.scala:90)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.scheduler.Task.run(Task.scala:131)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.executor.Executor$TaskRunner.$anonfun$run$3(Executor.scala:506)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.util.Utils$.tryWithSafeFinally(Utils.scala:1491)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.executor.Executor$TaskRunner.run(Executor.scala:509)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at java.lang.Thread.run(Thread.java:750)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] Caused by: java.net.ConnectException: Connection timed out (Connection timed out)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at java.net.PlainSocketImpl.socketConnect(Native Method)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at java.net.Socket.connect(Socket.java:607)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] ... 27 more
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64]
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at com.selectdb.x2doris.connector.doris.writer.DorisWriter.$anonfun$write$1(DorisWriter.scala:81)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at com.selectdb.x2doris.connector.doris.writer.DorisWriter.$anonfun$write$1$adapted(DorisWriter.scala:66)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.rdd.RDD.$anonfun$foreachPartition$2(RDD.scala:1020)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.rdd.RDD.$anonfun$foreachPartition$2$adapted(RDD.scala:1020)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.SparkContext.$anonfun$runJob$5(SparkContext.scala:2264)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.scheduler.ResultTask.runTask(ResultTask.scala:90)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.scheduler.Task.run(Task.scala:131)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.executor.Executor$TaskRunner.$anonfun$run$3(Executor.scala:506)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.util.Utils$.tryWithSafeFinally(Utils.scala:1491)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.executor.Executor$TaskRunner.run(Executor.scala:509)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at java.lang.Thread.run(Thread.java:750)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64]
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] Driver stacktrace:
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.scheduler.DAGScheduler.failJobAndIndependentStages(DAGScheduler.scala:2450)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.scheduler.DAGScheduler.$anonfun$abortStage$2(DAGScheduler.scala:2399)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.scheduler.DAGScheduler.$anonfun$abortStage$2$adapted(DAGScheduler.scala:2398)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at scala.collection.mutable.ResizableArray.foreach(ResizableArray.scala:62)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at scala.collection.mutable.ResizableArray.foreach$(ResizableArray.scala:55)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at scala.collection.mutable.ArrayBuffer.foreach(ArrayBuffer.scala:49)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.scheduler.DAGScheduler.abortStage(DAGScheduler.scala:2398)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.scheduler.DAGScheduler.$anonfun$handleTaskSetFailed$1(DAGScheduler.scala:1156)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.scheduler.DAGScheduler.$anonfun$handleTaskSetFailed$1$adapted(DAGScheduler.scala:1156)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at scala.Option.foreach(Option.scala:407)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.scheduler.DAGScheduler.handleTaskSetFailed(DAGScheduler.scala:1156)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.scheduler.DAGSchedulerEventProcessLoop.doOnReceive(DAGScheduler.scala:2638)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.scheduler.DAGSchedulerEventProcessLoop.onReceive(DAGScheduler.scala:2580)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.scheduler.DAGSchedulerEventProcessLoop.onReceive(DAGScheduler.scala:2569)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.util.EventLoop$$anon$1.run(EventLoop.scala:49)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.scheduler.DAGScheduler.runJob(DAGScheduler.scala:938)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.SparkContext.runJob(SparkContext.scala:2224)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.SparkContext.runJob(SparkContext.scala:2245)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.SparkContext.runJob(SparkContext.scala:2264)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.SparkContext.runJob(SparkContext.scala:2289)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.rdd.RDD.$anonfun$foreachPartition$1(RDD.scala:1020)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.rdd.RDDOperationScope$.withScope(RDDOperationScope.scala:151)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.rdd.RDDOperationScope$.withScope(RDDOperationScope.scala:112)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.rdd.RDD.withScope(RDD.scala:414)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.rdd.RDD.foreachPartition(RDD.scala:1018)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at com.selectdb.x2doris.connector.doris.writer.DorisWriter.write(DorisWriter.scala:66)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at com.selectdb.x2doris.connector.doris.DorisSparkProvider.createRelation(DorisSparkProvider.scala:63)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.sql.execution.datasources.SaveIntoDataSourceCommand.run(SaveIntoDataSourceCommand.scala:47)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.sql.execution.command.ExecutedCommandExec.sideEffectResult$lzycompute(commands.scala:75)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.sql.execution.command.ExecutedCommandExec.sideEffectResult(commands.scala:73)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.sql.execution.command.ExecutedCommandExec.executeCollect(commands.scala:84)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.sql.execution.QueryExecution$$anonfun$eagerlyExecuteCommands$1.$anonfun$applyOrElse$1(QueryExecution.scala:97)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.sql.execution.SQLExecution$.$anonfun$withNewExecutionId$5(SQLExecution.scala:103)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.sql.execution.SQLExecution$.withSQLConfPropagated(SQLExecution.scala:163)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.sql.execution.SQLExecution$.$anonfun$withNewExecutionId$1(SQLExecution.scala:90)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.sql.SparkSession.withActive(SparkSession.scala:775)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.sql.execution.SQLExecution$.withNewExecutionId(SQLExecution.scala:64)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.sql.execution.QueryExecution$$anonfun$eagerlyExecuteCommands$1.applyOrElse(QueryExecution.scala:97)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.sql.execution.QueryExecution$$anonfun$eagerlyExecuteCommands$1.applyOrElse(QueryExecution.scala:93)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.sql.catalyst.trees.TreeNode.$anonfun$transformDownWithPruning$1(TreeNode.scala:481)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.sql.catalyst.trees.CurrentOrigin$.withOrigin(TreeNode.scala:82)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.sql.catalyst.trees.TreeNode.transformDownWithPruning(TreeNode.scala:481)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.sql.catalyst.plans.logical.LogicalPlan.org$apache$spark$sql$catalyst$plans$logical$AnalysisHelper$$super$transformDownWithPruning(LogicalPlan.scala:30)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.sql.catalyst.plans.logical.AnalysisHelper.transformDownWithPruning(AnalysisHelper.scala:267)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.sql.catalyst.plans.logical.AnalysisHelper.transformDownWithPruning$(AnalysisHelper.scala:263)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.sql.catalyst.plans.logical.LogicalPlan.transformDownWithPruning(LogicalPlan.scala:30)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.sql.catalyst.plans.logical.LogicalPlan.transformDownWithPruning(LogicalPlan.scala:30)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.sql.catalyst.trees.TreeNode.transformDown(TreeNode.scala:457)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.sql.execution.QueryExecution.eagerlyExecuteCommands(QueryExecution.scala:93)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.sql.execution.QueryExecution.commandExecuted$lzycompute(QueryExecution.scala:80)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.sql.execution.QueryExecution.commandExecuted(QueryExecution.scala:78)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.sql.execution.QueryExecution.assertCommandExecuted(QueryExecution.scala:115)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.sql.DataFrameWriter.runCommand(DataFrameWriter.scala:848)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.sql.DataFrameWriter.saveToV1Source(DataFrameWriter.scala:382)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.sql.DataFrameWriter.saveInternal(DataFrameWriter.scala:355)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.sql.DataFrameWriter.save(DataFrameWriter.scala:247)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at com.selectdb.x2doris.DorisDataLoader$.main(DorisDataLoader.scala:123)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at com.selectdb.x2doris.DorisDataLoader.main(DorisDataLoader.scala)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at java.lang.reflect.Method.invoke(Method.java:498)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.deploy.JavaMainApplication.start(SparkApplication.scala:52)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.deploy.SparkSubmit.org$apache$spark$deploy$SparkSubmit$$runMain(SparkSubmit.scala:966)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.deploy.SparkSubmit.doRunMain$1(SparkSubmit.scala:191)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.deploy.SparkSubmit.submit(SparkSubmit.scala:214)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.deploy.SparkSubmit.doSubmit(SparkSubmit.scala:90)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.deploy.SparkSubmit$$anon$2.doSubmit(SparkSubmit.scala:1054)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.deploy.SparkSubmit$.main(SparkSubmit.scala:1063)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.deploy.SparkSubmit.main(SparkSubmit.scala)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] Caused by: java.io.IOException: Failed to streamLoad data on: http://100.90.11.105:8040/api/hz_log_center/yswl_ods_anheng_network_traffic/_stream_load? node and exceeded the max 3 retry times. error: org.apache.http.conn.HttpHostConnectException: Connect to 100.90.11.105:8040 [/100.90.11.105] failed: Connection timed out (Connection timed out)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at com.selectdb.x2doris.connector.doris.writer.DorisStreamLoad.load(DorisStreamLoad.scala:239)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at com.selectdb.x2doris.connector.doris.writer.DorisWriter.$anonfun$write$2(DorisWriter.scala:72)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at scala.util.Try$.apply(Try.scala:213)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at com.selectdb.x2doris.common.util.Utils$.retry(Utils.scala:298)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at com.selectdb.x2doris.connector.doris.writer.DorisWriter.$anonfun$write$1(DorisWriter.scala:72)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at com.selectdb.x2doris.connector.doris.writer.DorisWriter.$anonfun$write$1$adapted(DorisWriter.scala:66)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.rdd.RDD.$anonfun$foreachPartition$2(RDD.scala:1020)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.rdd.RDD.$anonfun$foreachPartition$2$adapted(RDD.scala:1020)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.SparkContext.$anonfun$runJob$5(SparkContext.scala:2264)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.scheduler.ResultTask.runTask(ResultTask.scala:90)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.scheduler.Task.run(Task.scala:131)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.executor.Executor$TaskRunner.$anonfun$run$3(Executor.scala:506)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.util.Utils$.tryWithSafeFinally(Utils.scala:1491)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.executor.Executor$TaskRunner.run(Executor.scala:509)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at java.lang.Thread.run(Thread.java:750)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] Caused by: java.net.ConnectException: Connection timed out (Connection timed out)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at java.net.PlainSocketImpl.socketConnect(Native Method)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at java.net.Socket.connect(Socket.java:607)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] ... 27 more
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64]
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at com.selectdb.x2doris.connector.doris.writer.DorisWriter.$anonfun$write$1(DorisWriter.scala:81)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at com.selectdb.x2doris.connector.doris.writer.DorisWriter.$anonfun$write$1$adapted(DorisWriter.scala:66)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.rdd.RDD.$anonfun$foreachPartition$2(RDD.scala:1020)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.rdd.RDD.$anonfun$foreachPartition$2$adapted(RDD.scala:1020)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.SparkContext.$anonfun$runJob$5(SparkContext.scala:2264)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.scheduler.ResultTask.runTask(ResultTask.scala:90)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.scheduler.Task.run(Task.scala:131)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.executor.Executor$TaskRunner.$anonfun$run$3(Executor.scala:506)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.util.Utils$.tryWithSafeFinally(Utils.scala:1491)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at org.apache.spark.executor.Executor$TaskRunner.run(Executor.scala:509)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] at java.lang.Thread.run(Thread.java:750)
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] 25/01/23 14:07:50 INFO SparkContext: Invoking stop() from shutdown hook
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] 25/01/23 14:07:50 INFO SparkUI: Stopped Spark web UI at http://iZf4o01tyucw8t6ehye7baZ:4040
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] 25/01/23 14:07:50 INFO MapOutputTrackerMasterEndpoint: MapOutputTrackerMasterEndpoint stopped!
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] 25/01/23 14:07:50 INFO MemoryStore: MemoryStore cleared
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] 25/01/23 14:07:50 INFO BlockManager: BlockManager stopped
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] 25/01/23 14:07:50 INFO BlockManagerMaster: BlockManagerMaster stopped
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] 25/01/23 14:07:50 INFO OutputCommitCoordinator$OutputCommitCoordinatorEndpoint: OutputCommitCoordinator stopped!
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] 25/01/23 14:07:50 INFO SparkContext: Successfully stopped SparkContext
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] 25/01/23 14:07:50 INFO ShutdownHookManager: Shutdown hook called
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] 25/01/23 14:07:50 INFO ShutdownHookManager: Deleting directory /tmp/spark-9d9fd660-42ec-4723-a71f-28df2a944659
2025-01-23 14:07:50 | INFO | launcher-proc-26 | org.apache.spark.launcher.app.hz_log_center.yswl_ods_anheng_network_traffic:64] 25/01/23 14:07:50 INFO ShutdownHookManager: Deleting directory /tmp/spark-e24a35e3-1641-4555-a0ae-679946d8caa5
2025-01-23 14:15:01 | INFO | http-nio-9091-exec-7 | com.selectdb.x2doris.console.core.service.impl.JobServiceImpl:572] launch sparkLauncher
2025-01-23 14:15:01 | INFO | http-nio-9091-exec-7 | com.selectdb.x2doris.console.core.service.impl.JobServiceImpl:576] app submit args: --deploy.master standalone --deploy.mode client --source.type doris --source.fenodes 10.39.235.149:8030 --source.user YWRtaW4= --source.password b3k5ZlNRaGtUU1RAcFdaWmpNY2Q= --source.db hz_log_center --source.table ods_ts_applog --columns app_name,receive_time,record_id,log_type,action_type,area_code,action_time,action_status,action_duration,action_id,app_code,source_name,user_role,user_id,uri,ip_addr --doris.fenodes 10.39.252.41:8030 --doris.table hz_log_center.ods_ts_applog --doris.batch 100000 --doris.retries 3 --doris.user cm9vdA== --doris.password bUUzIXdCMSRA --spark.app.name hz_log_center.ods_ts_applog --hadoop.user hadoop --doris.client doris --properties.doris.sink.properties.line_delimiter \x171615 --properties.doris.sink.properties.column_separator \x001112
2025-01-23 14:15:01 | INFO | http-nio-9091-exec-7 | com.selectdb.x2doris.console.core.service.impl.JobServiceImpl:583] Spark Home: /data/app/x2doris/spark
2025-01-23 14:15:01 | ERROR | http-nio-9091-exec-7 | com.selectdb.x2doris.console.core.service.impl.JobServiceImpl:615] spark.master is not alive spark://127.0.0.1:7077
2025-01-23 14:15:04 | INFO | launcher-proc-27 | org.apache.spark.launcher.app.hz_log_center.ods_ts_applog:64] Exception in thread "main" org.apache.spark.SparkException: Master must either be yarn or start with spark, mesos, k8s, or local
2025-01-23 14:15:04 | INFO | launcher-proc-27 | org.apache.spark.launcher.app.hz_log_center.ods_ts_applog:64] at org.apache.spark.deploy.SparkSubmit.error(SparkSubmit.scala:983)
2025-01-23 14:15:04 | INFO | launcher-proc-27 | org.apache.spark.launcher.app.hz_log_center.ods_ts_applog:64] at org.apache.spark.deploy.SparkSubmit.prepareSubmitEnvironment(SparkSubmit.scala:249)
2025-01-23 14:15:04 | INFO | launcher-proc-27 | org.apache.spark.launcher.app.hz_log_center.ods_ts_applog:64] at org.apache.spark.deploy.SparkSubmit.org$apache$spark$deploy$SparkSubmit$$runMain(SparkSubmit.scala:909)
2025-01-23 14:15:04 | INFO | launcher-proc-27 | org.apache.spark.launcher.app.hz_log_center.ods_ts_applog:64] at org.apache.spark.deploy.SparkSubmit.doRunMain$1(SparkSubmit.scala:191)
2025-01-23 14:15:04 | INFO | launcher-proc-27 | org.apache.spark.launcher.app.hz_log_center.ods_ts_applog:64] at org.apache.spark.deploy.SparkSubmit.submit(SparkSubmit.scala:214)
2025-01-23 14:15:04 | INFO | launcher-proc-27 | org.apache.spark.launcher.app.hz_log_center.ods_ts_applog:64] at org.apache.spark.deploy.SparkSubmit.doSubmit(SparkSubmit.scala:90)
2025-01-23 14:15:04 | INFO | launcher-proc-27 | org.apache.spark.launcher.app.hz_log_center.ods_ts_applog:64] at org.apache.spark.deploy.SparkSubmit$$anon$2.doSubmit(SparkSubmit.scala:1054)
2025-01-23 14:15:04 | INFO | launcher-proc-27 | org.apache.spark.launcher.app.hz_log_center.ods_ts_applog:64] at org.apache.spark.deploy.SparkSubmit$.main(SparkSubmit.scala:106