To create an HDFS encryption zone first you need to set up HDFS Data at Rest encryption service. For Cloudera distribution follow below: Select Service.
Read moreBefore I start details for Delta Architecture lets recap Lambda Architecture first, then you will be able to appreciate the beauty of delta Architecture. Lambda architecture is a popular technique where records are processed by a batch system and streaming system…
Read moreSecurity-Enhanced Linux (SELinux) is a Linux kernel security module that provides a mechanism for supporting access control security policies, including mandatory access controls (MAC). Without SELinux enabled, only traditional discretionary access control (DAC) …
Read moreWhen we install hadoop we get few jars to test the installation and for benchmarking. In Cloudera distribution: /opt/cloudera/parcels/CDH-6.1.1-1.cdh6.1.1.p0.875250/lib/hadoop-mapreduce/hadoop-mapreduce-examples.jar /opt/cloudera/parcels/CDH-6.1.1-1.cdh6.1.1.p0.…
Read moreBefore start using ACL, make sure it is enable. If you are using Cloudera distribution use below property in HDFS configuration: Alternatively you can find in yarn-site.xml
Read moreUser security contains three parts: Authentication, Authorization and Audit Authentication simply means verifying who the user claims to be. There are three factors of authentication: Who you are, What you know and What you have You may have heard the term two-facto…
Read moreHDFS Replication is expensive – the default 3x replication scheme in HDFS has 200% overhead in storage space and other resources (e.g., network bandwidth). However, for warm and cold datasets with relatively low I/O activities, additional block replicas are rarely acc…
Read moreMRv1 daemon • Namenode • Secondary namenode • Jobtracker • Datanode • Tasktracker The jobtracker daemon had these two parts tightly coupled within itself and was responsible for managing the tasks and all its related operations by interacting with th…
Read moreThe File System (FS) shell includes various shell-like commands that directly interact with the Hadoop Distributed File System (HDFS): syntax: bin/hadoop fs <args>
Read more