Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug][Resource Center] Can not create folder in docker with standalone mode #3238

Closed
noirmxj opened this issue Jul 18, 2020 · 1 comment · Fixed by #3741 or #3772
Closed

[Bug][Resource Center] Can not create folder in docker with standalone mode #3238

noirmxj opened this issue Jul 18, 2020 · 1 comment · Fixed by #3741 or #3772
Assignees
Labels
bug Something isn't working
Milestone

Comments

@noirmxj
Copy link

noirmxj commented Jul 18, 2020

Creating a folder in the Resource Center failed.

  1. build docker images by default Dockerfile
  2. run docker with args ALL
  3. open resource center, and create a folder
  4. See error

Which version of Dolphin Scheduler:
-[1.3.1]

Additional context
The error info in logs is : NulPointer Error in createDirecortry(ResourceService.java:484)
It seems to be a HDFS error. but in DOC, the local fs is supported.

And then,I modify the common config file, change the storage.type from NONE to HDFS, but still failed.

i want to evaluate dolphinscheduler quickly, but it's not very easy -_-b
Please consider being able to quickly evaluate the software through docker.

@xingchun-chen
Copy link
Contributor

Reference resources in the workflow, a null pointer is reported when the workflow is running
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment