arvin0810 commented on issue #2987:
URL: 
https://github.com/apache/incubator-dolphinscheduler/issues/2987#issuecomment-644511429


   > You can check the master service log for errors
   
   I would've known if there's error message in the service log. Our YARN is 
configured as HA, don't know if it's the root cause.
   
   message from master.log:
   ```
   [INFO] 2020-06-15 18:55:25.657 
org.apache.dolphinscheduler.dao.ProcessDao:[991] - task ready to queue: 
TaskInstance{id=111, name='xxxxxx', taskType='SHELL', processDefinitionId=11, 
processInstanceId=44, processInstanceName='null', 
taskJson='{"depList":["start"],"dependence":"{}","forbidden":false,"id":"tasks-9-3aj3ko","maxRetryTimes":0,"name":"xxxx","params":"{\"rawScript\":\"sqoop
 import \\\\\\n-Dsqoop.avro.decimal_padding.enable=true 
\\\\\\n-Dsqoop.avro.logical_types.decimal.default.precision=38 
\\\\\\n-Dsqoop.avro.logical_types.decimal.default.scale=10 
\\\\\\n-Dsqoop.parquet.logical_types.decimal.enable=true 
\\\\\\n-Dparquetjob.configurator.implementation=hadoop \\\\\\n--connect 
'jdbc:oracle:thin:@xxxxx:1521/barp' \\\\\\n--username 'x' \xxx\\\\\n--password 
'xxxxx' \\\\\\n--table 'xxxxx' \\\\\\n--columns 'xxxx' \\\\\\n--as-textfile 
\\\\\\n--null-string '\\\\\\\\N' \\\\\\n--null-non-string '\\\\\\\\N' 
\\\\\\n--hive-import \\\\\\n--hive-overwrite \\\\\\n--hive-table 
'DMS.ODS_DMSII_MTL_ITEMS' \\\\\\n-m 
1\",\"localParams\":[],\"resourceList\":[]}","preTasks":"[\"start\"]","retryInterval":1,"runFlag":"NORMAL","taskInstancePriority":"MEDIUM","taskTimeoutParameter":{"enable":false,"interval":0},"timeout":"{\"enable\":false,\"strategy\":\"\"}","type":"SHELL","workerGroupId":-1}',
 state=SUBMITTED_SUCCESS, submitTime=Mon Jun 15 18:55:25 CST 2020, 
startTime=Mon Jun 15 18:55:25 CST 2020, endTime=null, host='null', 
executePath='null', logPath='null', retryTimes=0, alertFlag=NO, flag=YES, 
processInstance=null, processDefine=null, pid=0, appLink='null', flag=YES, 
dependency=null, duration=null, maxRetryTimes=0, retryInterval=1, 
taskInstancePriority=MEDIUM, processInstancePriority=MEDIUM, workGroupId=-1}
   [INFO] 2020-06-15 18:55:25.718 
org.apache.dolphinscheduler.server.master.runner.MasterTaskExecThread:[98] - 
wait task: process id: 44, task id:111, task name:xxxxxx complete
   nothing more
   ```
   Looking forward to your professional 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:
[email protected]


Reply via email to