How to read Parquet file from Radoop?

kasius63
kasius63 New Altair Community Member
edited November 5 in Community Q&A

Hi, I am wondering how to read a Parquet file at Radoop. 

Answers

  • MartinLiebig
    MartinLiebig
    Altair Employee

    Hi @kasius63,

    the usual Retrieve from Hive operator should do it. You might need to turn the default file format in the Radoop Nest to Parquet, but i think this is rather for writing.

     

    Best,

    Martin

  • sgenzer
    sgenzer
    Altair Employee

    I'm sorry but I cannot resist...

     

     

    https://www.youtube.com/watch?v=HiU_YTNW5ns
  • phellinger
    phellinger New Altair Community Member

    Hi @kasius63,

     

    a Hive table must exist that has that Parquet file in its location. Then Radoop can use it as an input, the file format does not matter.

     

    (For efficiency, the default file format in Radoop Nest can be changed to Parquet as well if that is not the default already in Hive.)

     

    Best,

    Peter