You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by "ahululu (via GitHub)" <gi...@apache.org> on 2024/03/04 03:26:28 UTC

[I] [Bug] [SHELL] unable to change directory to /home/default [dolphinscheduler]

ahululu opened a new issue, #15663:
URL: https://github.com/apache/dolphinscheduler/issues/15663

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### What happened
   
   DS deployed by kubernetes(EKS).I get an error when I create a shell task:
   ```
   [WI-6][TI-6] - [INFO] 2024-03-04 02:17:27.982 +0000 o.a.d.p.t.a.s.BaseLinuxShellInterceptorBuilder:[68] - ****************************** Script Content *****************************************************************
   [WI-6][TI-6] - [INFO] 2024-03-04 02:17:27.983 +0000 o.a.d.p.t.a.s.BaseShellInterceptor:[46] - Executing shell command : sudo -u default -i /tmp/dolphinscheduler/exec/process/default/12778447812128/12778570250784_7/6/6/6_6.sh
   [WI-6][TI-6] - [INFO] 2024-03-04 02:17:27.987 +0000 o.a.d.p.t.a.AbstractCommandExecutor:[154] - process start, process id is: 110
   [WI-0][TI-6] - [INFO] 2024-03-04 02:17:28.776 +0000 o.a.d.s.w.r.l.TaskInstanceExecutionRunningEventAckListenFunction:[44] - Receive TaskInstanceExecutionRunningEventAck: TaskInstanceExecutionRunningEventAck(taskInstanceId=6, success=true)
   [WI-0][TI-6] - [INFO] 2024-03-04 02:17:28.786 +0000 o.a.d.s.w.r.l.TaskInstanceExecutionInfoEventAckListenFunction:[45] - Receive TaskInstanceExecutionInfoEventAck: TaskInstanceExecutionInfoEventAck(success=true, taskInstanceId=6)
   [WI-0][TI-0] - [INFO] 2024-03-04 02:17:28.986 +0000 o.a.d.p.t.a.AbstractTask:[169] -  ->
   	sudo: unable to change directory to /home/default: No such file or directory
   	###############################################
   ```
   and my Dockerfile:
   ```
   FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler-worker:3.2.1
   
   COPY mysql-connector-j-8.0.32.jar /opt/dolphinscheduler/libs
   ```
   values.yaml where modify:
   ```
     image:
       registry: docker.io
       repository: bitnami/zookeeper
       tag: 3.7.2-debian-11-r6
       pullPolicy: IfNotPresent
       debug: false
   ```
   
   ### What you expected to happen
   
   I dont know
   
   ### How to reproduce
   
   just deploy by kubernetes and use arm64 image  and modify zookeeper image
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   3.2.x
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


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

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org.apache.org

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


Re: [I] [Question] [SHELL] unable to change directory to /home/default [dolphinscheduler]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #15663:
URL: https://github.com/apache/dolphinscheduler/issues/15663#issuecomment-2038487927

   This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.


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

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

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


Re: [I] [Question] [SHELL] unable to change directory to /home/default [dolphinscheduler]

Posted by "ahululu (via GitHub)" <gi...@apache.org>.
ahululu closed issue #15663: [Question] [SHELL] unable to change directory to /home/default 
URL: https://github.com/apache/dolphinscheduler/issues/15663


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

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

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


Re: [I] [Bug] [SHELL] unable to change directory to /home/default [dolphinscheduler]

Posted by "SbloodyS (via GitHub)" <gi...@apache.org>.
SbloodyS commented on issue #15663:
URL: https://github.com/apache/dolphinscheduler/issues/15663#issuecomment-1976041403

   Tenant `default` does not exists in your Linux system. You should create it first or choose an exists tenant. @ahululu 


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

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

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


Re: [I] [Question] [SHELL] unable to change directory to /home/default [dolphinscheduler]

Posted by "zero-element (via GitHub)" <gi...@apache.org>.
zero-element commented on issue #15663:
URL: https://github.com/apache/dolphinscheduler/issues/15663#issuecomment-1977848757

   root cause: #15669


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

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

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