[
https://issues.apache.org/jira/browse/SLIDER-782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14321623#comment-14321623
]
ASF subversion and git services commented on SLIDER-782:
--------------------------------------------------------
Commit 67938ee99a5115910f90c5f31c00c2a87a8d5638 in incubator-slider's branch
refs/heads/develop from [[email protected]]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-slider.git;h=67938ee ]
Merge branch 'feature/SLIDER-782_SLIDER_RPC_Client_API_in_sync_with_REST_API'
into develop
> Implement SLIDER RPC Client API in sync with REST API
> -----------------------------------------------------
>
> Key: SLIDER-782
> URL: https://issues.apache.org/jira/browse/SLIDER-782
> Project: Slider
> Issue Type: Task
> Components: appmaster, client
> Affects Versions: Slider 0.70
> Reporter: Steve Loughran
> Assignee: Steve Loughran
> Fix For: Slider 0.80
>
>
> SLIDER-151 is adding new datatypes and operations between client and AM. But
> these won't work on Hadoop 2.6 due to proxy limitations, and will require a
> full switch of client code when adopted.
> We can support Hadoop 2.6 by providing an IPC implementation of the new
> operations. That implies
> # protobuf declaration of new types + marshalling
> # extend/replace the slider client IPC interface with the new operations
> # provide IPC implementation class of {{SliderApplicationApi}}
> # AM to implement the new operations (after pulling existing IPC endpoint out
> of AM and into a helper class bonded to the AM via the StateView class
> # add registry location of IPC
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)