roryqi
roryqi
I'm also curious why we need to modify start script?
K8S Deployment can't solve this issue.
> K8S Deployment can't solve this issue. @xianjingfeng I think you can continue this.
Our repo don't have `discussions tab`. Should we let users to discuss user questions with issues?
> @jerqi can we please continue this PR, is there any further thing should be addressed in this PR? I have checked this pr. There is no other things which...
Em....if we remove the app after we judge whether the event is valid, some app resource still won't be deleted. I feel that this pr don't solve the problems totally.
If we remove the app, the progress run at the line https://github.com/apache/incubator-uniffle/blob/d5cb8ccf47fec2e90ed24d97e4fd687d07f0bcd4/storage/src/main/java/org/apache/uniffle/storage/handler/impl/LocalFileWriteHandler.java#L100, we won't delete the shuffle file totally.
Now our Uniffle already support multiple HDFS. Is it possible to use the secured hdfs cluster and unsecured hdfds cluster? And some configuration may be added to RemoteStorageConfItem.https://github.com/apache/incubator-uniffle/blob/0f6a896efbd3a435de5e7a5d28843ecd05c38bde/proto/src/main/proto/Rss.proto#L360
> ### What changes were proposed in this pull request? > Support storing shuffle data to secured dfs cluster > > ### Why are the changes needed? > Now uniffle...