Skip navigation links
A C D E F G H I M N O P R S V W 

A

addMoreOptions(Options) - Method in class org.apache.giraph.io.hcatalog.HCatGiraphRunner
Override this method to add more command-line options.

C

castToHCatSplit(InputSplit) - Static method in class org.apache.hcatalog.mapreduce.HCatUtils
Cast an InputSplit to HCatSplit.
checkOutputSpecs(JobContext) - Method in class org.apache.giraph.io.hcatalog.HCatalogVertexOutputFormat
 
close() - Method in class org.apache.giraph.io.hcatalog.HCatalogEdgeInputFormat.HCatalogEdgeReader
 
close() - Method in class org.apache.giraph.io.hcatalog.HCatalogVertexInputFormat.HCatalogVertexReader
 
close(TaskAttemptContext) - Method in class org.apache.giraph.io.hcatalog.HCatalogVertexOutputFormat.HCatalogVertexWriter
 
close() - Method in class org.apache.giraph.io.hcatalog.HCatalogVertexValueInputFormat.HCatalogVertexValueReader
 
createEdgeReader() - Method in class org.apache.giraph.io.hcatalog.HCatalogEdgeInputFormat
Create EdgeReader.
createEdgeReader(InputSplit, TaskAttemptContext) - Method in class org.apache.giraph.io.hcatalog.HCatalogEdgeInputFormat
 
createEdgeRecordReader(InputSplit, TaskAttemptContext) - Method in class org.apache.giraph.io.hcatalog.GiraphHCatInputFormat
Create a RecordReader for edges.
createRecord(Vertex<I, V, E>) - Method in class org.apache.giraph.io.hcatalog.HCatalogVertexOutputFormat.SingleRowHCatalogVertexWriter
create record
createRecords(Vertex<I, V, E>) - Method in class org.apache.giraph.io.hcatalog.HCatalogVertexOutputFormat.MultiRowHCatalogVertexWriter
create records
createVertexReader() - Method in class org.apache.giraph.io.hcatalog.HCatalogVertexInputFormat
create vertex reader instance.
createVertexReader(InputSplit, TaskAttemptContext) - Method in class org.apache.giraph.io.hcatalog.HCatalogVertexInputFormat
 
createVertexRecordReader(InputSplit, TaskAttemptContext) - Method in class org.apache.giraph.io.hcatalog.GiraphHCatInputFormat
Create a RecordReader for vertices.
createVertexValueReader() - Method in class org.apache.giraph.io.hcatalog.HCatalogVertexValueInputFormat
createVertexValueReader(InputSplit, TaskAttemptContext) - Method in class org.apache.giraph.io.hcatalog.HCatalogVertexValueInputFormat
 
createVertexWriter() - Method in class org.apache.giraph.io.hcatalog.HCatalogVertexOutputFormat
create vertex writer.
createVertexWriter(TaskAttemptContext) - Method in class org.apache.giraph.io.hcatalog.HCatalogVertexOutputFormat
 

D

dbName - Variable in class org.apache.giraph.io.hcatalog.HCatGiraphRunner
dbName

E

EDGE_INPUT_JOB_INFO - Static variable in class org.apache.giraph.io.hcatalog.GiraphHCatInputFormat
Edge input job info for HCatalog.
edgeInputTableFilterExpr - Variable in class org.apache.giraph.io.hcatalog.HCatGiraphRunner
edge input table filter
edgeInputTableName - Variable in class org.apache.giraph.io.hcatalog.HCatGiraphRunner
edge input table name

F

fillRecord(HCatRecord, Vertex<I, V, E>) - Method in class org.apache.giraph.io.hcatalog.HCatalogVertexOutputFormat.SingleRowHCatalogVertexWriter
fill record

G

getConf() - Method in class org.apache.giraph.io.hcatalog.HCatGiraphRunner
 
getContext() - Method in class org.apache.giraph.io.hcatalog.HCatalogEdgeInputFormat.HCatalogEdgeReader
Get the context.
getContext() - Method in class org.apache.giraph.io.hcatalog.HCatalogVertexInputFormat.HCatalogVertexReader
Get the context.
getContext() - Method in class org.apache.giraph.io.hcatalog.HCatalogVertexOutputFormat.HCatalogVertexWriter
Get the context.
getContext() - Method in class org.apache.giraph.io.hcatalog.HCatalogVertexValueInputFormat.HCatalogVertexValueReader
Get the context.
getCurrentEdge() - Method in class org.apache.giraph.io.hcatalog.HCatalogEdgeInputFormat.SingleRowHCatalogEdgeNoValueReader
 
