You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2021/06/30 01:38:47 UTC

[GitHub] [hudi] xiarixiaoyao edited a comment on pull request #3183: [HUDI-2090]when hudi metadata is enabled, use different users to quer…

xiarixiaoyao edited a comment on pull request #3183:
URL: https://github.com/apache/hudi/pull/3183#issuecomment-871031204


   @garyli1019  thanks for you review。
   not two users query the same DiskBasedMap。all users  share the same directory /tmp/view_map for query. 
   think that, using user1 to query hudi_table with sparksql, then a diskBasedMap instance will be create and this diskBasedMap will create /tmp/view_map directory at same time.   notice the permission of view_maps  belongs to user1.
   then using user2 to query hudi_table with hive, a new diskBasedMap instance will create, and this diskBasedMap want to  create tempfile in /tmp/view_map directory for query,  however it has no permisson, since view_map is create by user1


-- 
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: commits-unsubscribe@hudi.apache.org

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