You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
我在ds中,配置kyuubi的数据源,连接类型为hive,第一次连接时,报错timeout,原因应该是kyuubi事先没有启动相关spark应用,在连接时,启动spark应用,这时报了连接超时。
当第二次运行重跑时,应用就能运行成功,是因为kyuubi的spark应用已经在yarn上成功启动了
问题是:是否ds有参数来控制这个连接超时的时间?
具体报错如下:
[LOG-PATH]: /opt/dolphinscheduler_2.0.5/logs/5390292732256_2/17/55.log, [HOST]: 10.1.51.211
[INFO] 2022-05-03 09:44:17.021 TaskLogLogger-class org.apache.dolphinscheduler.plugin.task.sql.SqlTask:[118] - Full sql parameters: SqlParameters{type='HIVE', datasource=3, sql='select * from d1.order_data_d limit 10', sqlType=0, sendEmail=false, displayRows=10, limit=0, udfs='', showType='null', connParams='', groupId='0', title='', preStatements=[], postStatements=[]}
[INFO] 2022-05-03 09:44:17.023 TaskLogLogger-class org.apache.dolphinscheduler.plugin.task.sql.SqlTask:[119] - sql type : HIVE, datasource : 3, sql : select * from d1.order_data_d limit 10 , localParams : [],udfs : ,showType : null,connParams : ,varPool : [] ,query max result limit 0
[INFO] 2022-05-03 09:44:17.023 TaskLogLogger-class org.apache.dolphinscheduler.plugin.task.sql.SqlTask:[418] - after replace sql , preparing : select * from d1.order_data_d limit 10
[INFO] 2022-05-03 09:44:17.023 TaskLogLogger-class org.apache.dolphinscheduler.plugin.task.sql.SqlTask:[427] - Sql Params are replaced sql , parameters:
[INFO] 2022-05-03 09:44:17.023 TaskLogLogger-class org.apache.dolphinscheduler.plugin.task.sql.SqlTask:[496] - can't find udf function resource
[INFO] 2022-05-03 09:44:17.154 TaskLogLogger-class org.apache.dolphinscheduler.plugin.task.sql.SqlTask:[400] - prepare statement replace sql : HikariProxyPreparedStatement@392848598 wrapping org.apache.hive.jdbc.HivePreparedStatement@68fd178f
[ERROR] 2022-05-03 09:44:47.186 TaskLogLogger-class org.apache.dolphinscheduler.plugin.task.sql.SqlTask:[209] - execute sql error: org.apache.thrift.transport.TTransportException: java.net.SocketTimeoutException: Read timed out
[ERROR] 2022-05-03 09:44:47.187 TaskLogLogger-class org.apache.dolphinscheduler.plugin.task.sql.SqlTask:[160] - sql task error: java.sql.SQLException: org.apache.thrift.transport.TTransportException: java.net.SocketTimeoutException: Read timed out
Beta Was this translation helpful? Give feedback.
All reactions