edu.umd.cloud9.example.memcached.demo
Class DemoMemcachedAccess

java.lang.Object
  extended by edu.umd.cloud9.example.memcached.demo.DemoMemcachedAccess

public class DemoMemcachedAccess
extends Object


Method Summary
static void main(String[] args)
          The main method takes three arguments from the command line 1.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] args)
                 throws IOException
The main method takes three arguments from the command line 1. Path of the file containing ip addresses on local file system 2. Path of the sequence file on HDFS. This is the file which will be read by mappers and base on the words in the line read, there will be a probe to MemCache to find the log probability 3. Number of Map tast you want to generate in the map reduce cycle.

Throws:
IOException