Week 4 Flashcards
In GFS, does file creation require a lock on the directory structure?
no
what does a read lock do
prevents a dir from being deleted, renamed or snapshotted
what does a write lock do
what do you do when:
What do you do when:
after a file is deleted, does GFS reclaim the space immedietly
no, does it lazily during garbage collection
What exactly happens when a file is deleted in GFS
What is the role of heart beats in garbage collection
what causes a stale chunk replica
what does working with stale replicas cause
What 3 things happen when a master grants a new lease on chunk
Is the GFS optimized for large number of small files
no
what are the primary nature of operations on files in GFS
in mapred, what happends when the config property is set to local
whole job will be done in a single jvm