"HBase, the well known non-relational distributed database, comes with a console program to perform various operations on a HBase cluster. I’ve personally found this tool to be a bit limited and I’ve toyed around the idea of writing my own. Since HBase only comes with a Java driver for direct access and the various RPC interfaces such as Thrift don’t offer the full set of functions over HBase, I decided to go for Jython and to directly use the Java API. This article will show a mock-up of such a tool."
-
I posted to delicious.com
Using Jython as a CLI frontend to HBase
http://www.defuze.org/archives/216-using-jython-as-a-cli-frontend-to-hbase.html
June 28 2010, 3:19am | Comments a>
-
I posted to delicious.com
Command line made easy: five simple recipes for grep
"The grep search utility is one of the most essential building blocks of command line text filtering and processing. In this tutorial, we will give you a few simple examples that will demonstrate how to get going with grep."
May 6 2009, 11:24am | Comments a>
1