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

ASF subversion and git services commented on KUDU-2971:
-------------------------------------------------------

Commit 68f9fbc420a7ade895ffa639971978713fbbee4f in kudu's branch 
refs/heads/master from Hao Hao
[ https://gitbox.apache.org/repos/asf?p=kudu.git;h=68f9fbc ]

KUDU-2971 p1: add subprocess module

Utility classes exist that allow for IPC over stdin/stdout via protobuf
and JSON-encoded protobuf. This commit moves those classes into their
own directory so it can be reused by other subprocesses.

Following commits can then extend it to support concurrent communications
with subprocess. There are no functional changes in this patch.

Change-Id: If73e27772e1897a04f04229c4906a24c61e361f2
Reviewed-on: http://gerrit.cloudera.org:8080/14425
Tested-by: Kudu Jenkins
Reviewed-by: Andrew Wong <aw...@cloudera.com>


> Add a generic Java library wrapper
> ----------------------------------
>
>                 Key: KUDU-2971
>                 URL: https://issues.apache.org/jira/browse/KUDU-2971
>             Project: Kudu
>          Issue Type: Sub-task
>    Affects Versions: 1.11.0
>            Reporter: Hao Hao
>            Assignee: Hao Hao
>            Priority: Major
>
> For Ranger integration, to call Java Ranger plugin from masters, we need a 
> create a wrapper (via Java subprocess). This should be generic to be used by 
> future integrations (e.g. Atlas) which need to call other Java libraries.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to