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 .
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 .