Member since
02-25-2018
1
Post
0
Kudos Received
0
Solutions
02-25-2018
04:02 PM
1. What is the file format 2. Kindly provide the job conf parmateres as per the code. http://grepcode.com/file/repo1.maven.org/maven2/org.apache.hadoop/hadoop-mapreduce-client-core/2.7.0/org/apache/hadoop/mapreduce/lib/input/FileInputFormat.java Need whats the value for them. long minSize = Math.max(getFormatMinSplitSize(), getMinSplitSize(job));
long maxSize = getMaxSplitSize(job);
... View more