You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gobblin.apache.org by "Joel Baranick (JIRA)" <ji...@apache.org> on 2017/08/09 17:08:00 UTC

[jira] [Created] (GOBBLIN-196) Properties saved to JobState cannot be retrieved from DatasetState

Joel Baranick created GOBBLIN-196:
-------------------------------------

             Summary: Properties saved to JobState cannot be retrieved from DatasetState 
                 Key: GOBBLIN-196
                 URL: https://issues.apache.org/jira/browse/GOBBLIN-196
             Project: Apache Gobblin
          Issue Type: Bug
            Reporter: Joel Baranick


In 0.6.0, properties could be saved to JobState and then retrieved from DatasetState via a `getProp()` call.  From 0.9.0 on, properties can no longer be retrieved from DatasetState because `getProp()` (and other methods) have been overridden to throw `UnsupportedOperationException`.    This is a backwards incompatible change and makes it hard for solutions to be developed on top of Gobblin that require state that is persisted across job runs.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)