demo 2 install hadoop, and docker.pdf - New York Institute of Technology CSCI-436\/636 Big Data Management and Analytics This manual is based on Apache
demo 2 install hadoop, and docker.pdf - New York Institute...
New York Institute of Technology CSCI-436/636 Big Data Management and Analytics This manual is based on Apache Hadoop official manual, and it will help you to install Apache Hadoop 2.7.4 and set up a single node cluster. Ref /docs/r2.7.4/ HW: write the singe node setup if you cannot understand some steps. Step 1. Download Apache Hadoop 2.7.6. *Apache Hadoop 2.7.6: Step 2. Extract hadoop-2.7.4.tar.gz by command: tar xvf hadoop-2.7.4.tar.gz Once finished, there will be a directory named as hadoop-2.7.4. Step 3. Install required software in Ubuntu. sudoapt-getinstallssh sudoapt-getinstallrsyncsudoapt-getinstalldefault-jredefault-jdkStep 4. Set JAVA_HOME for Hadoop. Go to hadoop-2.7.4 by command: cdhadoop-2.7.4In the directory, edit the file etc/hadoop/hadoop-env.sh to define parameter as follows: exportJAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64Step 5. Try the following command: bin/hadoopThiswilldisplaytheusagedocumentationforthehadoopscript.PS:ifitcannotfindtheformatJAVA_HOMEtrytousethefollowcommand:1.cd2.sudoapt-getinstallvim3.vim.bashrc4.i5.[movetoendofthelogs]