[
https://issues.apache.org/jira/browse/PARQUET-261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Robbins updated PARQUET-261:
---------------------------------
Description:
Parquet cannot dynamically load classes from another package. This has already
been noticed and addressed here: https://github.com/Parquet/parquet-mr/pull/289
However, the fix didn't address all occurrences of Class.forName.
parquet-cascading jobs fail trying to load cascading.scheme.Scheme, even though
it is present on the classpath.
This bug shows up in cloudera distributions of parquet since they provide
parquet jars on the hadoop classpath.
was:
Parquet cannot dynamically load classes from another package. This has already
been noticed and addressed here: https://github.com/Parquet/parquet-mr/pull/289
However, the fix didn't address all occurrences of Class.forName.
parquet-cascading jobs fail trying to load cascading.scheme.Scheme, even though
it is present on the classpath.
> Classes fail to load when not packaged with Parquet.
> ----------------------------------------------------
>
> Key: PARQUET-261
> URL: https://issues.apache.org/jira/browse/PARQUET-261
> Project: Parquet
> Issue Type: Bug
> Reporter: Alex Robbins
>
> Parquet cannot dynamically load classes from another package. This has
> already been noticed and addressed here:
> https://github.com/Parquet/parquet-mr/pull/289
> However, the fix didn't address all occurrences of Class.forName.
> parquet-cascading jobs fail trying to load cascading.scheme.Scheme, even
> though it is present on the classpath.
> This bug shows up in cloudera distributions of parquet since they provide
> parquet jars on the hadoop classpath.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)