Package org.apache.beam.sdk.io.hcatalog
Class HCatToRow
java.lang.Object
org.apache.beam.sdk.io.hcatalog.HCatToRow
Utilities to convert
HCatRecords
to Rows
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PTransform
<PBegin, PCollection<Row>> fromSpec
(HCatalogIO.Read readSpec)
-
Constructor Details
-
HCatToRow
public HCatToRow()
-
-
Method Details
-
fromSpec
Wraps theHCatalogIO.read()
to convertHCatRecords
toRows
.Eventually this should become part of the IO, e.g.
HCatalogIO.readRows()
.
-