当我使用C#运行MapReduce示例应用程序时出现“失败的maptask超出允许的限制”错误,如下所示。谁能告诉我为什么它一直向我显示此错误?欣赏它。publicoverridevoidMap(stringinputLine,MapperContextcontext){//ExtractthenamespacedeclarationsintheCsharpfilesvarreg=newRegex(@"(using)\s[A-za-z0-9_\.]*\;");varmatches=reg.Matches(inputLine);foreach(Matchmatchinmatches){/