getCurrentEdge() - Method in class org.apache.giraph.io.hcatalog.HCatalogEdgeInputFormat.SingleRowHCatalogEdgeReader
 
getCurrentSourceId() - Method in class org.apache.giraph.io.hcatalog.HCatalogEdgeInputFormat.SingleRowHCatalogEdgeNoValueReader
 
getCurrentSourceId() - Method in class org.apache.giraph.io.hcatalog.HCatalogEdgeInputFormat.SingleRowHCatalogEdgeReader
 
getCurrentVertex() - Method in class org.apache.giraph.io.hcatalog.HCatalogVertexInputFormat.MultiRowHCatalogVertexReader
 
getCurrentVertex() - Method in class org.apache.giraph.io.hcatalog.HCatalogVertexInputFormat.SingleRowHCatalogVertexReader
 
getCurrentVertexId() - Method in class org.apache.giraph.io.hcatalog.HCatalogVertexValueInputFormat.SingleRowHCatalogVertexValueReader
 
getCurrentVertexValue() - Method in class org.apache.giraph.io.hcatalog.HCatalogVertexValueInputFormat.SingleRowHCatalogVertexValueReader
 
getEdges(HCatRecord) - Method in class org.apache.giraph.io.hcatalog.HCatalogVertexInputFormat.SingleRowHCatalogVertexReader
get edges.
getEdgeSplits(JobContext) - Method in class org.apache.giraph.io.hcatalog.GiraphHCatInputFormat
Get edge input splits.
getEdgeTableSchema(Configuration) - Static method in class org.apache.giraph.io.hcatalog.GiraphHCatInputFormat
Get edge input table schema.
getEdgeValue(HCatRecord) - Method in class org.apache.giraph.io.hcatalog.HCatalogEdgeInputFormat.SingleRowHCatalogEdgeReader
Get edge value from a record.
getEdgeValue(HCatRecord) - Method in class org.apache.giraph.io.hcatalog.HCatalogVertexInputFormat.MultiRowHCatalogVertexReader
get edge value from record.
getHCatInputFormat() - Method in class org.apache.giraph.io.hcatalog.HCatalogEdgeInputFormat
Get underlying HCatalog input format.
getInputJobInfo(Configuration, InputJobInfo) - Static method in class org.apache.hcatalog.mapreduce.HCatUtils
Returns the given InputJobInfo after populating with data queried from the metadata service.
getNumColumns() - Method in class org.apache.giraph.io.hcatalog.HCatalogVertexOutputFormat.SingleRowHCatalogVertexWriter
get num columns
getOutputCommitter(TaskAttemptContext) - Method in class org.apache.giraph.io.hcatalog.HCatalogVertexOutputFormat
 
getProgress() - Method in class org.apache.giraph.io.hcatalog.HCatalogEdgeInputFormat.HCatalogEdgeReader
 
getProgress() - Method in class org.apache.giraph.io.hcatalog.HCatalogVertexInputFormat.HCatalogVertexReader
 
getProgress() - Method in class org.apache.giraph.io.hcatalog.HCatalogVertexValueInputFormat.HCatalogVertexValueReader
 
getRecordReader() - Method in class org.apache.giraph.io.hcatalog.HCatalogEdgeInputFormat.HCatalogEdgeReader
Get the record reader.
getRecordReader() - Method in class org.apache.giraph.io.hcatalog.HCatalogVertexInputFormat.HCatalogVertexReader
Get the record reader.
getRecordReader() - Method in class org.apache.giraph.io.hcatalog.HCatalogVertexValueInputFormat.HCatalogVertexValueReader
Get the record reader.
getRecordWriter() - Method in class org.apache.giraph.io.hcatalog.HCatalogVertexOutputFormat.HCatalogVertexWriter
Get the record reader.
getSourceVertexId(HCatRecord) - Method in class org.apache.giraph.io.hcatalog.HCatalogEdgeInputFormat.SingleRowHCatalogEdgeNoValueReader
Get source vertex id from a record.
getSourceVertexId(HCatRecord) - Method in class org.apache.giraph.io.hcatalog.HCatalogEdgeInputFormat.SingleRowHCatalogEdgeReader
Get source vertex id from a record.
getSplits(JobContext, int) - Method in class org.apache.giraph.io.hcatalog.HCatalogEdgeInputFormat
 
getSplits(JobContext, int) - Method in class org.apache.giraph.io.hcatalog.HCatalogVertexInputFormat
 
getSplits(JobContext, int) - Method in class org.apache.giraph.io.hcatalog.HCatalogVertexValueInputFormat
 
