Split IPClusterApp into multiple Application subclasses for each subcommand

Bug #514905 reported by Brian Granger
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
IPython
Confirmed
Undecided
Unassigned

Bug Description

IPClusterApp has multiple subcommand (start, list, stop, create). All of these are currently implemented in a single Application subclass. We need to create a common base class that has dispatching to split the different subcommand into their own Application subclasses.

Revision history for this message
Brian Granger (ellisonbg) wrote :

This would help resolve some of the difficulties we have in finding and creating cluster directories. If the user gives the --cluster-dir option to specify a cluster_dir, it currrently looks in cwd, but only proceeds if the directory already exists. That is fine for start/stop, but awkward for create as it requires the user to first create the directory using mkdir and then to ipcluster create. Basically, create needs to handle finding the cluster dir differently than start/stop. What is also awkward is that start can also auto create the cluster dir, but it should do so differently than create. But what if ipcluster start is run with the --cluster-dir option?

Splitting IPClusterApp into different sub apps will enable us to better utilize custom logic for each app.

Changed in ipython:
status: New → Confirmed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.