You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: