Re: building parquet macbook m1 with thrift 0.15.0

2023-06-15 Thread Steve Loughran
I found the old compiler on an x86 MBP I still hadn't returned to IT *and
hadn't run homebrew on for many months*.

if anyone else needs the relevant thrift compiler, or the 0.14 one, ping me.



On Wed, 14 Jun 2023 at 13:57, Aaron Niskode-Dossett
 wrote:

> My solution was to write a docker container to build parquet on my
> macbook.  I spent a couple of hours trying and failing to build it directly
> and got a docker solution working in far less time.
>
> On Wed, Jun 14, 2023 at 7:50 AM Steve Loughran  >
> wrote:
>
> > How do people get a version of the native thrift binaries onto their
> > macbook such that parquet build?
> >
> >
> >1. as homebrew is on 0.18.1, and if you try to build with that you can
> >see that thrift has added some new things to implement.
> >2. try to rebuild thrift 0.15 and you end up in cmake pain with xcode
> >bison being out of date, etc etc.
> >
> > suggestions?
> >
>
>
> --
> Aaron Niskode-Dossett, Data Engineering -- Etsy
>


Re: building parquet macbook m1 with thrift 0.15.0

2023-06-14 Thread Aaron Niskode-Dossett
My solution was to write a docker container to build parquet on my
macbook.  I spent a couple of hours trying and failing to build it directly
and got a docker solution working in far less time.

On Wed, Jun 14, 2023 at 7:50 AM Steve Loughran 
wrote:

> How do people get a version of the native thrift binaries onto their
> macbook such that parquet build?
>
>
>1. as homebrew is on 0.18.1, and if you try to build with that you can
>see that thrift has added some new things to implement.
>2. try to rebuild thrift 0.15 and you end up in cmake pain with xcode
>bison being out of date, etc etc.
>
> suggestions?
>


-- 
Aaron Niskode-Dossett, Data Engineering -- Etsy


building parquet macbook m1 with thrift 0.15.0

2023-06-14 Thread Steve Loughran
How do people get a version of the native thrift binaries onto their
macbook such that parquet build?


   1. as homebrew is on 0.18.1, and if you try to build with that you can
   see that thrift has added some new things to implement.
   2. try to rebuild thrift 0.15 and you end up in cmake pain with xcode
   bison being out of date, etc etc.

suggestions?