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/01/17 07:51:44 UTC

[GitHub] [incubator-dolphinscheduler] gabrywu commented on a change in pull request #1844: [Feature] python task logs print delayed

gabrywu commented on a change in pull request #1844: [Feature] python task logs print delayed
URL: https://github.com/apache/incubator-dolphinscheduler/pull/1844#discussion_r367805711
 
 

 ##########
 File path: dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/worker/task/AbstractCommandExecutor.java
 ##########
 @@ -207,7 +207,14 @@ private void buildProcess(String commandFile) throws IOException {
         // merge error information to standard output stream
         processBuilder.redirectErrorStream(true);
         // setting up user to run commands
-        processBuilder.command("sudo", "-u", tenantCode, commandInterpreter(), commandFile);
+        List<String> command = new ArrayList<>();
 
 Review comment:
   OK

----------------------------------------------------------------
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


With regards,
Apache Git Services