1

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...

satya
  • 469
  • 1
  • 6
  • 14

2 Answers2

2

You're looking for hadoop-common. Here's hadoop-common-2.7.1.

Thiago Figueiro
  • 410
  • 5
  • 15
0

You can download the necessary hadoop-core jar file from here. I'm using it with hadoop 2.6, it must work with 2.7.1 as well.