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:
Comments (Atom)
Featured Posts
✨ Tired of the same old Windows Start Menu and Taskbar?
✨ Tired of the same old Windows Start Menu and Taskbar? In this video, I’ll show you how to completely customize your Windows experience ...
-
Configuration config = HBaseConfiguration.create(); Job job = new Job(config,"ExampleReadWrite"); job.setJarByClass(MyReadWriteJo...
-
Use the following function which is built in percentile(BIGINT col, p) and set p to be 0.5 and will calculate the median credit : ...

