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

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

    [ https://issues.apache.org/jira/browse/HELIX-732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16545641#comment-16545641 ] 

ASF GitHub Bot commented on HELIX-732:
--------------------------------------

GitHub user narendly opened a pull request:

    https://github.com/apache/helix/pull/246

    [HELIX-732] Expose UserContentStore in TaskDriver

    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

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/narendly/helix master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/helix/pull/246.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #246
    
----
commit cdf91ecdc63b80254b6775f7f12f98440081473a
Author: Hunter Lee <na...@...>
Date:   2018-07-16T19:18:03Z

    [HELIX-732] Expose UserContentStore in TaskDriver
    
    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

----


> [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
>            Priority: Major
>
> 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)