I have written my own codes of map and reduce function in OpenCL kernel. General scenario of MapReduce which is basically incorporated in Hadoop which itself is written in java.
How can I use my own map-reduce codes written in C/OpenCL in hadoop on multi-node cluster?
I have already asked this type of question before but didn't get any response. Any link for tutorial would be useful.
I am willing to read on my own, I just can't find any resources pertaining to this. ANY kind of help would be appreciated. Thank you for time and concern.