Hi Trinesh,
By the look of it, it looks like hadoop script is not in the path. For that, hadoop/bin should have been in the active path, which I cannot see in your classpath. If you go in hadoop/bin folder, you would see all the script ( even hadoop script) which is executed when you type in the command. Here, OS is not able to find the script in the active path and so throwing an error.
Could you please but hadoop/bin folder in the active path and see if typing the command: hadoop -version
Or you can try one more thing. You can manually go in hadoop/bin folder and try the command: hadoop -version and probably it should work.
Please let me know if this solves the problem.
Best,
Nitesh