You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@slider.apache.org by "Steve Loughran (JIRA)" <ji...@apache.org> on 2015/11/20 17:26:10 UTC

[jira] [Created] (SLIDER-997) Cleanup/refactor SliderClient

Steve Loughran created SLIDER-997:
-------------------------------------

             Summary: Cleanup/refactor SliderClient
                 Key: SLIDER-997
                 URL: https://issues.apache.org/jira/browse/SLIDER-997
             Project: Slider
          Issue Type: Improvement
          Components: client
    Affects Versions: Slider 0.81
            Reporter: Steve Loughran
            Priority: Minor


SliderClient is now ~5K lines, being a yarn service which as the entry point for the CLI, tests, other apps (e.g Ambari) and contains most of the code to do the work.

It's time to clean it up, while leaving all those public APIs alone.

Primarily: 

# move all code related to launching an app out into its own class
# same for deleting, listing &c.
# look at the remaining methods and see if there is stuff which could be unified.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)