I am working on Stanford's GPS (graph processing system) framework for distributed processing of graphs. The framework uses hadoop. As per GPS documentation, installing GPS requires copying hadoop-core-xxx.jar file to be copied in its libs directory. But, I found that hadoop-core-xxx.jar is not present in hadoop 2.7.1. What is equivalent to the hadoop core file in 2.7.1 version?
Thanks in advance...