我正在尝试使用ElephantBird为Pig添加序列文件存储功能。我从GitHub克隆了ElephantBird包,但是当我尝试使用mvn package
进行编译时,我收到以下错误:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project elephant-bird-hadoop-compat: Compilation failure
[ERROR] Failure executing javac, but could not parse the error:
[ERROR] javac: directory not found: /Users/Johno/Downloads/elephant-bird-download/hadoop-compat/target/classes
我不明白发生了什么,因为我没有编辑目录。我刚刚按照ElephantBird Readme上的快速入门下列出的前2条说明进行操作。我检查了问题日志,似乎没有发生在其他人身上。为什么是我?