Hadoop 2.0 JAR files

后端 未结 3 1620
感动是毒
感动是毒 2020-12-11 22:46

I am getting an unexpected error when trying to instantiate a Configuration object in my Map/Reduce program.

The error is as follows:

3条回答
  •  醉话见心
    2020-12-11 23:00

    you can try right-clicking the Project, ->Build Path -> Configure Build Path

    Go to your src folder, point to "Native Library", then edit the location to the location of your hadoop native library folder (normally: ~/hadoop-x.x.x/lib/native/"folder-depending-on-your-system")

提交回复
热议问题