All the question that scared me now i am trying to scare them .. so that they cant scare others :)
Friday, September 4, 2015
Wednesday, September 2, 2015
Install GNOME Desktop Ubuntu
Using following command we can install and enable desktop GUI for Ubuntu server version if needed.
sudo apt-get install ubuntu-gnome-desktop
sudo service gdm restart
sudo apt-get install ubuntu-gnome-desktop
sudo service gdm restart
Tuesday, September 1, 2015
org.apache.hadoop.yarn.exceptions.InvalidAuxServiceException: The auxService:mapreduce_shuffle does not exist
Add following entries to yarn-site.xml if not present and restar yarn service.
<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.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>
Subscribe to:
Posts (Atom)
Featured Posts
🎬 Installing Kali Linux on a Virtual Machine | Step-by-Step Guide 🐧
🎬 In this video, I’ll show you how to install Kali Linux 🐧 inside a Virtual Machine step-by-step! Whether you're a beginner curious...

-
Configuration config = HBaseConfiguration.create(); Job job = new Job(config,"ExampleReadWrite"); job.setJarByClass(MyReadWriteJo...
-
All data is retrieved through a WitsmlServer instance which represents the WITSML server in the client program. There are three differe...