With reference to my previous question
My doubt is how to configure HDFS with other languages. Not able to find proper tutorials to incorporate HDFS with opencl/cuda codes. I have written my own codes for Map and Reduce in opencl. Both Map and Reduce functions are GPU's kernel functions. Now I want to use HDFS on multiple nodes to implement my codes.
Anybody please tell me the tutorials to implement GPU/OpenCL codes under HADOOP framework. Thank you in advance.
NOTE: I don't want to use APARAPI/JavaCL.