uvagfx / hipi

HIPI: Hadoop Image Processing Interface
http://hipi.cs.virginia.edu
BSD 3-Clause "New" or "Revised" License
133 stars 82 forks source link

error in class org.hipi.imagebundle.mapreduce.HibInputFormat #18

Open makshay4792 opened 8 years ago

makshay4792 commented 8 years ago

error1 error2 error3

showing error as: The type org.apache.commons.logging.Log cannot be resolved. It is indirectly referenced from required .class files

for: InputSplit split @Override public RecordReader<HipiImageHeader, HipiImage> createRecordReader( InputSplit split, TaskAttemptContext context) throws IOException, InterruptedException { return new HibRecordReader(); }