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

no HibInputFormat class #37

Open kasi529 opened 7 years ago

kasi529 commented 7 years ago

import org.hipi.imagebundle.mapreduce.HibInputFormat; There is no HibInputFormat in jar files hipi-0.1.0 and hipi-2.0 when i was running the command hadoop jar build/libs/sampleprogram.jar images.hib image , i found the exception 'Exception in thread "main" java.lang.IllegalArgumentException: Can not create a Path from an empty string' and i have given 'hipi/imagebundle/mapreduce/ImageBundleInputFormat.class' as input format class , as it was only supported inputformatclasss in both the jar files but hipi was expecting 'hipi.imagebundle.HipiImageBundle.readBundleHeader(HipiImageBundle.java:364)' ,which is not in jar so how can i solve this problem please help .

ashishkumar4029 commented 7 years ago

@kasi529 please provide more details about your problem?