[
https://issues.apache.org/jira/browse/TAJO-94?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13755871#comment-13755871
]
Hudson commented on TAJO-94:
----------------------------
SUCCESS: Integrated in Tajo-trunk-postcommit #384 (See
[https://builds.apache.org/job/Tajo-trunk-postcommit/384/])
TAJO-94: Remove duplicate proto files. (hyunsik) (hyunsik:
https://git-wip-us.apache.org/repos/asf?p=incubator-tajo.git&a=commit&h=2056211681697aa57e7520f1112e60d56c45e497)
* tajo-rpc/src/main/java/org/apache/tajo/rpc/benchmark/BenchmarkAsyncRPC.java
* CHANGES.txt
* tajo-core/tajo-core-backend/src/main/proto/Security.proto
* tajo-common/src/main/proto/PrimitiveProtos.proto
* tajo-catalog/tajo-catalog-common/src/main/proto/DataTypes.proto
* tajo-core/tajo-core-backend/src/main/proto/PrimitiveProtos.proto
* tajo-core/tajo-core-storage/src/main/proto/DataTypes.proto
* tajo-core/tajo-core-storage/src/main/proto/CatalogProtos.proto
* tajo-core/tajo-core-backend/src/main/proto/DataTypes.proto
* tajo-catalog/tajo-catalog-client/src/main/proto/DataTypes.proto
* tajo-core/tajo-core-backend/src/main/proto/CatalogProtos.proto
* tajo-core/tajo-core-backend/src/main/proto/TajoIdProtos.proto
* tajo-core/tajo-core-storage/src/main/proto/PrimitiveProtos.proto
* tajo-catalog/tajo-catalog-client/src/main/proto/CatalogProtos.proto
* tajo-rpc/src/main/proto/PrimitiveProtos.proto
* tajo-rpc/pom.xml
* tajo-catalog/tajo-catalog-common/pom.xml
* tajo-core/tajo-core-backend/src/main/proto/yarn_protos.proto
* tajo-core/tajo-core-backend/src/main/proto/CatalogProtocol.proto
* tajo-core/tajo-core-backend/pom.xml
* tajo-common/pom.xml
* tajo-core/tajo-core-storage/pom.xml
* tajo-catalog/tajo-catalog-client/src/main/proto/PrimitiveProtos.proto
* tajo-catalog/tajo-catalog-client/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
> Assignee: Hyunsik Choi
> Priority: Minor
> Fix For: 0.2-incubating
>
> 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