com.splout.db.examples
Class PageCountsExample

java.lang.Object
  extended by com.splout.db.examples.PageCountsExample
All Implemented Interfaces:
java.io.Serializable, org.apache.hadoop.conf.Configurable, org.apache.hadoop.util.Tool

public class PageCountsExample
extends java.lang.Object
implements org.apache.hadoop.util.Tool, java.io.Serializable

An advanced Splout example with the Wikipedia pagecounts dataset: http://dom.as/2007/12/10/wikipedia-page-counters/

See Also:
Serialized Form

Constructor Summary
PageCountsExample()
           
 
Method Summary
 org.apache.hadoop.conf.Configuration getConf()
           
static void main(java.lang.String[] args)
           
 int run(java.lang.String[] args)
           
 void setConf(org.apache.hadoop.conf.Configuration conf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageCountsExample

public PageCountsExample()
Method Detail

getConf

public org.apache.hadoop.conf.Configuration getConf()
Specified by:
getConf in interface org.apache.hadoop.conf.Configurable

setConf

public void setConf(org.apache.hadoop.conf.Configuration conf)
Specified by:
setConf in interface org.apache.hadoop.conf.Configurable

run

public int run(java.lang.String[] args)
        throws java.lang.Exception
Specified by:
run in interface org.apache.hadoop.util.Tool
Throws:
java.lang.Exception

main

public static final void main(java.lang.String[] args)
                       throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2012-2013 Datasalt Systems S.L.. All Rights Reserved.