Package org.apache.flink.test.recordJobs.graph

Examples of org.apache.flink.test.recordJobs.graph.DanglingPageRank


    resultPath = getTempFilePath("results");
  }

  @Override
  protected Plan getTestJob() {
    DanglingPageRank pr = new DanglingPageRank();
    Plan plan = pr.getPlan(
      String.valueOf(DOP),
      pagesPath,
      edgesPath,
      resultPath,
      "25"// max iterations
View Full Code Here

TOP

Related Classes of org.apache.flink.test.recordJobs.graph.DanglingPageRank

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.