How to implement Hadoop as non map/reduce ?
0
0
Entering edit mode
4.3 years ago
Gene ▴ 20

We are bachelor students working on programming project. We need to use Hadoop and Java.

Our application loads a FASTQ document, counts IDs, read length, count all bases, perfoms k-mer analysis. We implemented it as a Map/Reduce Approach. Now, my question is how to use Hadoop in a non map/reduce manner?

Is it enough to just block reducers,

 job.setNumreduceTasks(0)

Or another way also exists?

next-gen hadoop non Map/Reduce java fastq • 737 views
ADD COMMENT
0
Entering edit mode

I do not quite understand the intention behind this question. If the main function of Hadoop is to provide a map/reduce framework, why would you then turn this function off? Just for comparing run-time or testing?

ADD REPLY
0
Entering edit mode

Yes, just for testing, as a second task in our Project.

ADD REPLY

Login before adding your answer.

Traffic: 1171 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6