Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.5.0
-
None
Description
We need to identify if call is made when
- Cluster is being created (first call)
- Add service
- Just landing on a page and only need config attributes
Possible change to the json data send in POST -
{ "recommend":"configurations", "user_context" : { "operation" : "ClusterCreate" } <== add this "hosts"....
Cluster create (first call):
"user_context": {"operation" : "ClusterCreate"}
Add service (first call):
"user_context": {"operation" : "AddService", "operation_details" : "HDFS,YARN"}
Landing on a config page:
"user_context": {"operation" : "RecommendAttribute"}
Config edit on a config page: (lower priority)
"user_context": {"operation" : "EditConfig"}
Attachments
Attachments
Issue Links
- links to