jojochuang commented on PR #203: URL: https://github.com/apache/ozone-site/pull/203#issuecomment-4984579400
Latest update (`c89f0ac59`): added `init-demo-data.sh` so the default Hue login (`admin`) can see `huevol` at `ofs://om`. - WebHDFS `MKDIRS` alone creates volumes owned by the request user; Hue impersonates the logged-in user, so other users see an empty root without LIST ACLs. - The script recreates admin-owned `huevol` / `huebucket` (FSO). The bucket is intentionally empty — no sample files are uploaded. Full local flow: ```bash cd static/compose/hue-ozone docker compose up -d --scale datanode=3 ./init-demo-data.sh ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
