Hadoop 2.4 Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.7

前端 未结 3 740
北恋
北恋 2021-01-15 06:30

I am trying to install Hadoop 2.4.0 from source, I got the following error, I have googled around but cannot find any solution.

Please help.

Regards

相关标签:
3条回答
  • 2021-01-15 07:00

    Go to hadoop-common > target > native > CMakeFiles, check the error log CMakeError.log.

    Is g++ installed?

    0 讨论(0)
  • 2021-01-15 07:08

    sudo apt-get install zlib1g-dev

    sudo apt-get install libssl-dev


    You need the support of the two libraries

    0 讨论(0)
  • 2021-01-15 07:16

    Try the following: sudo apt-get install ant. It worked for me.

    0 讨论(0)
提交回复
热议问题