Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
This package removes unused classes and files :
- FragmentDeserializer
- scheduler/event/*
- Callback in tajo-rpc
- NettyAsyncRpcProxy
- NettyBlockingRpcProxy
- NettyRpc
- NettyRpcServer
- rpc/benchmark/* in tajo-rpc
- ProtoParamRpcProtocol.proto
- ProtoParamRpcProtos.proto
Also, this patch renames as follows:
- CallFuture2 to CallFuture
- ProtoAsyncRpc* -> AsyncRpc*
- ProtoBlockingRpc* -> BlockingRpc*
Finally, this patch moves InCountry and Country functions from tajo/engine/function package to tajo/engine/function/geo package.