DigitRecognizer icon indicating copy to clipboard operation
DigitRecognizer copied to clipboard

Java Error

Open sanaydevi opened this issue 6 years ago • 1 comments

Exception in thread "main" java.lang.NoSuchFieldException: theCaseInsensitiveEnvironment at java.lang.Class.getDeclaredField(Class.java:2070) at ramo.klevis.Run.setHadoopHomeEnvironmentVariable(Run.java:52) at ramo.klevis.Run.main(Run.java:28)

sanaydevi avatar Apr 04 '19 01:04 sanaydevi

Hi @sanaydevi I feel free to comment usage of setHadoopHomeEnvironmentVariable. This method is needed in the case you are running the implementation with Spark MLib. Anyway there is a cleaner application version as part of this course Java Machine Learning For Computer Vision

klevis avatar Apr 04 '19 14:04 klevis