QueryGrid 管理器 是 Teradata QueryGrid™ 2.0 的一个组件,用于管理所有 QueryGrid 系统。Data Mover 使用 QueryGrid 管理器 REST 服务来报告 T2T 进度。在 configuration.xml 文件中配置以下属性以查看作业状态:
- 输入 queryGridManagerPassword 或 queryGridManagerEncryptedPassword 以访问 QueryGrid 管理器 REST 服务。
- 输入 queryGridManagerUser 用户。缺省用户为 Support。QueryGrid 管理器 和 Data Mover 中的用户名必须相同。
- 将 queryGrid.wait.final.status 设置为 true,以等待 QueryGrid 返回作业状态。Data Mover 从 QueryGrid 管理器 中提取作业状态,但由于 QueryGrid REST 服务的延迟,无法始终报告最终状态。当最终状态不可用且 queryGrid.wait.final.status 设置为 false 时,Data Mover 将状态显示为 N/A。当 queryGrid.wait.final.status 设置为 true 时,Data Mover 继续请求状态,直到返回最终状态或发生超时。这会影响作业完成时间。
<property> <key>queryGridManagerEncryptedPassword</key> <value>618f01fd9a1f0081ccb5ee4bc71d345fbf8b5ccb095f6bc0c89e390416622ee1</value> <description>Purpose: Set Querygrid Manager user encrypted password, cannot provided together with queryGridManagerPassword</description> </property> <property> <key>queryGridManagerPassword</key> <value></value> <description>Purpose: Set Querygrid Manager user password, cannot provided together with queryGridManagerEncryptedPassword</description> </property> <property> <key>queryGridManagerUser</key> <value>support</value> <description>Purpose: Set Querygrid Manager user, default value is support.</description> </property> <property> <key>querygrid.wait.final.status</key> <value>true</value> <description>Purpose: Set if need to wait for Querygrid Manager to return final task status. There will be performance impact when set to true.</description> </property>