You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Jagadish (JIRA)" <ji...@apache.org> on 2016/03/18 23:47:33 UTC

[jira] [Created] (SAMZA-903) Refactor the UI state variables

Jagadish created SAMZA-903:
------------------------------

             Summary: Refactor the UI state variables
                 Key: SAMZA-903
                 URL: https://issues.apache.org/jira/browse/SAMZA-903
             Project: Samza
          Issue Type: Sub-task
            Reporter: Jagadish


As a part of the refactoring we separate out Samza specific state and Yarn specific state. As a result, the class SamzaAppState is moved from samza-yarn to samza-core.

The variables in the old SamzaAppState are now split into 
i) Refactored SamzaAppState  (in samza core)
ii)YarnAppState (in samza yarn)

Hence, we will need to change the references to SamzaAppState in all the UI scala template classes to work with the newer refactoring. This task is to create a scalatev2 directory that will include the refactored patches.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)