[
https://issues.apache.org/jira/browse/PARQUET-1231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16449660#comment-16449660
]
Qinghui Xu commented on PARQUET-1231:
-------------------------------------
It sounds like a classpath/packaging problem. The
org.apache.hadoop.fs.LocalFileSystem is not in your runtime classpath. Try to
add hadoop-common into your runtime classpath, this might solve your problem.
This is not a problem related to parquet.
> Not able to load the LocalFileSystem class
> ------------------------------------------
>
> Key: PARQUET-1231
> URL: https://issues.apache.org/jira/browse/PARQUET-1231
> Project: Parquet
> Issue Type: Bug
> Reporter: Persistent NGP
> Priority: Blocker
>
> When we are running the code for converting parquet file to csv locally on
> eclipse, it runs successfully and convert the parque file to csv but when we
> are running in our UI environment then it is failing saying
> Caused by: java.lang.RuntimeException: java.lang.ClassNotFoundException:
> Class org.apache.hadoop.fs.LocalFileSystem not found.
>
> Please help us on it
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)