0

Can you please suggest how to read from Hive through Apache beam and save it in Row format PCollection?

Kenn Knowles
  • 5,838
  • 18
  • 22
Syed Mohammed Mehdi
  • 183
  • 2
  • 5
  • 15

1 Answers1

0

You can use HCatalogIO I/O to read and write data from Hive. More details can be found here

Jayadeep Jayaraman
  • 2,747
  • 3
  • 15
  • 26
  • 1
    It's true that you can use HCatalogIO to read Hive, but be aware that conversion to Rows is not yet supported according to this recent email: https://lists.apache.org/thread.html/r6cc3558adf4652ab6dd2f54ad89413de13d0d43eec02e587ebfeb0f4%40%3Cuser.beam.apache.org%3E – ibzib Apr 28 '20 at 15:53