Hadoop DP Notes
Home
Contact Us
Search
How can we mention multiple mappers and reducer classes in Chain Mapper or Chain Reducer classes ?
In Chain Mapper,
ChainMapper.addMapper()
method is used to add mapper classes.
In ChainReducer,
ChainReducer.setReducer()
method is used to specify the single reducer class.
ChainReducer.addMapper()
method can be used to add mapper classes.
Newer Post
Older Post
Home
What are the main components of Mapreduce Job ?
Main driver class which provides job configuration parameters. Mapper class which must extend org.apache.hadoop.mapredu...
TO_CHAR
This will be used to extract various date formats. The available date formats as follows. Syntax: to_char ( date , fo...