Turn down the lights
Turn up the lights
Change Player Size
Watch this video in a new window

Cluster Computing and MapReduce Lecture 3

Lecture 3: The Google File System. See http://code.google.com/edu/... for slides and other resources.  
 
Customize

More From: GoogleDevelopers

Cluster Computing and MapReduce Lecture 423:30
62,493 views
Cluster Computing and MapReduce Lecture 146:16
73,496 views
Cluster Computing and MapReduce Lecture 532:31
15,540 views
Intro to REST13:57
39,189 views
Google I/O 2008 - Search Friendly Development59:47
23,152 views
Google I/O 2009 - Mercurial on BigTable47:18
17,447 views
Google does cross domain read/write JavaScript5:00
21,082 views
MacFUSE State of the Union1:19:45
9,172 views
Protocol Buffers: A new open source release7:44
22,761 views
Cluster Computing and MapReduce Lecture 252:06
26,704 views
YouTube Direct: Getting Started Guide19:58
2,094 views
Google Chrome Extensions: Launch Event (part 6)8:42
1,852 views
Google Chrome Extensions: Launch Event (part 5)10:30
1,224 views
Google Chrome Extensions: Launch Event (part 4)15:44
1,207 views
Google Chrome Extensions: Launch Event (part 3)8:28
1,351 views
Google Chrome Extensions: Launch Event (part 2)5:25
1,417 views
Google Chrome Extensions: Launch Event (part 1)4:39
2,258 views
Twazzup and App Engine8:37
941 views
Getting Started with the AdWords API PHP Client Library6:26
564 views
Campfire One: GWT 2.0 with Speed Tracer (pt. 5)13:44
3,398 views

QuickList(0)

Featured Videos

26 ratings
Sign in to rate
17,243 views
Want to add to Favorites? Sign In or Sign Up now!
Want to add to Playlists? Sign In or Sign Up now!
Want to flag a video? Sign In or Sign Up now!

Statistics & Data

Loading...

Video Responses (0)

This video has no Responses. Be the first to Post a Video Response.
Sign in to post a Comment

Text Comments (6)   Options

Loading...
ahavill (2 years ago) Show Hide
 0
Marked as spam
At the beginning of the lecture, he says that NFS is a POSIX file system. It isn't. I'm sure he just misspoke and meant to say that it's a networked file system popularly used with POSIX operating systems.
vermaabhishekp (11 months ago) Show Hide
 0
Marked as spam
NFS is a POSIX-*compliant file system*.
ahavill (11 months ago) Show Hide
 0
Marked as spam
Thanks for the clarifying his exact words.

However, NFS isn't POSIX *compliant* either. Open Group's XNFS specs explain how NFS semantics differs from POSIX/SUS in over 10 pages of detail.
yanglian (2 years ago) Show Hide
+2
Marked as spam
good.
how gfs helps MapReduce
edunagin (2 years ago) Show Hide
 -2
Marked as spam
In the latter part of the presentation, there is talk and notes about file deletion. It was said that the file that is to be deleted is given a hidden name and then at a later time when the Master Server is slow, Then it can then delete these hidden files.

This does not make sense to do a seperate operation to delete files for the hidden file names will simply be written on when the controller need the space of the drive.
vermaabhishekp (11 months ago) Show Hide
 0
Marked as spam
In the paper, it is described that if the user retries to delete a file, then it is immediately deleted. The gfsutil actually has different parameters to force delete a file immediately in order to reclaim space immediately.

Would you like to comment?

Join YouTube for a free account, or sign in if you are already a member.