Package | Description |
---|---|
org.apache.giraph.block_app.framework |
Block application abstraction package.
|
org.apache.giraph.conf |
Package of Giraph configuration related things.
|
org.apache.giraph.io.formats.multi |
Package for Input formats which wrap several input formats and allow
reading data from multiple sources.
|
org.apache.giraph.job |
Package of all the classes involved in job launch.
|
org.apache.giraph.jython |
Jython integration.
|
org.apache.giraph.jython.factories |
Jython factories.
|
org.apache.giraph.master.input |
Input related master classes
|
Modifier and Type | Field and Description |
---|---|
static StrConfOption |
AbstractBlockFactory.CONFIGURATORS
Comma separated list of BulkConfigurators, that are going to be called
to simplify specifying of large number of properties.
|
Modifier and Type | Field and Description |
---|---|
static StrConfOption |
GiraphConstants.CHECKPOINT_COMPRESSION_CODEC
Compression algorithm to be used for checkpointing.
|
static StrConfOption |
GiraphConstants.CHECKPOINT_DIRECTORY
This directory has/stores the available checkpoint files in HDFS.
|
static StrConfOption |
GiraphConstants.DNS_INTERFACE
Interface to use for hostname resolution
|
static StrConfOption |
GiraphConstants.DNS_NAMESERVER
Server for hostname resolution
|
static StrConfOption |
GiraphConstants.EDGE_OUTPUT_FORMAT_SUBDIR
EdgeOutputFormat sub-directory
|
static StrConfOption |
GiraphConstants.GIRAPH_TEXT_OUTPUT_FORMAT_SEPARATOR
GiraphTextOuputFormat Separator
|
static StrConfOption |
GiraphConstants.GIRAPH_YARN_LIBJARS
conf key for comma-separated list of jars to export to YARN workers
|
static StrConfOption |
GiraphConstants.JMAP_PATH
Path where jmap exists
|
static StrConfOption |
GiraphConstants.LOG_LEVEL
Override the Hadoop log level and set the desired log level.
|
static StrConfOption |
FacebookConfiguration.MAPRED_JAVA_JOB_OPTIONS
Java options passed to mappers.
|
static StrConfOption |
GiraphConstants.METRICS_DIRECTORY
Directory in HDFS to write master metrics to, instead of stderr
|
static StrConfOption |
GiraphConstants.NETTY_CLIENT_EXECUTION_AFTER_HANDLER
Where to place the netty client execution handle?
|
static StrConfOption |
GiraphConstants.NETTY_COMPRESSION_ALGORITHM
Netty - set which compression to use
|
static StrConfOption |
GiraphConstants.NETTY_SERVER_EXECUTION_AFTER_HANDLER
Where to place the netty server execution handle?
|
static StrConfOption |
GiraphConstants.PARTITIONS_DIRECTORY
Comma-separated list of directories in the local filesystem for
out-of-core partitions.
|
static StrConfOption |
GiraphConstants.RESTART_JOB_ID
If application is restarted manually we need to specify job ID
to restart from.
|
static StrConfOption |
GiraphConstants.VERTEX_OUTPUT_FORMAT_SUBDIR
EdgeOutputFormat sub-directory
|
static StrConfOption |
GiraphConstants.ZOOKEEPER_LIST
ZooKeeper comma-separated list (if not set,
will start up ZooKeeper locally).
|
static StrConfOption |
GiraphConstants.ZOOKEEPER_MANAGER_DIRECTORY
If ZOOKEEPER_LIST is not set, then use this directory to manage
ZooKeeper
|
Modifier and Type | Field and Description |
---|---|
static StrConfOption |
EdgeInputFormatDescription.EDGE_INPUT_FORMAT_DESCRIPTIONS
EdgeInputFormats description - JSON array containing a JSON array for
each edge input.
|
static StrConfOption |
MappingInputFormatDescription.MAPPING_INPUT_FORMAT_DESCRIPTIONS
MappingInputFormats description - JSON array containing a JSON array for
each mapping input.
|
static StrConfOption |
VertexInputFormatDescription.VERTEX_INPUT_FORMAT_DESCRIPTIONS
VertexInputFormats description - JSON array containing a JSON array for
each vertex input.
|
Modifier and Type | Field and Description |
---|---|
static StrConfOption |
ClientThriftServer.CLIENT_THRIFT_SERVER_HOST
The client can run a Thrift server (e.g.
|
Modifier and Type | Field and Description |
---|---|
static StrConfOption |
JythonOptions.JYTHON_COMPUTATION_CLASS_NAME
Name of Computation class in Jython script
|
Modifier and Type | Method and Description |
---|---|
StrConfOption |
JythonOptions.JythonGraphTypeOptions.getJythonClassNameOption() |
Modifier and Type | Method and Description |
---|---|
StrConfOption |
JythonFactoryBase.jythonClassNameOption()
The
Configuration option for setting the
Jython class name in this factory implementation. |
Modifier and Type | Field and Description |
---|---|
static StrConfOption |
MasterInputSplitsHandler.DONE_FRACTIONS_TO_STORE_IN_COUNTERS
Store in counters timestamps when we finished reading
these fractions of input
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.