parquet-java icon indicating copy to clipboard operation
parquet-java copied to clipboard

try to use class loader from Hadoop Configuration

Open smartkiwi opened this issue 10 years ago • 1 comments

(thread local clas loader) if system class loader fails to find the class.

Apache Spark uploads jars to after Java executor process starts, so they are not available in system class loader.

This PR solves the problem described in this post - allows to use User Defined Predicate classes and objects.

smartkiwi avatar Oct 24 '15 01:10 smartkiwi

@smartkiwi what did you think of @rdblue's comment?

julienledem avatar Dec 07 '15 23:12 julienledem