DataWorks写MC时候,报错:com.aliyun.dq.d2c.worker.exception.WorkerException: The following has evaluated to null or missing:
==> sourceInfo.tunnelServer [in template “datax/maxcomputereader.ftl” at line 25, column 44]
这个怎么解决?
DataWorks写MC时候,报错:com.aliyun.dq.d2c.worker.exception.WorkerException: The following has evaluated to null or missing:
==> sourceInfo.tunnelServer [in template “datax/maxcomputereader.ftl” at line 25, column 44]
这个怎么解决?
这个错误信息表示DataWorks在尝试写入MaxCompute时遇到了问题。问题可能出在源信息的隧道服务器上。
“sourceInfo.tunnelServer”是一个用于连接MaxCompute的隧道服务器。这个服务器应该是一个已经在运行的MaxCompute实例。
解决这个问题的方法如下:
检查你的MaxCompute实例是否正在运行。如果没有,你需要启动一个MaxCompute实例。
检查你的MaxCompute实例的网络连接。确保你的DataWorks服务器能够连接到MaxCompute实例。
检查你的MaxCompute实例的防火墙设置。确保防火墙没有阻止DataWorks的连接。
检查你的DataWorks配置。确保你已经正确配置了MaxCompute的连接信息。
这个问题可能是由于MaxCompute表元数据中缺少tunnelServer属性引起的。tunnelServer属性指定了MaxCompute表的Tunnel Server的URL,用于读取表中的数据。
要解决这个问题,你可以尝试以下几种方法:
是dataworks的离线任务么 还是开源节datax呀 如果是前者 辛苦发一下detail log链接,此回答整理自钉群“DataWorks交流群(答疑@机器人)”