Closed bpanneton closed 8 years ago
Kafka is this way as well except it seems like anything other than setuponly will start the service. Perhaps we should add interactive here as well.
And Zeppelin. With Kafka and Zeppelin maybe its just a documentation change.
And ZooKeeper
For magpie 2.0, "interactive" is now only configurable in the "MAGPIE_JOB_TYPE" config at the top of the file. Basically, it was a waste to have "interactive" and "script" modes through all of the "MODE" variables (which are now "JOB" variables) even though they almost all did the same thing.
Does that clarify things?
Okay, it must have carried over to pre 2.0. Some, like zookeepr don't have the interactive option and use launch. I'll let this one be for now.
Some projects like Zookeeper never had an interactive mode b/c it sort of didn't make sense for them.
There is an option in the Phoenix setup that doesn't do anything.
I think we should use the option which makes sense, however it needs to be implemented in the code. Also the MODE should include interactive. (server is still implemented in the code)
This was likely due to this discussion: https://github.com/LLNL/magpie/issues/100
I wanted to check you didn't already have plans for something before I cleaned this up.