elephant-bird icon indicating copy to clipboard operation
elephant-bird copied to clipboard

Compile failure: cannot find hadoop-compat/target/classes directory

Open ghost opened this issue 11 years ago • 4 comments

I followed the first 2 instructions in the Quickstart section of the Readme. When I run mvn package -Dprotobuf.version=2.3.0, I get the following error:

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

ghost avatar Jul 19 '13 21:07 ghost

It should build. Can your try 'mvn clean package'.

Please attach full log if you can.

rangadi avatar Jul 19 '13 22:07 rangadi

I tried again using mvn clean package -Dprotobuf.version=2.3.0, and the issue was not resolved. Here is a link to the full log:

http://txtup.net/BNyCz

ghost avatar Jul 19 '13 22:07 ghost

That output seems to be truncated. I don't see any [ERROR] there.

rangadi avatar Jul 20 '13 00:07 rangadi

Sorry about that. It was truncated to 60,000 characters. Here is the rest of the log, starting from the last [DEBUG] line:

http://txtup.co/tXLWW

ghost avatar Jul 22 '13 01:07 ghost