Open ramirezaa opened 9 years ago
Hello ramirezza.. Even I have faced similar issue but check your logs. It will prove you are using GPU. Another way to confirm is to run the ./kmeans2D-gpu.sh on a input. This program will run the processing on the GPU alone.
Hello @ramirezaa , The issue is with NVIDIA driver component not loading the kernel module. The solution is that you install nvidia-modprobe and then try running the job. I'm confident that you will see the green bars in JobTracker Web Interface.
I have succesfully ran the hadoop-gpu example programs succesfully, but I believe I am only using the CPU since when I observe at the customized web interface, I only see blue bars and not the green bars. I have include my
mapred-site.xml
file:What am I doing wrong?
Thanks!