ElephantBirdソースをダウンロードし、「mvn package」を実行してビルドしようとしましたが、次のエラーが発生します。
[ERROR] Failed to execute goal com.github.igor-petruk.protobuf:protobuf-maven-plugin:0.4:run (default) on project elephant-bird-core: Unable to find 'protoc' -> [Help 1]
mvnバージョン3.0.3を使用していて、MacとUbuntuで試しましたが、同じエラーが発生しました。
編集1:
Lorandのコメントのおかげで、プロトコルバッファをアップグレードすることで上記の問題を解決しました。Thrift 0.7.0もインストールしましたが、elephant-pigのビルド中に別のコンパイルエラーが発生します。
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:testCompile (default-testCompile) on project elephant-bird-pig: Compilation failure: Compilation failure: [ERROR] /root/elephant-bird/pig/src/test/java/com/twitter/elephantbird/pig/util/TestThriftNameWritableConverter.java:[12,26] invalid inferred types for W; inferred type does not conform to declared bound(s)