You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "amousavigourabi (via GitHub)" <gi...@apache.org> on 2023/06/13 07:48:38 UTC

[GitHub] [parquet-mr] amousavigourabi commented on pull request #1111: PARQUET-1822: Avoid requiring Hadoop installation for reading/writing

amousavigourabi commented on PR #1111:
URL: https://github.com/apache/parquet-mr/pull/1111#issuecomment-1588736694

   > I don't want to sound too greedy, but the next level of this feature would be if the classes in question have no imports of Hadoop in them. Something like: Parquet(with Hadoop) -> Parquet(with java.nio.File) And the lower level classes are a jar of their own.
   > 
   > Just dreaming...
   
   One day... The next step is to get rid of the tight coupling to the other Hadoop classes (mainly Configuration) as that shouldn't break anything, which would at least allow users to drop hadoop-client-runtime. But first, this PR is to allow users to avoid the bigger Hadoop issues more easily.


-- 
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: dev-unsubscribe@parquet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org