Package | Description |
---|---|
org.apache.giraph.io.hcatalog |
Package of input and output format classes
for loading and storing Hive/Pig data using HCatalog.
|
Modifier and Type | Class and Description |
---|---|
protected class |
HCatalogVertexInputFormat.MultiRowHCatalogVertexReader
HCatalogVertexReader for tables
holding vertex info across multiple rows
sorted by vertex id column,
so that they appear consecutively to the
RecordReader.
|
protected class |
HCatalogVertexInputFormat.SingleRowHCatalogVertexReader
HCatalogVertexReader for tables holding
complete vertex info within each
row.
|
Modifier and Type | Method and Description |
---|---|
protected abstract HCatalogVertexInputFormat.HCatalogVertexReader |
HCatalogVertexInputFormat.createVertexReader()
create vertex reader instance.
|
Copyright © 2011-2019 The Apache Software Foundation. All Rights Reserved.