[ 
https://issues.apache.org/jira/browse/HADOOP-9346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Harsh J updated HADOOP-9346:
----------------------------

    Attachment: HADOOP-9346.patch

The fix is expectedly simple (and is attached). The issue is that the protoc of 
2.5.0 adds new calls/classes to generated code that the older 2.4.x jars do not 
carry. Since the project explicitly downloads version 2.4.0a, we run into 
various 'missing' form of errors.
                
> Upgrading to protoc 2.5.0 fails the build
> -----------------------------------------
>
>                 Key: HADOOP-9346
>                 URL: https://issues.apache.org/jira/browse/HADOOP-9346
>             Project: Hadoop Common
>          Issue Type: Task
>            Reporter: Harsh J
>            Priority: Minor
>         Attachments: HADOOP-9346.patch
>
>
> Reported over the impala lists, one of the errors received is:
> {code}
> src/hadoop-common-project/hadoop-common/target/generated-sources/java/org/apache/hadoop/ha/proto/ZKFCProtocolProtos.java:[104,37]
>  can not find symbol.
> symbol: class Parser
> location: package com.google.protobuf
> {code}
> Worth looking into as we'll eventually someday bump our protobuf deps.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to