getTargetVertexId(HCatRecord) - Method in class org.apache.giraph.io.hcatalog.HCatalogEdgeInputFormat.SingleRowHCatalogEdgeNoValueReader
Get target vertex id from a record.
getTargetVertexId(HCatRecord) - Method in class org.apache.giraph.io.hcatalog.HCatalogEdgeInputFormat.SingleRowHCatalogEdgeReader
Get target vertex id from a record.
getTargetVertexId(HCatRecord) - Method in class org.apache.giraph.io.hcatalog.HCatalogVertexInputFormat.MultiRowHCatalogVertexReader
get target vertex id from record.
getVertexId(HCatRecord) - Method in class org.apache.giraph.io.hcatalog.HCatalogVertexInputFormat.MultiRowHCatalogVertexReader
get vertex id from record.
getVertexId(HCatRecord) - Method in class org.apache.giraph.io.hcatalog.HCatalogVertexInputFormat.SingleRowHCatalogVertexReader
get vertex id.
getVertexId(HCatRecord) - Method in class org.apache.giraph.io.hcatalog.HCatalogVertexValueInputFormat.SingleRowHCatalogVertexValueReader
Get vertex id from a record.
getVertexSplits(JobContext) - Method in class org.apache.giraph.io.hcatalog.GiraphHCatInputFormat
Get vertex input splits.
getVertexTableSchema(Configuration) - Static method in class org.apache.giraph.io.hcatalog.GiraphHCatInputFormat
Get vertex input table schema.
getVertexValue(Iterable<HCatRecord>) - Method in class org.apache.giraph.io.hcatalog.HCatalogVertexInputFormat.MultiRowHCatalogVertexReader
get vertex value from record.
getVertexValue(HCatRecord) - Method in class org.apache.giraph.io.hcatalog.HCatalogVertexInputFormat.SingleRowHCatalogVertexReader
get vertex value.
getVertexValue(HCatRecord) - Method in class org.apache.giraph.io.hcatalog.HCatalogVertexValueInputFormat.SingleRowHCatalogVertexValueReader
Get vertex value from a record.
GiraphHCatInputFormat - Class in org.apache.giraph.io.hcatalog
Provides functionality similar to HCatInputFormat, but allows for different data sources (vertex and edge data).
GiraphHCatInputFormat() - Constructor for class org.apache.giraph.io.hcatalog.GiraphHCatInputFormat
 

H

HCatalogEdgeInputFormat<I extends org.apache.hadoop.io.WritableComparable,E extends org.apache.hadoop.io.Writable> - Class in org.apache.giraph.io.hcatalog
HCatalog EdgeInputFormat for reading edges from Hive/Pig.
HCatalogEdgeInputFormat() - Constructor for class org.apache.giraph.io.hcatalog.HCatalogEdgeInputFormat
 
HCatalogEdgeInputFormat.HCatalogEdgeReader<I extends org.apache.hadoop.io.WritableComparable,E extends org.apache.hadoop.io.Writable> - Class in org.apache.giraph.io.hcatalog
HCatalogEdgeInputFormat.SingleRowHCatalogEdgeNoValueReader<I extends org.apache.hadoop.io.WritableComparable> - Class in org.apache.giraph.io.hcatalog
HCatalogEdgeInputFormat.HCatalogEdgeReader for tables holding a complete edge in each row where the edges contain no data other than IDs they point to.
HCatalogEdgeInputFormat.SingleRowHCatalogEdgeReader<I extends org.apache.hadoop.io.WritableComparable,E extends org.apache.hadoop.io.Writable> - Class in org.apache.giraph.io.hcatalog
HCatalogEdgeInputFormat.HCatalogEdgeReader for tables holding a complete edge in each row.
HCatalogEdgeReader(GiraphHCatInputFormat) - Constructor for class org.apache.giraph.io.hcatalog.HCatalogEdgeInputFormat.HCatalogEdgeReader
Constructor taking hcat input format to use.
HCatalogVertexInputFormat<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable> - Class in org.apache.giraph.io.hcatalog
Abstract class that users should subclass to load data from a Hive or Pig table.
HCatalogVertexInputFormat() - Constructor for class org.apache.giraph.io.hcatalog.HCatalogVertexInputFormat
 
