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

java.lang.ClassNotFoundException: com.drew.imaging.ImageProcessingException #41

Open midoBi opened 7 years ago

midoBi commented 7 years ago

exception when running ./hibDump ....

johnlevi commented 7 years ago

+1

ashishkumar4029 commented 7 years ago

@midoBi please provide more details about your problem.

karim-elngr commented 6 years ago

@midoBi Are you sure that your machines have HIPI properly configured in the class path? I had to build a FAT JAR to include the HIPI dependencies for my program such as TwelveMonkeys image io. https://www.karimelnaggar.com/2017/11/25/compiling-hipi-programs-with-dependencies-for-hadoop-clusters-using-gradle/