Prateek Maheshwari created SAMZA-2235:
-----------------------------------------
Summary: Move the merging of side inputs with task.inputs from the
ExecutionPlanner to the JobModelManager
Key: SAMZA-2235
URL: https://issues.apache.org/jira/browse/SAMZA-2235
Project: Samza
Issue Type: Bug
Reporter: Prateek Maheshwari
Currently side inputs configured using descriptors are merged with task.inputs
in the Planner (JobNodeConfigurationGenerator). For low level API, users are
expected to add them to task.inputs manually. Since this can be error prone
(easy to forget) and tedious, it's better to do this ourselves.
A clean way to get the same behavior consistently across all APIs would be to
trea the side inputs and task.inputs configs separately, do the side inputs and
task inputs merge in the JobModelManager when we generate the job model.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)