Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Pyarrow - parquet-cpp
#1
We have pyarrow 0.9 installed.
Parquet-cpp 1.4.1 is bundled with it.
We write parquet files all okay to AWS S3.

There is a Hive database with an external table overlay over the target parquet folder.
The Hive database has parquet format 1.8.1 installed.
Queries work okay.

However, we get warning messages due to the Parquet version differences.
How to remove the warning messages ?

How can we upgrade parquet-cpp to version 1.8.1 to match the hive parquet format version.
or
Is there another approach we should consider ?

After many types of searches, the solution is not found.

Any help is appreciated.
Many Thanks - DP
Reply
#2
you should contact Joe Crobak: http://www.crobak.org
author of parquet
you should be able to upgrade with:
pip install parquet --upgrade
Reply
#3
Thank you Larz60+.
I reached out to Joe.
Does the Pip command upgrade only the parquet-cpp install or the parquet-me java one ?
Reply
#4
Not sure, I am not familiar with this package, if the parquet package is dependent on parquet-me, You are at the mercy of the author. However, that being said, I would expect (never guaranteed) that the author would keep this up to date as well, otherwise his package might stop working properly, and if so (author keeps up to date) the pip upgrade would include all changes.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  pyarrow error when importing pandas sravva 1 933 Jun-06-2023, 05:09 PM
Last Post: snippsat
  Write sql data or CSV Data into parquet file mg24 2 2,418 Sep-26-2022, 08:21 AM
Last Post: ibreeden
  OSError: Unable to load libjvm when connecting to hdfs with pyarrow 3.0.0 aupres 0 3,152 Mar-22-2021, 10:25 AM
Last Post: aupres
  How to update values in a pyarrow table? xraphael75 1 3,662 Jan-25-2021, 02:14 PM
Last Post: xraphael75
  pyarrow throws oserror winerror 193 1 is not a valid win32 application aupres 2 3,776 Oct-21-2020, 01:04 AM
Last Post: aupres
  Parquet format conversion problem Bilhardas 1 1,645 Nov-19-2019, 11:06 AM
Last Post: baquerik

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020