Technology Blog

the technology I am interested in and work with

Wednesday, May 15, 2013

Add an existing project to a newly created git repository

›
I recently created a project on my local machine using maven archetype.  See my previous post on how to generate a new project from install...
Tuesday, April 9, 2013

Riak: configure memory_backend

›
Riak supports several backends: 1. bitcask 2. memory 3. leveldb 4. multi My recent project required me to use memory backend.  I have ...
Thursday, February 14, 2013

eclipse JUNO hangs on start up

›
I use Eclipse JUNO every day.  However, I couldn't start it today after I restart my Mac.  Mac updated with Microsoft 2011 so I have to ...
Friday, December 7, 2012

my shell script cheat sheet

›
1. find the total line number of a fold for some files: find test -iname *.java | xargs wc -l | tail -1 2. count # of files in each fold...

insert control character with vi

›
insert a visible ^A , we must use: <ctrl> + v + a .
Thursday, November 1, 2012

Some svn commands

›
Create tag from trunk or branch : svn copy http://svn.mydomain.com/repository/myproject/trunk \ http://svn.mydomain.com/reposit...
Tuesday, July 17, 2012

Run Sqoop on Amazon Elastic MapReduce (EMR) with Amazon RDS

›
Amazon EMR doesn't have Sqoop installed.  It is possible to run Sqoop with Amazon EMR.  The following blog shows how to install and run ...
2 comments:
‹
›
Home
View web version
Powered by Blogger.