Details
-
Type:
Improvement
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 0.3
-
Fix Version/s: None
-
Component/s: REPL
-
Labels:None
Description
Jerry in https://github.com/cloudera/livy/pull/231 purposed that idle/busy states are not useful for interpreters. They are polling /sessions/<id>/statements and do not look at idle/busy states.
We can simplify livy-server and repl if we remove these states. We need feedback from users to determine is this the right direction.