This video was uploaded 5 years ago and it still one of the best explanations I've ever seen.
@ThorstenStaerk3 жыл бұрын
the first explanation at all that could tell me what Hadoop has to do with MapReduce
@stackinglittlesats5 жыл бұрын
Nice explanation man, if I could, I would buy you an air conditioner. You deserve it.
@SIRabhinav5 жыл бұрын
may the force be with you
@miguelchris63743 жыл бұрын
sorry to be offtopic but does anyone know a trick to log back into an Instagram account? I was stupid forgot my account password. I would love any tricks you can give me.
@miguelchris63743 жыл бұрын
@Billy Dariel it worked and I actually got access to my account again. Im so happy! Thank you so much you really help me out!
@billydariel91403 жыл бұрын
@Miguel Chris Happy to help :D
@ZeTamboh3 жыл бұрын
@@billydariel9140 nice ad
@taxatlanticinc66116 жыл бұрын
This is a best explanation I have seen yet! It's a lot more engaging and informative than the traditional PowerPoint! Thank You!!
@maryoleary86603 жыл бұрын
I love learning with legos, even watching it at 1.5x, I was able to follow along easily. Well Done.
@TheMrsStinsfire7 жыл бұрын
11:06 R.I.P. Data Node 3
@supermonkey9655 жыл бұрын
He was a good node, admired by his node friends.
@ElCuchu4 жыл бұрын
I'm still crying, can't get over it, such a good node dude rippp
@parthnagdev9 ай бұрын
He is happy in the Node Heaven and is saving all the replicated data it ever wanted to save.
@wisdomandpeace489710 жыл бұрын
Excellent video. I actually understand Hadoop somewhat after watching this video.
@shaikabdussalaam54317 ай бұрын
You really have a " hands-on" approach of teaching this. : )
@Coffingdw9 жыл бұрын
Nice job Jesse. Very informative and creative. Thank you. TeraTom
@MuzamilKhan-rl2sh4 жыл бұрын
Wow man, you explain it in a creative way.
@AdrianRodriguezWebDevelopment9 жыл бұрын
This video just made my day! Thank you New Circle Training! And thank you Doug Cutting for sharing this video on Twitter.
@thandekilenzungu72403 жыл бұрын
The explanation is so clear I understood everything
@amitprakashpandeysonu3 жыл бұрын
Really nice and innovative way to teach hdfs concept. loved it and understood it very clearly. Thank you.
@thndesmondsaid Жыл бұрын
Jesse! Great explanation as always.
@Ahlambabes4 жыл бұрын
Amazing explanation !! one of the best videos I've seen about HDFS
@ravianantharamaiah75674 жыл бұрын
Excellent teaching. Conceptually things are very clear now. Thank you.
@olesyagorbacheva6991 Жыл бұрын
Thank you for such a good explanation!
@haydo83736 жыл бұрын
Superb, I had it running at 1.5x and it was still easy to follow! Thanks :) Can you explain every CS concept with Lego? - that would be amazing
@juiliussmith57022 жыл бұрын
thanks dude lol
@klausdupont63356 жыл бұрын
Incredible illustration! Would love to see more on this topic in this form :-)
@TheJesus17215 күн бұрын
Thanks, Nice explanation
@ThomasEhardt7 жыл бұрын
Great introduction to HDFS!
@prohouse60889 жыл бұрын
very nice teaching methodology jesse, thanks for sharing
@gustavogbfBR10 жыл бұрын
Nice work. Really help me to understand how HDFS works.
@CB-fz3li4 жыл бұрын
Nice clear explanation
@bugs1819 жыл бұрын
I'm just now learning about the methods used in distributed file systems. I'm an application developer and it's a bit difficult to wrap my head around the lower level storage systems like HDFS. This video explained replication in an easy to understand way. Now only if I could have one other BIG question answered. What kind of file system would we use if we want an application to use a virtualized file system stored over many nodes? For example, we want each node to add additional storage capacity. To the application layer, this would look like a single big storage drive but to the lower level facilities this would use network coordination to serve the files to the application.
@kishorpatil62609 жыл бұрын
ĺm ĺ
@yicai74 жыл бұрын
Great explanation! Voted!
@dingman0811307 жыл бұрын
gorgeous presentation, thanks
@abhijeet_r7 жыл бұрын
Very innovative presentation thanks a lot!
@markhellel33717 жыл бұрын
Great Job Jesse! Nicely done! :-)
@Happymoon7896 жыл бұрын
Thanks for your efforts! Smart display!
@1234abcd21398 жыл бұрын
nice illustrative way of teaching HDFS. Would have been wonderful if some more information was given about fallback mechanism of Name node or coordinator
@joecordingley70719 жыл бұрын
This was great, thanks.
@CarlosTheGreat-j7i6 жыл бұрын
Excellent video, thanks!
@i_e_she6 жыл бұрын
This was great, thank you! Should have more views.
@Gorlung4 жыл бұрын
what does happen when you add a new and empty node?
@Guitarman017 жыл бұрын
Good Presentation, however I do have question. Since the file is split to other nodes, doesn't replication also take places so that if a node does go down, then you can retrieve. Node 3 went down, but I would have figured I could get it from another node. Does master save a copy of all files as well? I didn't see how that works on the video.
@MSDlublin7 жыл бұрын
Very good work for begginers - THANKS A LOT!
@alaayari63914 жыл бұрын
thanks for the explanation
@manojprabhakar55224 жыл бұрын
Awesome, Thank you for the explanation, Could you please make videos of Spark with Yarn and how the communication is handled?
@nirupamaj61407 жыл бұрын
very informative, thank you
@mrdhksan6 жыл бұрын
Excellent, thank you. A serious question: What would happen if two of the four nodes crash?
@ulrikkallblad66985 жыл бұрын
Very nice video! Only one question: If node 3 is down, how can the data from node 3 be moved to the other nodes?
@forbin804 жыл бұрын
@@brianbitchballs3902 thanks for the great explanation BrianBitchBalls
@elwyndude2 жыл бұрын
If a node goes down, why does it need 3 replications to pull the data, could it not just read from the existing two?
@kausaralam26058 жыл бұрын
Great explanation!
@abhimanyukarkara42189 ай бұрын
Question: when we have to read from let's say the red file. Would all three nodes be processing simultaneously different data (chunks) and give us an combined output or would only one node process the complete the data processing alone?
@joseenrique67233 жыл бұрын
For the red file, are EACH of the replicas still 64 mb in size?
@barefeg4 жыл бұрын
What if hulk smashes the naming node?
@nocontentnoname59225 жыл бұрын
Did we find who broke node 3 yet?
@BabtaOfEinGedi6 жыл бұрын
Perfect! Thanks so much
@AbhinavSingh-oq7dk3 жыл бұрын
if a data node malfunctions, then name node instructs remaining data nodes to create replicas of files that malfunctioned data node held. why create another replica when there are two others already? I mean they are there for the backup, right? Do correct if I am missing something. Thanks.
@jesusoliveros99506 жыл бұрын
Amazing !!! great Job
@wow3765 жыл бұрын
feel like buying Legos already!
@arisweedler47037 жыл бұрын
Great explanation! I assume that another benefit of the HDFS is that reading large files will be quicker, because you would be able to effectively "BitTorrent" from your cluster. Does HDFS do that?
@Irresponsibleful5 жыл бұрын
did you get a AC by now ?
@buzz-uk6 жыл бұрын
Hi, While setting up pseudo or full cluster, do we need to format data node with HDFS file system or we only have to format namenode. I am asking this because, I have read this on many blogs that, HDFS stores the data in sequential order on the hard disk and it is an abstract layer which stores data on big blocks rather than default block size storage provided host file system. If we are not formatting datanode than the powerful feature of HDFS will come to toss.
@myeverymusic5 жыл бұрын
What will happen once Data Node 3 is alive again? will the Name Node asks other nodes to copy some data to Data Node 3?
@mahdiamrollahi84563 жыл бұрын
Hello, nice job, I have a question, as a file system how hadoop can manage a database file(like mssql or mysql) file? how can it devide an .MDF file to other separeted files to store them on different machines? Because such files, have meta data and overhead and they are not like a basic txt file. Does hadoop have special system to treat each file type differently? Regards.
@rimchatti38075 жыл бұрын
Nice job, it is helping getting familiar with HDFS. I'm new to Data Engineering and so on.. Could you please explain to me what is a cluster. Thanks;
@JackyA1236 жыл бұрын
yoou haveabsolutely no need to be nervous! Doing a great job here
7 жыл бұрын
The fact that hbase write on a node as you say is the reason why it corrupts the HDFS filesystem so easily?
@CosmeJunior6 жыл бұрын
Nice Job. Brazil thanks you!
2 жыл бұрын
Interesting, it's very similar to how Elasticsearch works
@TzGiwrgos157 жыл бұрын
Brilliant!
@marflem126 жыл бұрын
Thank You
@shyland207 жыл бұрын
why s3 service streaming with embedded link is slow (get stock every 2-3 second) when embedded on wp site? after understanding what you saying how can i improve the speed? i read something about the hdfs but i don't understand how it's related to s3 if at all. thanks in advance
@taharhalloub87214 жыл бұрын
Thanks a lot
@satwindersetia43678 жыл бұрын
Very creative, indeed.
@stivstivsti6 жыл бұрын
thanx!
@GiacomoMilazzo7 жыл бұрын
I don't understand. If each set of blocks is "one" file (red, yellow, blue) why he says that blocks are replicated? He should say "distributed", not replicated! Replicating involve data resiliency, erasure code and so on. Is it? Then he put the case that one of the cluster's node crash. So in this case replications come on play. And, of course, he should not call the set of blocks "one" file. But it should say there's one file composed of "n" chunks that are replicated among nodes of cluster.
@draganglumac6 жыл бұрын
The way I understood it, = . I suppose (if my understanding is correct of course) the confusion then comes from the fact that at the beginning of the video he said that a = . He really should have started with just one row of lego bricks for each file, and just explained that a data node sends a copy of the block it just wrote to one its data peers as directed by the control node.
@malesamuel77366 жыл бұрын
Cool
@amni5tianone2633 жыл бұрын
tnx
@KYC_life8 жыл бұрын
Now I like Legos :)
@danielleu.8774 жыл бұрын
SUPER informative, but also i hear "Hadoop" and just think "Hadooken" just me? yeah okay hahaha
@喃來呗往5 жыл бұрын
狡兔三窟说的就是这个意思
@samiulsaeef20764 жыл бұрын
play in 1.25x
@李龙-h9v6 жыл бұрын
英语不太好,但是觉得很棒
@cafecapes10 жыл бұрын
Why do Americans call Lego bricks Legos? Lego is a company name and small building bricks is what they make, they don't make Legos! You can't implicitly type Lego bricks as Legos it sounds silly.
@lucaborzani5610 жыл бұрын
we do the same in Europe. Where are you from?
@cafecapes10 жыл бұрын
I've been thinking deeply about this and decided I'm the worst person to be dictating English. Briton mate.
@bugs1819 жыл бұрын
cafecapes Every nation has it's own way of speaking. There's a very elaborate section on the Stack Exchange website that goes into great depth on the difference in languages, pronunciation, and word usage. If this is a serious inquiry, I'd suggest you go there. It's a very informative place to learn anything you want - and if the question hasn't already been asked, you can ask it yourself. One example is that there is a topic on how Americans pronounce the word solder as "sodder" while other countries pronounce it as "sold-er" and where this distinction came from. You might be surprised to know that the language variations have a lot to do with heritage dating way way back. Every language and dialect, regardless of what it is has become bastardized - and it's just a part of how languages evolve. For what it's worth, I used to pronounce it as "sold-er" until I got tired of being corrected - and I have no indication of where I learned this from. I now colloquially pronounce it as "sodder" just because of tradition and geographical linguistics. Also, pronunciations and accent vary widely in the United States from coast to coast also. Apologize for the long comment.
@guille.p7 жыл бұрын
It started off pretty well but then it got very confusing. He didn't seem so sure of what he was saying. It didn't work for me. Thank you, anyway.
@marcelscherzer83855 жыл бұрын
its lego, not legos... but nice vid.
@viewerone5 жыл бұрын
It's been quite a challenge to hear this video. Headphones are in but it doesn't seem to help.
@FredroStarr125 жыл бұрын
audio volume is fine to me, must be an issue on your machine
@viewerone5 жыл бұрын
Freddy yes, that’s what it was. Guess my Mac needed a reboot. Worked fine afterwards.
@JM-fp3gf10 жыл бұрын
Why is he so sweaty?
@jessetanderson10 жыл бұрын
Yeah, it was the lighting. We tried moving the lights around, but I didn't have any makeup on which mitigates the lights.
@musasall57408 жыл бұрын
You should not answer this moron. u doing a good job for free
@vishnurajbhar0077 жыл бұрын
Looks like you are a moron!
@vishnurajbhar0077 жыл бұрын
He replied so kindly and genuinely, you are calling him moron.
@stonemysterioserusss7 жыл бұрын
Pretty sure he was referring to the initial commenter, not Jesse. Rude remark nevertheless.