我是日本大学生。所以, 我可能英语讲不好。
现在,我学习mst,hadoop。我指的是mst这个页面。但是,我想在多轮mst。我想输出每个边,而不是发出一个总边。
所以112-115号线
String strKey = new String();
strKey += inputKey;
Text outputKey = new Text(strKey);
```
String strKey = new String();
strKey = Integer.toString(inputKey);
Text outputKey = new Text(strKey);
```
~~~~~我想这样。
但是,如果存在未定义的构造函数或类型不匹配,则无法工作。
你能告诉我改进的地方吗?
我想到mst 1轮g=(v,e)v=v1∪第2版。。。∪vkv1和v2运行这个程序。(同时,v2和v3…)
每次结果2~多轮再运行程序,最终生成mst。
暂无答案!
目前还没有任何答案,快来回答吧!