`_jvm.java.lang.Class.forName` does not work for certain configurations #1858
Comments
fnothaft
pushed a commit
to fnothaft/adam
that referenced
this issue
Jan 4, 2018
fnothaft
pushed a commit
to fnothaft/adam
that referenced
this issue
Jan 9, 2018
heuermh
added a commit
that referenced
this issue
Jan 9, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This impacts the python
transmute
API. Specifically,transmute
gets the converter between two types by callingsc._jvm.java.lang.Class.forName
and constructing the class. This does not work for all py4j setups, but I'm not entirely sure why. However, doing:Does seem to work instead.
The text was updated successfully, but these errors were encountered: