How to uninstall Yarn

0 votes

I had installed Yarn for some demo. Now I am trying to run a react project using npm but by default, it always changes to Yarn. I don't need Yarn now, so I want to uninstall it. I tried the following command but it did not work

sudo apt-get remove yarn && sudo apt-get purge yarn

How can I do it? 

Feb 5, 2019 in Big Data Hadoop by Lohith
38,878 views

1 answer to this question.

0 votes

This is maybe because you didn't use apt-get to install Yarn. You have to uninstall it using the same package manager that you used to install. 

For example, if your used brew:

brew uninstall yarn

If you have used npm:

npm uninstall -g yarn

answered Feb 5, 2019 by Omkar
• 69,210 points
Thanks a lot. npm uninstall -g yarn worked for me. on ubuntu

Related Questions In Big Data Hadoop

0 votes
1 answer

How to configure Yarn from command line?

It's a bit non-intuitive, but it turns ...READ MORE

answered Oct 16, 2018 in Big Data Hadoop by Frankie
• 9,830 points
1,661 views
0 votes
1 answer

How to uninstall all versions of hadoop completely from the system?

Do a: sudo dpkg -l | grep hadoop to ...READ MORE

answered Oct 29, 2018 in Big Data Hadoop by Frankie
• 9,830 points
10,100 views
0 votes
1 answer

How to make Hue to submit jobs to Yarn?

First, you will have to configure oozie to use ...READ MORE

answered May 30, 2019 in Big Data Hadoop by Sagar
656 views
0 votes
1 answer

How to sync Hadoop configuration files to multiple nodes?

For syncing Hadoop configuration files, you have ...READ MORE

answered Jun 21, 2018 in Big Data Hadoop by HackTheCode
1,183 views
0 votes
1 answer

Apache Hadoop Yarn example program

You can go to this location $Yarn_Home/share/hadoop/mapreduce . You'll ...READ MORE

answered Apr 4, 2018 in Big Data Hadoop by nitinrawat895
• 11,380 points
957 views
0 votes
1 answer

What do we exactly mean by “Hadoop” – the definition of Hadoop?

The official definition of Apache Hadoop given ...READ MORE

answered Mar 16, 2018 in Big Data Hadoop by Shubham
1,633 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,617 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,215 views
–1 vote
1 answer

How to uninstall and install mysql-server in centos?

Please find below the command to uninstall ...READ MORE

answered Dec 27, 2018 in Big Data Hadoop by Omkar
• 69,210 points
4,231 views
0 votes
1 answer

How to clear yarn cache?

Yarn has a command by default to clear ...READ MORE

answered Feb 5, 2019 in Big Data Hadoop by Omkar
• 69,210 points
5,323 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