-
Type:
Sub-task
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: Slider 0.70
-
Fix Version/s: Slider 0.80
-
Labels:None
-
Sprint:Slider December #1
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
- is depended upon by
-
SLIDER-713 Implement the cluster flex operation via REST
-
- Open
-
-
SLIDER-717 Migrate slider client to slider REST API
-
- Open
-
-
SLIDER-151 Implement full slider API in REST and switch client to it
-
- Open
-