Correction to BUILDING.txt: HDFS needs ProtocolBuffer, too (not just MapReduce)
-------------------------------------------------------------------------------
Key: HADOOP-8113
URL: https://issues.apache.org/jira/browse/HADOOP-8113
Project: Hadoop Common
Issue Type: Improvement
Components: documentation
Affects Versions: 0.23.2
Reporter: Eugene Koontz
Priority: Trivial
Currently BUILDING.txt states:
{quote}
ProtocolBuffer 2.4.1+ (for MapReduce)
{quote}
But HDFS needs ProtocolBuffer too:
{code}
hadoop-common/hadoop-hdfs-project$ find . -name "*.proto" | wc -l
11
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira