I - the Vertex ID typeV - the Vertex Value typeE - the Edge Value typeM1 - the incoming Message typeM2 - the outgoing Message typepublic class GiraphConfigurationValidator<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable,M1 extends org.apache.hadoop.io.Writable,M2 extends org.apache.hadoop.io.Writable> extends Object
| Constructor and Description |
|---|
GiraphConfigurationValidator(org.apache.hadoop.conf.Configuration conf)
Constructor to execute the validation test, throws
unchecked exception to end job run on failure.
|
| Modifier and Type | Method and Description |
|---|---|
void |
validateConfiguration()
Make sure that all registered classes have matching types.
|
public GiraphConfigurationValidator(org.apache.hadoop.conf.Configuration conf)
conf - the Configuration for this run.public void validateConfiguration()
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.