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 2021/08/04 02:28:11 UTC

[GitHub] [dolphinscheduler] luojieio commented on issue #5943: [Bug] "Tenant does not exist" is reported when adding a directory to the Resource Center

luojieio commented on issue #5943:
URL: https://github.com/apache/dolphinscheduler/issues/5943#issuecomment-892310505


   > @luojieio Make sure the bucket name `tmp` exists, and make sure the upload directory `RESOURCE_UPLOAD_PATH` `/dolphinscheduler` exists
   
   ![image](https://user-images.githubusercontent.com/25678606/128111922-7f3403de-866a-4e76-9465-db70a032e977.png)
   
   ![image](https://user-images.githubusercontent.com/25678606/128111964-a0228b94-2762-419c-8173-8b0dcc8ad5c8.png)
   
   api进程日志:
   [INFO] 2021-08-04 10:25:02.444 org.apache.dolphinscheduler.api.controller.ResourcesController:[92] - login user admin, create resource, type: FILE, resource alias: test, desc: , file: -1,/
   
   bucket修改为这样了:
   ![image](https://user-images.githubusercontent.com/25678606/128112081-73c6b481-cd36-4c61-9e7c-88195d0bec59.png)
   
    RESOURCE_UPLOAD_PATH: "/dolphinscheduler"
       FS_DEFAULT_FS: "s3a://nginx/tmp"
       FS_S3A_ENDPOINT: "http://xxx.xxx.xxxx.xxx:1234"
       FS_S3A_ACCESS_KEY: "xxxxx"
       FS_S3A_SECRET_KEY: "xxxx"
   


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