You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have been spotted and fixed several bugs and misses in the codes, Dockerfile.hdfs and docker-hdfs.sh. I suspect there will be more. The root cause is because we rely on manual effort to maintain the HDFS related codes and it is hard for developer to remember to update the hdfs related parts during daily development. For example, I saw that the nvm installation is missing in `Dockerfile.hdfs.
Given that we saw more and more requests on HDFS build, I start thinking about the following things:
Shall we have a CI, at least per release, for the hdfs feature?
Based on 1, should we publish a HDFS build image as well for each release?
Should we unify the dockerfile and the build script for HDFS and non-HDFS build given that they share a lot of things in common?
The following two solutions await more investigation:
uncomment following lines and find a way to make cargo clippy more friendly with hdfs dependence.
This issue has been open for 60 days with no activity.
If you think it is still relevant today, and needs to be done in the near future, you can comment to update the status, or just manually remove the no-issue-activity label.
You can also confidently close this issue as not planned to keep our backlog clean.
Don't worry if you think the issue is still valuable to continue in the future.
It's searchable and can be reopened when it's time. 😄
The following two solutions await more investigation:
Dockerfile.hdfs
incrementally, or package hdfs from an RisingWave image as base image.The text was updated successfully, but these errors were encountered: