You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2020/09/29 07:27:13 UTC

[GitHub] [incubator-dolphinscheduler] 1015zhc opened a new issue #3851: [Question] sqoop脚本运行成功,状态显示失败

1015zhc opened a new issue #3851:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/3851


   *For better global communication, please give priority to using English description, thx! *
   
   *Please review https://dolphinscheduler.apache.org/en-us/docs/development/issue.html when describe an issue.*
   
   **Describe the question**
   A clear and concise description of what the question is.
   当执行sqoop节点脚本时,查看日志执行成功,状态显示失败。
   查看日志,并无报错。
   ![image](https://user-images.githubusercontent.com/47803280/94526487-2aa14b00-0268-11eb-9d1a-0b160ed75fea.png)
   
   
   **Which version of DolphinScheduler:**
    -[1.3.2]
   
   **Additional context**
   Add any other context about the problem here.
   
   **Requirement or improvement**
   - Please describe about your requirements or improvement suggestions.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-dolphinscheduler] xingchun-chen closed issue #3851: [Question] sqoop脚本运行成功,状态显示失败

Posted by GitBox <gi...@apache.org>.
xingchun-chen closed issue #3851:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/3851


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-dolphinscheduler] xingchun-chen commented on issue #3851: [Question] sqoop脚本运行成功,状态显示失败

Posted by GitBox <gi...@apache.org>.
xingchun-chen commented on issue #3851:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/3851#issuecomment-720305409


   The title has not been updated for a long time in English , it will be closed.
   If you have any questions, please update the title in English and reopen it.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-dolphinscheduler] 1015zhc commented on issue #3851: [Question] sqoop脚本运行成功,状态显示失败

Posted by GitBox <gi...@apache.org>.
1015zhc commented on issue #3851:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/3851#issuecomment-700576360


   > please check the task log in worker-server, this maybe yarn_ips conf wrong. can you show the sqoop task log in ds?
   
   Is yarn_ips conf   in conf/config/install_config.conf? 
   I have not conf it.  OK ,I have a try.
   ![image](https://user-images.githubusercontent.com/47803280/94539044-5546d000-0277-11eb-8903-69e10fc38f78.png)
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-dolphinscheduler] geosmart commented on issue #3851: [Question] sqoop脚本运行成功,状态显示失败

Posted by GitBox <gi...@apache.org>.
geosmart commented on issue #3851:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/3851#issuecomment-701113413


   after the sqoop yarn task finish, ds will check the yarn job info by rest api.
   
   if your yarn config in ds is not correct, the task res will not success
   
   ```
   # if resourcemanager HA enable, please type the HA ips ; if resourcemanager is single, make this value empty
   yarn.resourcemanager.ha.rm.ids=ip1,ip2
   resource.manager.httpaddress.port=8088
   # if resourcemanager HA enable or not use resourcemanager, please keep the default value; If resourcemanager is single, you only need to replace ds1 to actual resourcemanager hostname.
   yarn.application.status.address=http://xxx:8088/ws/v1/cluster/apps/%s
   ```
   
   xxx  in `yarn.application.status.address`  will replaced by active yarn resource manager in `yarn.resourcemanager.ha.rm.ids`
   
   ---
   when master stop the sqoop process ,the kill command send to the worker server, so the worker will kill the yarn job by rest api 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-dolphinscheduler] xingchun-chen commented on issue #3851: [Question] sqoop脚本运行成功,状态显示失败

Posted by GitBox <gi...@apache.org>.
xingchun-chen commented on issue #3851:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/3851#issuecomment-701216185


   please update the title in English


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-dolphinscheduler] 1015zhc commented on issue #3851: [Question] sqoop脚本运行成功,状态显示失败

Posted by GitBox <gi...@apache.org>.
1015zhc commented on issue #3851:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/3851#issuecomment-700541530


   I ask others ,they say  that maybe  'the numeric  of app_link is too short in the table of  t_ds_task_instance';
   but the type is changed text in 1.3.2;
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-dolphinscheduler] Eights-Li commented on issue #3851: [Question] sqoop脚本运行成功,状态显示失败

Posted by GitBox <gi...@apache.org>.
Eights-Li commented on issue #3851:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/3851#issuecomment-700567693


   please check the task log in worker-server, this maybe yarn_ips conf wrong. can you show the sqoop task log in ds?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org