HCatalogVertexInputFormat.HCatalogVertexReader - Class in org.apache.giraph.io.hcatalog
Abstract class that users should subclass based on their specific vertex input.
HCatalogVertexInputFormat.MultiRowHCatalogVertexReader - Class in org.apache.giraph.io.hcatalog
HCatalogVertexReader for tables holding vertex info across multiple rows sorted by vertex id column, so that they appear consecutively to the RecordReader.
HCatalogVertexInputFormat.SingleRowHCatalogVertexReader - Class in org.apache.giraph.io.hcatalog
HCatalogVertexReader for tables holding complete vertex info within each row.
HCatalogVertexOutputFormat<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable> - Class in org.apache.giraph.io.hcatalog
Abstract class that users should subclass to store data to Hive or Pig table.
HCatalogVertexOutputFormat() - Constructor for class org.apache.giraph.io.hcatalog.HCatalogVertexOutputFormat
 
HCatalogVertexOutputFormat.HCatalogVertexWriter<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable> - Class in org.apache.giraph.io.hcatalog
Abstract class that users should subclass based on their specific vertex output.
HCatalogVertexOutputFormat.MultiRowHCatalogVertexWriter<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable> - Class in org.apache.giraph.io.hcatalog
HCatalogVertexWriter to write each vertex in multiple rows.
HCatalogVertexOutputFormat.SingleRowHCatalogVertexWriter<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable> - Class in org.apache.giraph.io.hcatalog
HCatalogVertexWriter to write each vertex in each row.
HCatalogVertexReader() - Constructor for class org.apache.giraph.io.hcatalog.HCatalogVertexInputFormat.HCatalogVertexReader
 
HCatalogVertexValueInputFormat<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable> - Class in org.apache.giraph.io.hcatalog
HCatalog VertexValueInputFormat for reading vertex values from Hive/Pig.
HCatalogVertexValueInputFormat() - Constructor for class org.apache.giraph.io.hcatalog.HCatalogVertexValueInputFormat
 
HCatalogVertexValueInputFormat.HCatalogVertexValueReader - Class in org.apache.giraph.io.hcatalog
HCatalogVertexValueInputFormat.SingleRowHCatalogVertexValueReader - Class in org.apache.giraph.io.hcatalog
HCatalogVertexValueInputFormat.HCatalogVertexValueReader for tables holding a complete vertex value in each row.
HCatalogVertexValueReader() - Constructor for class org.apache.giraph.io.hcatalog.HCatalogVertexValueInputFormat.HCatalogVertexValueReader
 
HCatalogVertexWriter() - Constructor for class org.apache.giraph.io.hcatalog.HCatalogVertexOutputFormat.HCatalogVertexWriter
 
HCatGiraphRunner - Class in org.apache.giraph.io.hcatalog
Hive Giraph Runner
HCatGiraphRunner(Class<? extends Computation>, Class<? extends VertexInputFormat>, Class<? extends EdgeInputFormat>, Class<? extends VertexOutputFormat>) - Constructor for class org.apache.giraph.io.hcatalog.HCatGiraphRunner
Giraph runner class.
hCatOutputFormat - Variable in class org.apache.giraph.io.hcatalog.HCatalogVertexOutputFormat
hcat output format
HCatUtils - Class in org.apache.hcatalog.mapreduce
Utility methods copied from HCatalog because of visibility restrictions.
HiveUtils - Class in org.apache.giraph.io.hcatalog
Utilities and helpers for working with Hive tables.

I

initGiraphJob(GiraphJob) - Method in class org.apache.giraph.io.hcatalog.HCatGiraphRunner
Override this method to do additional setup with the GiraphJob that will run.
initialize(InputSplit, TaskAttemptContext) - Method in class org.apache.giraph.io.hcatalog.HCatalogEdgeInputFormat.HCatalogEdgeReader
 
initialize(InputSplit, TaskAttemptContext) - Method in class org.apache.giraph.io.hcatalog.HCatalogVertexInputFormat.HCatalogVertexReader
 
initialize(RecordWriter<WritableComparable<?>, HCatRecord>) - Method in class org.apache.giraph.io.hcatalog.HCatalogVertexOutputFormat.HCatalogVertexWriter
Initialize with the HCatRecordWriter
initialize(TaskAttemptContext) - Method in class org.apache.giraph.io.hcatalog.HCatalogVertexOutputFormat.HCatalogVertexWriter
 
initialize(InputSplit, TaskAttemptContext) - Method in class org.apache.giraph.io.hcatalog.HCatalogVertexValueInputFormat.HCatalogVertexValueReader
 
isVerbose - Variable in class org.apache.giraph.io.hcatalog.HCatGiraphRunner
is verbose

M

main(String[]) - Static method in class org.apache.giraph.io.hcatalog.HCatGiraphRunner
main method
MultiRowHCatalogVertexReader() - Constructor for class org.apache.giraph.io.hcatalog.HCatalogVertexInputFormat.MultiRowHCatalogVertexReader
 
