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

Nicolas Liochon commented on HBASE-9299:
----------------------------------------

I use the first two approaches, I personally prefer the first to the second. I 
would not -1 the second, I can live with it, but I prefer the first one because:
 - for contributors fixing a bug from time to time, they don't need to know 
about protoc: they usually don't change the interface.
 - for myself, when I have issues with the last build, I can compared with the 
apache build w/o thinking about protoc. I have to think about it only when I 
modify the interfaces (and yes it's badly documented).

I would love a plugin that would encapsulate the protoc version and would get 
it on the fly (i.e. a real plugin, not a wrapper...), but I haven't found one.

                
> 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