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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to