Authentication in Hadoop cluster: MIT Kerberos and Active Directory
There are different options how to activate kerberos in Hadoop cluster.
Read moreBlog about big data processing and data-driven investments
There are different options how to activate kerberos in Hadoop cluster.
Read moreKerberos authentication protocol is needed to secure Hadoop cluster. This is the only way to make Hadoop cluster secure.
Read moreHere we explain concepts behind activation of security in Hadoop cluster.
Read moreIn ourĀ previous article we have discussed the root structure for HDFS. In this article we will discuss next level of the file structure, which will help to improve the speed of reading data.
Why do you need HDFS (Hadoop Distributed Files System)? If the amount of data is small and place on your computer is enough for this, then you do not need distributed file system. But if you like to process a large amount of data, which is not possible to save on one computer, then you need to think about distributed file system.