Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to compile with noproto #41

Closed
ldespot opened this issue Apr 26, 2011 · 3 comments
Closed

Unable to compile with noproto #41

ldespot opened this issue Apr 26, 2011 · 3 comments

Comments

@ldespot
Copy link

ldespot commented Apr 26, 2011

I did a fresh git clone this evening and am getting lots of issues being unable to find StorageBlock when compiling with "ant noproto release-jar"

[echo] building without protobuf support
[javac] /Users/jreitman/Development/web_development/elephant-bird/build.xml:89: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 83 source files to /Users/jreitman/Development/web_development/elephant-bird/build/classes
[javac] /Users/jreitman/Development/web_development/elephant-bird/src/java/com/twitter/elephantbird/mapreduce/io/BinaryBlockReader.java:6: package com.twitter.data.proto.BlockStorage does not exist
[javac] import com.twitter.data.proto.BlockStorage.SerializedBlock;
[javac] ^
[javac] /Users/jreitman/Development/web_development/elephant-bird/src/java/com/twitter/elephantbird/mapreduce/io/BinaryBlockReader.java:27: cannot find symbol

@dvryaboy
Copy link
Contributor

Yep, looks like we broke the noproto target in some recent refactorings. We'll fix but in the meantime, the solution is simply to install protocol buffers 2.3...

@ldespot
Copy link
Author

ldespot commented Apr 27, 2011

Thanks for the info. Installing thrift and protobuf is more than I have time for. Was just trying to see if the JsonLoader for Pig would solve some of the issues I was having. Looks like I will just put pig on the backburner for a while.

Cheers!

@ldespot ldespot closed this as completed Apr 27, 2011
@mihaic
Copy link

mihaic commented Nov 25, 2011

I have the same issue with a fresh clone of master. Building without protocol buffers is still mentioned in Readme.md.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants