Hyunsik Choi created TAJO-94:
--------------------------------
Summary: 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
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
|