mapreduce - How do i set reducer output name in Hadoop? -


I have a job that will emit 900,000 different outputs. Each one of them should be identified by a specific unique name ... that is, "name" I have on map otputaki, how can I reduce it to the map?

You can use multiple output , you will find an example in which you Almost required, you have to replace it with the generFileName function:

  string generatedFilename (KK, VV) {Return K.OustString (); }    

Comments

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

c++ - Qt::make_shared for creating QSharedPtr as std::make_shared for creating std::shared_ptr -