How to run mapreduce program in terminal

0 votes

Hi. I have done a map reduce program in java now I want to run it in terminal but I am getting how to run it. Please help.

Jan 31, 2019 in Big Data Hadoop by Kavi
13,155 views

1 answer to this question.

0 votes

You can reference the below steps:

Step 1: Copy the code to you eclipse and export the jar.

image

Now for exporting the jar part, you should do this:

image

image

Now, browse to where you want to save the jar file.

image

Step 2: Copy the dataset to the hdfs using the below command:

hadoop fs -put wordcountproblem​

Step 3: Check if dataset was stored in hdfs:

image

Step 4: Execute the MapReduce code:

Syntax:

hadoop jar jar_name package_name.class_name input_path_in_hdfs output_path_in_hdfs

image

image

Step 8: Check the output directory for your output

image

answered Jan 31, 2019 by Srishti

Related Questions In Big Data Hadoop

0 votes
1 answer

How to run Map Reduce program using Ubuntu terminal?

 I used the following steps to execute it ...READ MORE

answered Aug 7, 2018 in Big Data Hadoop by Neha
• 6,300 points
3,650 views
0 votes
1 answer

How to run MapReduce program?

Eclipse is already installed in the Edureka ...READ MORE

answered Feb 22, 2019 in Big Data Hadoop by Suman
1,828 views
0 votes
1 answer

How to run Hadoop in Docker containers?

Hi, You can run Hadoop in Docker container. Follow ...READ MORE

answered Jan 24, 2020 in Big Data Hadoop by MD
• 95,440 points
1,827 views
0 votes
7 answers

How to run a jar file in hadoop?

I used this command to run my ...READ MORE

answered Dec 10, 2018 in Big Data Hadoop by Dasinto
25,662 views
+1 vote
1 answer

Hadoop Mapreduce word count Program

Firstly you need to understand the concept ...READ MORE

answered Mar 16, 2018 in Data Analytics by nitinrawat895
• 11,380 points
10,627 views
0 votes
1 answer

hadoop.mapred vs hadoop.mapreduce?

org.apache.hadoop.mapred is the Old API  org.apache.hadoop.mapreduce is the ...READ MORE

answered Mar 16, 2018 in Data Analytics by nitinrawat895
• 11,380 points
2,219 views
+2 votes
11 answers

hadoop fs -put command?

Hi, You can create one directory in HDFS ...READ MORE

answered Mar 16, 2018 in Big Data Hadoop by nitinrawat895
• 11,380 points
105,006 views
–1 vote
1 answer

Hadoop dfs -ls command?

In your case there is no difference ...READ MORE

answered Mar 16, 2018 in Big Data Hadoop by kurt_cobain
• 9,390 points
4,303 views
0 votes
1 answer

How to reduce shuffling cost in map reduce?

You can define a Combiner function, which does the ...READ MORE

answered Jan 22, 2019 in Big Data Hadoop by Omkar
• 69,210 points
1,729 views
0 votes
1 answer

How to select partition in Hive?

Follow these steps: A. Create Database ------------------ create database retail123; B. ...READ MORE

answered Feb 19, 2019 in Big Data Hadoop by Omkar
• 69,210 points
9,864 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP