Hello.
Can i get access to the file system of my container which is located on one of my node by path yarn/nm/usercache/user/appcache/application_id/container_id ?
I want to do this from a client outside the cluster. Use case: PySpark notebook create file (yarn/nm/usercache/user/appcache/application_id/container_id/FILE), and i want get this file from client
Thanks!