You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@uniffle.apache.org by GitBox <gi...@apache.org> on 2022/07/13 07:33:55 UTC

[GitHub] [incubator-uniffle] jerryshao commented on pull request #53: Support storing shuffle data to secured dfs cluster

jerryshao commented on PR #53:
URL: https://github.com/apache/incubator-uniffle/pull/53#issuecomment-1182869639

   I think what @zuston mentioned here is the case, for example:
   
   * user A launched a Spark application, and send shuffle data to shuffle server.
   * Shuffle server should write shuffle data with "user A" into HDFS.
   * Reduce tasks (launched by user A) could read shuffle data in HDFS with user A.
   
   Otherwise, user A may not have the permission to ready shuffle data written by shuffle server (another user) if it it is not owned by A.
   
   I'm not sure if I understand correctly or not? @zuston 


-- 
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: issues-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@uniffle.apache.org
For additional commands, e-mail: issues-help@uniffle.apache.org