gpt4 book ai didi

visual-studio-2010 - 在 Visual Studio 中调试 MapReduce 程序

转载 作者:可可西里 更新时间:2023-11-01 15:39:54 25 4
gpt4 key购买 nike

我正在使用 Microsoft.Hadoop.MapReduce SDK 构建 Map/Reduce 程序。它工作正常。但我无法弄清楚,如何调试 Map 和 Reduce 函数。

最佳答案

StreamingUnit 类支持通过简单的进程内执行 map-reduce 组件来调试 Map/Reduce 程序。

var output = StreamingUnit.Execute<MyMapper, MyReducer>( string[] input);  

查看完整详情 here .

关于visual-studio-2010 - 在 Visual Studio 中调试 MapReduce 程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17897169/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com