You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@streams.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/04/29 22:02:07 UTC

[jira] [Commented] (STREAMS-321) Add HOCON Converter support for input object not at root node

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

ASF GitHub Bot commented on STREAMS-321:
----------------------------------------

GitHub user steveblackmon opened a pull request:

    https://github.com/apache/incubator-streams/pull/215

    resolves STREAMS-321 #321

    while I was working in this module, switched Hocon Type and Activity Util classes from static to singleton accessor which are much easier to use in scala/spark

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

    $ git pull https://github.com/steveblackmon/incubator-streams STREAMS-321

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

    https://github.com/apache/incubator-streams/pull/215.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 #215
    
----
commit d7767d1622b1c0a765775257546b95bed57ff0da
Author: Steve Blackmon (@steveblackmon) <sb...@apache.org>
Date:   2015-04-29T19:58:21Z

    resolves STREAMS-321 #321

----


> Add HOCON Converter support for input object not at root node
> -------------------------------------------------------------
>
>                 Key: STREAMS-321
>                 URL: https://issues.apache.org/jira/browse/STREAMS-321
>             Project: Streams
>          Issue Type: Improvement
>            Reporter: Steve Blackmon
>
> Add HOCON Converter support for input object not at root node.
> This will allow conversion rules to be written more clearly i.e.
> activity.actor.displayName = twitter.status.user.name
> rather than 
> activity.actor.displayName = user.name
> and also provides name-spacing that would allow for converters with multiple document inputs per output document.



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