You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by "Hunter L (JIRA)" <ji...@apache.org> on 2018/07/16 18:50:00 UTC

[jira] [Created] (HELIX-732) [TASK] Expose UserContentStore in TaskDriver

Hunter L created HELIX-732:
------------------------------

             Summary: [TASK] Expose UserContentStore in TaskDriver
                 Key: HELIX-732
                 URL: https://issues.apache.org/jira/browse/HELIX-732
             Project: Apache Helix
          Issue Type: Improvement
            Reporter: Hunter L


There was a user request for this feature. The intended use is to allow for aggregation work reading from temporary data written by tasks, by allowing a get() of UserContentStore at the TaskDriver level. UserContentStore is a potentially useful feature that is currently under-utilized - this will enable Gobblin and other users of Task Framework to better utilize UserContentStore.

Changelist:
1. Add getUserContentStore() in TaskDriver
2. Add TestUserContentStore, an integration test for this feature
3. Add descriptive JavaDoc warning the user that get() and put() methods for UserContentStore is not thread-safe



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)