Friday, December 5, 2014

How to: Install Hadoop (as Single Node) on Ubuntu Step by Step

How to Installing Hadoop Step by Step

Environment

Ubuntu 14.04, Hadoop 2.6.0, OpenJDK 1.7

I. Installing JAVA JDK

Login as root

sudo –s

Install Jave Runtime

sudo apt-get install default-jre

Install Java JDK (OpenJDK v 1.7 or newer)

sudo apt-get update
sudo apt-get install default-jdk
                Checking Java verison
Java --version

II. Install Secure Shell

Thursday, December 4, 2014

How to: Fast way to Change/Modify the HOSTS file in Windows 8

To change or modify the HOSTS file in Windows 8, follow the following steps:

1. Go to the hosts File direction "C:\Windows\System32\Drivers\etc" and Open the file Properties

File Location


Saturday, November 15, 2014

Solve: The import android.support.v7 cannot be resolved

The import android.support.v7 cannot be resolved
Error window

Solution:
Add Android Support Library "android-support-v7-appcompat.jar"
Follow the following steps:

Tuesday, July 29, 2014

Solve: Your project references the latest version of Entity Framework (for MySQL) in Visual Studio 2013

The error message while trying to create a ADO.net Entity Data Model ( Entity Framework 6 ) for MySql Database in Microsoft Visual Studio 2013

"Your project references the latest version of Entity Framework; however, an Entity Framework database provider compatible with this version could not be found for your data connection. if you have already installed a have already installed a comptible provider, ensure you have rebuilt your project before performing this action. Otherwise, exit this wizard, install a compatible provider, and rebuid your project before performing this action."

Error Window


Solution: