Пример #1
0
 public static void main(String[] args) throws InterruptedException, ExecutionException {
   GPathBSP.runBsp(
           "BiconnectBranches",
           Conf.getDefaultConfiguration("local-mapreduce"),
           BiconnectBranchesBSP.class)
       .get();
 }