在ant编译期间处理未解决的依赖关系

时间:2015-02-10 05:03:22

标签: hadoop twitter ant ivy

我正在尝试构建https://github.com/myleott/twitter-corpus-tools处的twitter-corpus-tools。

这是我到目前为止执行的步骤。

  1. 在我的机器中克隆存储库。

    git clone https://github.com/myleott/twitter-corpus-tool
    
  2. 更改为克隆目录。

    cd twitter-corpus-tools/
    
  3. 开始编译。

    ant compile
    
  4. 编译完成所有正在喷出的消息。但是,在某些时候,我收到此错误消息。
  5. [ivy:retrieve]    ==== libraries: tried
    [ivy:retrieve]      -- artifact com.cloudera.hadoop#hadoop-mrunit;0.20.2-320!hadoop-mrunit.jar:
    [ivy:retrieve]      /home/masroor/Projects/TREC2011/twitter-corpus-tools/ivy/local-repo/hadoop-mrunit-0.20.2-320.jar
    [ivy:retrieve]        ::::::::::::::::::::::::::::::::::::::::::::::
    [ivy:retrieve]        ::          UNRESOLVED DEPENDENCIES         ::
    [ivy:retrieve]        ::::::::::::::::::::::::::::::::::::::::::::::
    [ivy:retrieve]        :: com.cloudera.hadoop#hadoop-mrunit;0.20.2-320: not found
    [ivy:retrieve]        ::::::::::::::::::::::::::::::::::::::::::::::
    [ivy:retrieve] 
    [ivy:retrieve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS
    

    此时我不知道该怎么做。我在网上看到其他报告(包括this one,幻灯片22),人们已成功完成此版本。

0 个答案:

没有答案