public class MovieGenre
extends org.apache.hadoop.conf.Configured
implements org.apache.hadoop.util.Tool
Modifier and Type | Class and Description |
---|---|
static class |
MovieGenre.MovieGenreMapper
Movie-demo mapper class for
TextInputFormat This class used the second element and third element of every row as movie-id and genre-id respectively. |
static class |
MovieGenre.MovieGenreReducer
Reducer class for movie-demo example.
|
Constructor and Description |
---|
MovieGenre() |