MultiRowHCatalogVertexWriter() - Constructor for class org.apache.giraph.io.hcatalog.HCatalogVertexOutputFormat.MultiRowHCatalogVertexWriter
 

N

newHCatReader(HCatStorageHandler, Map<String, String>) - Static method in class org.apache.hcatalog.mapreduce.HCatUtils
Create a new HCatRecordReader.
nextEdge() - Method in class org.apache.giraph.io.hcatalog.HCatalogEdgeInputFormat.HCatalogEdgeReader
 
nextVertex() - Method in class org.apache.giraph.io.hcatalog.HCatalogVertexInputFormat.HCatalogVertexReader
 
nextVertex() - Method in class org.apache.giraph.io.hcatalog.HCatalogVertexInputFormat.MultiRowHCatalogVertexReader
 
nextVertex() - Method in class org.apache.giraph.io.hcatalog.HCatalogVertexValueInputFormat.HCatalogVertexValueReader
 

O

org.apache.giraph.io.hcatalog - package org.apache.giraph.io.hcatalog
Package of input and output format classes for loading and storing Hive/Pig data using HCatalog.
org.apache.hcatalog.mapreduce - package org.apache.hcatalog.mapreduce
Package for HCatalog helper utilities.
outputTableName - Variable in class org.apache.giraph.io.hcatalog.HCatGiraphRunner
output table name
outputTablePartitionValues - Variable in class org.apache.giraph.io.hcatalog.HCatGiraphRunner
output table partitions

P

parsePartitionValues(String) - Static method in class org.apache.giraph.io.hcatalog.HiveUtils
 
processMoreArguments(CommandLine) - Method in class org.apache.giraph.io.hcatalog.HCatGiraphRunner
Override this method to process additional command-line arguments.

R

run(String[]) - Method in class org.apache.giraph.io.hcatalog.HCatGiraphRunner
 

S

setConf(Configuration) - Method in class org.apache.giraph.io.hcatalog.HCatGiraphRunner
 
setEdgeInput(Job, InputJobInfo) - Static method in class org.apache.giraph.io.hcatalog.GiraphHCatInputFormat
Set edge InputJobInfo.
setVertexInput(Job, InputJobInfo) - Static method in class org.apache.giraph.io.hcatalog.GiraphHCatInputFormat
Set vertex InputJobInfo.
SingleRowHCatalogEdgeNoValueReader(GiraphHCatInputFormat) - Constructor for class org.apache.giraph.io.hcatalog.HCatalogEdgeInputFormat.SingleRowHCatalogEdgeNoValueReader
Constructor
SingleRowHCatalogEdgeReader(GiraphHCatInputFormat) - Constructor for class org.apache.giraph.io.hcatalog.HCatalogEdgeInputFormat.SingleRowHCatalogEdgeReader
Constructor
SingleRowHCatalogVertexReader() - Constructor for class org.apache.giraph.io.hcatalog.HCatalogVertexInputFormat.SingleRowHCatalogVertexReader
 
SingleRowHCatalogVertexValueReader() - Constructor for class org.apache.giraph.io.hcatalog.HCatalogVertexValueInputFormat.SingleRowHCatalogVertexValueReader
 
SingleRowHCatalogVertexWriter() - Constructor for class org.apache.giraph.io.hcatalog.HCatalogVertexOutputFormat.SingleRowHCatalogVertexWriter
 

V

VERTEX_INPUT_JOB_INFO - Static variable in class org.apache.giraph.io.hcatalog.GiraphHCatInputFormat
Vertex input job info for HCatalog.
vertexInputTableFilterExpr - Variable in class org.apache.giraph.io.hcatalog.HCatGiraphRunner
vertex input table filter
vertexInputTableName - Variable in class org.apache.giraph.io.hcatalog.HCatGiraphRunner
vertex input table name

W

workers - Variable in class org.apache.giraph.io.hcatalog.HCatGiraphRunner
workers
writeVertex(Vertex<I, V, E>) - Method in class org.apache.giraph.io.hcatalog.HCatalogVertexOutputFormat.MultiRowHCatalogVertexWriter
 
writeVertex(Vertex<I, V, E>) - Method in class org.apache.giraph.io.hcatalog.HCatalogVertexOutputFormat.SingleRowHCatalogVertexWriter
 
A C D E F G H I M N O P R S V W 
Skip navigation links

Copyright © 2011-2019 The Apache Software Foundation. All Rights Reserved.