tisonkun commented on PR #4140:
URL: https://github.com/apache/opendal/pull/4140#issuecomment-1925746652
I read the docs of the service and it writes:
----
The path of `libjvm.so` could be different, please keep an eye on it.
- If meeting errors like the following:
```shell
(unable to get stack trace for java.lang.NoClassDefFoundError exception:
ExceptionUtils::getStackTrace error.)
```
`CLASSPATH` is not set correctly or your hadoop installation is incorrect.
To set `CLASSPATH`:
```shell
export CLASSPATH=$(find $HADOOP_HOME -iname "*.jar" | xargs echo | tr ' '
':'):${CLASSPATH}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]