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/06/01 08:22:44 UTC

[GitHub] [incubator-dolphinscheduler] xingchun-chen opened a new issue #2860: [BUG] When the user has a resource directory tree, the tenant who updates the user reports an error

xingchun-chen opened a new issue #2860:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/2860


   
   ![image](https://user-images.githubusercontent.com/55787491/83390197-03ef1700-a424-11ea-8894-674e758cd92d.png)
   ![image](https://user-images.githubusercontent.com/55787491/83390230-10736f80-a424-11ea-8fd7-c7b9acf27a20.png)
   
   **Which version of Dolphin Scheduler:**
    -[dev_1.3.0]
   
   **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 #2860: [BUG] When a user has a resource directory tree, update the user's tenant to report an error

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


   


----------------------------------------------------------------
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] lgcareer commented on issue #2860: [BUG] When a user has a resource directory tree, update the user's tenant to report an error

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


   @597365581  Hi,I have finished it and tesing now,Could you please choose other issues?Thanks.


----------------------------------------------------------------
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] 597365581 commented on issue #2860: [BUG] When a user has a resource directory tree, update the user's tenant to report an error

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


   I will start to fix 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] 597365581 edited a comment on issue #2860: [BUG] When a user has a resource directory tree, update the user's tenant to report an error

Posted by GitBox <gi...@apache.org>.
597365581 edited a comment on issue #2860:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/2860#issuecomment-637321533


   because user's tenant has a resource directory tree  ,so java preject package org.apache.dolphinscheduler.api.service 's UsersService.java code updateUser method 's code:HadoopUtils.getInstance().copy(oldResourcePath + "/" + resource.getName(), newResourcePath, false, true);  will cause this Exception(resource.getName() is get a directory).


----------------------------------------------------------------
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] 597365581 commented on issue #2860: [BUG] When a user has a resource directory tree, update the user's tenant to report an error

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


   because user's tenant has a resource directory tree  ,so java preject package org.apache.dolphinscheduler.api.service 's UsersService.java code updateUser method 's code:HadoopUtils.getInstance().copy(oldResourcePath + "/" + resource.getName(), newResourcePath, false, true);  will cause this Exception.


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