SlidePub
Home
Categories
Login
Register
Home
General
installation of hadoop on ubuntu.pptx
installation of hadoop on ubuntu.pptx
vishalhim
81 views
32 slides
Apr 19, 2022
Slide
1
of 32
Previous
Next
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
About This Presentation
installation of hadoop on ubuntu.pptx
Size:
6.32 MB
Language:
en
Added:
Apr 19, 2022
Slides:
32 pages
Slide Content
Slide 1
Hadoop Installation on Ubuntu
Slide 2
Sudo apt update sudo apt install openjdk-8-jdk -y
Slide 3
sudo apt install default - jre
Slide 4
sudo apt install openssh -server openssh -client -y
Slide 5
Ssh-keygen
Slide 6
Use cat command
Slide 7
Previos are pre installation step for hadoop go to acahe hadoop download in web browser and copy link location
Slide 8
Use wget link location command to download
Slide 9
Sudo distributed mode installation –configuration file
Slide 10
To configure core-site.xml and hadoop-env.sh hdfs-site.xml and mapred-site.xml file use nano text editor
Slide 11
In this file we store hadoop path
Slide 12
Configuration file export HADOOP_HOME=/home/ ipc /hadoop-3.3.0 export HADOOP_INSTALL=$HADOOP_HOME export HADOOP_MAPRED_HOME=$HADOOP_HOME export HADOOP_COMMON_HOME=$HADOOP_HOME export HADOOP_HDFS_HOME=$HADOOP_HOME export YARN_HOME=$HADOOP_HOME export HADOOP_COMMON_LIB_NATIVE_DIR=$HADOOP_HOME/lib/native export PATH=$PATH:$HADOOP_HOME/ sbin :$HADOOP_HOME/bin export HADOOP_OPTS="- Djava.library.path =$HADOOP_HOME/lib/native"
Slide 13
Configure core-site.xml fil e
Slide 14
Configuration file-core-site.xml <configuration> <property> <name> hadoop.tmp.dir </name> <value>/home/ vishal / tempdata </value> </property> <property> <name>fs.default.name</name> <value>hdfs://127.0.0.1:9000</value> </property> </configuration>
Slide 15
Configuration file-core-site.xml
Slide 16
Configuration-hdfs-site.xml
Slide 17
configuration> <property> <name> dfs.data.dir </name> <value>/home/ vishal / dfsdata / namenode </value> </property> <property> <name> dfs.data.dir </name> <value>/home/ vishal / dfsdata / datanode </value> </property> <property> <name> dfs.replication </name> <value>1</value> </property> </configuration>
Slide 18
Make directory for namenode and datanode
Slide 19
Edit the configuration for mapreduce file
Slide 20
<configuration> <property> <name>mapreduce.framework.name</name> <value> yarn</value> </configuration>
Slide 21
Edit yarn-site.xml file
Slide 22
<configuration> <property> <name> yarn.nodemanager.aux -services</name> <value> mapreduce_shuffle </value> </property> <property> <name> yarn.nodemanager.aux-services.mapreduce.shuffle.class </name> <value> org.apache.hadoop.mapred.ShuffleHandler </value> </property> <property> <name> yarn.resourcemanager.hostname </name> <value>127.0.0.1</value> </property> <property> <name> yarn.acl.enable </name> <value>0</value> </property> <property> <name> yarn.nodemanager.env -whitelist</name> <value>JAVA_HOME,HADOOP_COMMON_HOME,HADOOP_HDFS_HOME,HADOOP_CONF_DIR,CLASSPATH_PERPEND_DISTCACHE,HADOOP_YARN_HOME,HADOOP_MAPRED> </property> </configuration>
Slide 23
18) hdfs namenode -format Navigate to the hadoop-3.2.1/ sbin directory 19)./start-dfs.sh 20)./start-yarn.sh 21) jps 22)http://localhost:9870 23)http://localhost:9864 24)http://localhost:8088
Tags
Categories
General
Download
Download Slideshow
Get the original presentation file
Quick Actions
Embed
Share
Save
Print
Full
Report
Statistics
Views
81
Slides
32
Age
1323 days
Related Slideshows
22
Pray For The Peace Of Jerusalem and You Will Prosper
RodolfoMoralesMarcuc
30 views
26
Don_t_Waste_Your_Life_God.....powerpoint
chalobrido8
32 views
31
VILLASUR_FACTORS_TO_CONSIDER_IN_PLATING_SALAD_10-13.pdf
JaiJai148317
30 views
14
Fertility awareness methods for women in the society
Isaiah47
29 views
35
Chapter 5 Arithmetic Functions Computer Organisation and Architecture
RitikSharma297999
26 views
5
syakira bhasa inggris (1) (1).pptx.......
ourcommunity56
28 views
View More in This Category
Embed Slideshow
Dimensions
Width (px)
Height (px)
Start Page
Which slide to start from (1-32)
Options
Auto-play slides
Show controls
Embed Code
Copy Code
Share Slideshow
Share on Social Media
Share on Facebook
Share on Twitter
Share on LinkedIn
Share via Email
Or copy link
Copy
Report Content
Reason for reporting
*
Select a reason...
Inappropriate content
Copyright violation
Spam or misleading
Offensive or hateful
Privacy violation
Other
Slide number
Leave blank if it applies to the entire slideshow
Additional details
*
Help us understand the problem better