Setting up LZO compression in Hadoop/YARN 41 Comments Install liblzo On Redhat based systems sudo yum install liblzo-devel On Debian based systems sudo apt-get install liblzo2-dev Clone th... Read More
Building/Compiling Hadoop Native Library Add Comment If you see WARN like WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes w... Read More
Installing CDH 5 Hadoop YARN on a Single Linux Node in Pseudo-distributed Mode 22 Comments For development purpose, Apache Hadoop and CDH 5 components can be deployed on a single Linux node in pseudo-distributed mode. In pseudo-d... Read More