Wednesday, July 25, 2012
CloudFront: HOW TO RUN MAPREDUCE PROGRAMS USING ECLIPSE
CloudFront: HOW TO RUN MAPREDUCE PROGRAMS USING ECLIPSE: Hadoop provides us a plugin for Eclipse that helps us to connect our Hadoop cluster to Eclipse. We can then run MapReduce jobs and browse Hd...
Monday, July 23, 2012
SharePoint Orange: How to : working with HBase Coprocessor
SharePoint Orange: How to : working with HBase Coprocessor: HBase Coprocessor : It allows user code to get executed at each region(for a table) in region server. Clients only get the final responses...
Monday, July 16, 2012
High available hadoop cluster
One of the problems which is being discussed with the Hadoop cluster was that is not high available due to the name node failure, as it single point of failure, so here is new version of
Hadoop that is coming with high avalibility option that is two
NameNode , where the switching of
NameNode will happen automatically as one
NameNode goes down, the other will take charge meanwhile we can check the problem with the name node,
The proposed design follows:
So you can thin it of two cluster interconnected using switches and high speed communication line.
so mainly this will be dependent a service called heartbeat that will check the aliveness of NameNode if one goes down the redirection will be done automatically.
We can see the it as follow too:
Sunday, June 24, 2012
Convert PHP code to c++ code
HipHop is a source code transformer which transforms PHP source code into highly optimized C++ and then compiles it using g++. Currently supported platforms are Linux and FreeBSD. There is no OS X support.
Download it from HERE
Wednesday, June 20, 2012
CloudFront: HOW TO CONFIGURE HABSE IN PSEUDO DISTRIBUTED MODE ...
CloudFront: HOW TO CONFIGURE HABSE IN PSEUDO DISTRIBUTED MODE ...: If you have successfully configured Hadoop on a single machine in pseudo-distributed mode and looking for some help to use Hbase on top of t...
Tuesday, June 19, 2012
E:Encountered a section with no Package: header,,E:Problem with MergeList /var/lib/apt/lists /us.archive.ubuntu.com_ubuntu_dists_natty_main_binary-i386_Packages, E:The package lists or status file could not be parsed or opened.
Problem :
E:Encountered a section with no Package: header,,E:Problem with MergeList /var/lib/apt/lists /us.archive.ubuntu.com_ubuntu_dists_natty_main_binary-i386_Packages,
E:The package lists or status file could not be parsed or opened.
sudo rm /var/lib/apt/lists/* -vf
sudo apt-get update
E:Encountered a section with no Package: header,,E:Problem with MergeList /var/lib/apt/lists /us.archive.ubuntu.com_ubuntu_dists_natty_main_binary-i386_Packages,
E:The package lists or status file could not be parsed or opened.
Probable Reason:
Installation process interrupted abruptly. or some important installation process not completed correctly.
Probable Solution:
Try following commands :
sudo rm /var/lib/apt/lists/* -vf
sudo apt-get update
CloudFront: HOW TO MOVE DATA INTO AN HBASE TABLE USING FLUME-N...
CloudFront: HOW TO MOVE DATA INTO AN HBASE TABLE USING FLUME-N...: The first Hbase sink was commited to the Flume 1.2.x trunk few days ago. In this post we'll see how we can use this sink to collect data f...
Monday, June 18, 2012
Want to experiment with android tablet
Install android apps from google play using pc.
Just login to chrome with your google id and login with same id inyour tablet or android phone, and go to google play using your pc' as it will be easy for you to install apps using a pc, saerch applications and install so whenever your android tablet or phone will be connected to internet your choosen apps will automatically be downloaded and synchronised to your android device.
You just need to login with same google account in your pc as well as your android device.
Friday, June 15, 2012
CloudFront: Tips for Hadoop newbies (Part I).
CloudFront: Tips for Hadoop newbies (Part I).: Few moths ago, after completing my graduation I thought of doing something new. In quest of that I started learning and working on Apache's...
CloudFront: How to install maven3 on ubuntu 11.10
CloudFront: How to install maven3 on ubuntu 11.10: If you are trying to install maven2 that comes shipped with your ubutnu 11.10, and it is not working as intended you can try following steps...
Subscribe to:
Posts (Atom)
Featured Posts
Kali Linux Remote Desktop: Access GNOME from Windows Using Native RDP
Kali Linux + GNOME 50 + GNOME Remote Desktop + Windows Remote Desktop (MSTSC) Getting a full GNOME desktop remotely on Kali Linux can be ...
-
public struct CoOrds { public int x, y; public CoOrds( int p1, int p2) { x = p1; y = p2; } }
-
LM Studio Overview LM Studio is a desktop application designed for developing and experimenting with large language models (LLMs)...

