[ 
https://issues.apache.org/jira/browse/HBASE-9299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13747581#comment-13747581
 ] 

Eric Charles commented on HBASE-9299:
-------------------------------------

I agree with Nicolas arguments, still the barrier to be a time to time 
contributor is just already so high now, that protoc is not too much...
A bottom line would be to leave it as such and provide 2 ways to create the 
protobuf if needed:
- document the command line.
- put in the pom the commented directive to build (and document that that one 
can uncomment these to test new interfaces).

Not sure to completelty understand "encapsulate the protoc version and would 
get it on the fly": The hadoop one is quite clever and depending on the 
protobuf.jar version, it fails fast if the protoc --version is not the same. Is 
this what you mean?
                
> Generate the protobuf classes with hadoop-maven-plugin
> ------------------------------------------------------
>
>                 Key: HBASE-9299
>                 URL: https://issues.apache.org/jira/browse/HBASE-9299
>             Project: HBase
>          Issue Type: New Feature
>            Reporter: Eric Charles
>
> For now, the protobuf classes are generated once by a dev, and put in 
> src/main/resouce. 
> This allows the other dev to not have the correct protoc version available on 
> their machine. However, when a dev wants to modify the protoc messages, he 
> has to know how to generate the classes. This could be documented...
> Another approach would be to put a harder requirement on the hbase developers 
> (protoc available) and let the hadoop-maven-plugin 
> (http://central.maven.org/maven2/org/apache/hadoop/hadoop-maven-plugins/2.0.5-alpha)
>  to do the work (I have bad experience with other maven protobuf plugins, the 
> hadoop one works just out of the box).
> I don't think asking to install protoc to build hbase is so difficult, but 
> that's an additional step between the dev and the artifcat.
> The advantage would be to allow to have different protobuf versions for 
> different hbase distributions (perfectly possible but quite theorical).
> So
> option 1: We are happy to keep the classes in src/main/java
> option 2: We want to move to hadoop-maven-plugin 
> option 3: I may be short of idea... any other input?

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