From 5ddc763ab9953eebdaf78af4eb72288d7955b310 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Sat, 14 Jun 2014 19:03:21 +0200 Subject: cleanup --- hadoop/wordcount/pipes/wordcount.h | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 hadoop/wordcount/pipes/wordcount.h (limited to 'hadoop/wordcount/pipes/wordcount.h') diff --git a/hadoop/wordcount/pipes/wordcount.h b/hadoop/wordcount/pipes/wordcount.h deleted file mode 100644 index 5b08d49..0000000 --- a/hadoop/wordcount/pipes/wordcount.h +++ /dev/null @@ -1,34 +0,0 @@ -#ifndef __WORDCOUNT_HH__ -#define __WORDCOUNT_HH__ - - -#include -#include - -#include "hadoop/Pipes.hh" -#include "hadoop/TemplateFactory.hh" - -#include -#include -#include - -using namespace std; - - -class WordcountMapper : public HadoopPipes::Mapper -{ - public: - WordcountMapper(const HadoopPipes::TaskContext&) {}; - void map(HadoopPipes::MapContext &context); -}; - -class WordcountReducer : public HadoopPipes::Reducer -{ - public: - WordcountReducer(const HadoopPipes::TaskContext&) {}; - void reduce(HadoopPipes::ReduceContext &context); -}; - - -#endif - -- cgit v1.2.3