| Constructor and Description |
|---|
InputFormatRDD() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.spark.api.java.JavaPairRDD<Object,VertexWritable> |
readGraphRDD(org.apache.commons.configuration.Configuration configuration,
org.apache.spark.api.java.JavaSparkContext sparkContext)
Read the graphRDD from the underlying graph system.
|
public org.apache.spark.api.java.JavaPairRDD<Object,VertexWritable> readGraphRDD(org.apache.commons.configuration.Configuration configuration, org.apache.spark.api.java.JavaSparkContext sparkContext)
InputRDDreadGraphRDD in interface InputRDDconfiguration - the configuration for the SparkGraphComputer.sparkContext - the Spark context with the requisite methods for generating a JavaPairRDD.Copyright © 2013–2015 Apache Software Foundation. All rights reserved.