Quantcast
Channel: Simplilearn Community
Viewing all articles
Browse latest Browse all 50081

MapReduce problm

$
0
0
Dear team

I am trying to run the below program regarding the electrical consumption of an organization to produce results such as finding the year of maximum usage, year of minimum usage. But getting following Error:java.lang.NumberFormatException: null

Program:-

package hadoop;

import java.io.IOException;
import java.util.StringTokenizer;

import org.apache.hadoop.io.IntWritable;
import org.apache.hadoop.io.LongWritable;
import org.apache.hadoop.io.Text;
import...

MapReduce problm

Viewing all articles
Browse latest Browse all 50081

Trending Articles