我对输出类型一无所知。我正在尝试这样的事情:
output=collection.mapReduce(map,reduce,null,
MapReduceCommand.OutputType.INLINE,null);
collection=output.getOutputCollection();
但是由于 INLINE 输出类型,该集合为空。我需要减少的集合,因为我需要进一步减少它。我怎么能这样做?
我对输出类型一无所知。我正在尝试这样的事情:
output=collection.mapReduce(map,reduce,null,
MapReduceCommand.OutputType.INLINE,null);
collection=output.getOutputCollection();
但是由于 INLINE 输出类型,该集合为空。我需要减少的集合,因为我需要进一步减少它。我怎么能这样做?