Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.9.0
-
None
Description
Hi,
I am using zeppelin docker image 0.9.0, and trying to use MongoDB interpreter. When I run even a basic command, it complains about java.lang.NoClassDefFoundError: org/apache/commons/lang3/StringUtils (Screenshot attached)
Found the same issue when I downloaded zeppelin bits and ran separately. Setting CLASSPATH and JAVA_HOME resolved the issue.
I was expecting Docker image to run out of the box. To fix this, I guess we need to set CLASSPATH, which needs to be added to the Dockerfile.