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

Hyunsik Choi updated TAJO-94:
-----------------------------

    Attachment: TAJO-94.patch

I've attache the patch that removes duplicates protobuf files and adds 
proto_path arguments to pom.xml.
                
> Remove duplicate proto files.
> -----------------------------
>
>                 Key: TAJO-94
>                 URL: https://issues.apache.org/jira/browse/TAJO-94
>             Project: Tajo
>          Issue Type: Improvement
>          Components: build
>            Reporter: Hyunsik Choi
>            Priority: Minor
>         Attachments: TAJO-94.patch
>
>
> There are some duplicate proto files. DataTypes, CatalogProtos, 
> CatalogProtocol, PrimitiveProtos, and TajoIdProtos are duplicated in some 
> modules for importing external proto files. However, this problem can be 
> easily resolved by using the '--proto_path option'.
> Since Tajo uses maven to automatically generate protocol buffer classes, we 
> should just add the following option into proper tags.
> {code}
> <argument>--proto_path=../../dir..</argument>
> {code}

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