public static class Reduce extends Reducer<Text, Text, Text, Text> private Text txtReduceOutputKey= new Text(""); public void reduce(Text但是reduce方法在执行时会被忽略。因此,我无法
嗨,我有一个网络程序,我需要在IE8中运行。在IE8上不直接支持javascript reduce方法,因此我传入了reduce方法的Polyfill,如下所述:IE/JS: reduce on an object 现在,我遇到了Object.defineProperty()的另一个问题,该对象不支持此操作。我一直在研究这个解决方案Object.defineProperty alternative for IE8,但我想不出