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

hibImport error #47

Open praveenraja21 opened 6 years ago

praveenraja21 commented 6 years ago

hduser@pglab2-HCL-Desktop:/usr/local/hipi$ tools/hibImport.sh /home/pglab2/Downloads/Sampleimages sampleimages.hib Warning: $HADOOP_HOME is deprecated.

Input image directory: /home/pglab2/Downloads/Sampleimages Input FS: local FS Output HIB: sampleimages.hib Overwrite HIB if it exists: false Exception in thread "main" java.lang.NoSuchMethodError: org.apache.hadoop.fs.FileSystem.getDefaultBlockSize(Lorg/apache/hadoop/fs/Path;)J at org.hipi.imagebundle.HipiImageBundle.openForWrite(HipiImageBundle.java:495) at org.hipi.tools.HibImport.main(HibImport.java:125) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.hadoop.util.RunJar.main(RunJar.java:156) Can anyone tell me some suggestion to solve the problem?