You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apex.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/08/31 23:21:20 UTC

[jira] [Commented] (APEXMALHAR-2218) RegexSplitter - Operator to parse byte stream using Regex pattern and emit a POJO

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

ASF GitHub Bot commented on APEXMALHAR-2218:
--------------------------------------------

GitHub user venkateshkottapalli opened a pull request:

    https://github.com/apache/apex-malhar/pull/396

    APEXMALHAR-2218-Creation of RegexSplitter operator

    SPOI-9019-Creation of RegexSplitter operator
    
    APEXMALHAR-2218-Creation of RegexSplitter operator
    
    @ashwinchandrap Please review. 

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

    $ git pull https://github.com/venkateshkottapalli/apex-malhar APEXMALHAR-2218-RegexSplitter

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

    https://github.com/apache/apex-malhar/pull/396.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 #396
    
----
commit dafcbc30cae63c50f931a474fa80ebab92750737
Author: venkateshDT <ve...@datatorrent.com>
Date:   2016-08-30T21:59:44Z

    SPOI-9019-Creation of RegexSplitter operator
    
    SPOI-9019-Creation of RegexSplitter operator
    
    SPOI-9019-Creation of RegexSplitter operator
    
    APEXMALHAR-2218-Creation of RegexSplitter operator
    
    APEXMALHAR-2218-Updated javadoc

----


> RegexSplitter - Operator to parse byte stream using Regex pattern and emit a POJO
> ---------------------------------------------------------------------------------
>
>                 Key: APEXMALHAR-2218
>                 URL: https://issues.apache.org/jira/browse/APEXMALHAR-2218
>             Project: Apache Apex Malhar
>          Issue Type: Improvement
>            Reporter: Venkatesh Kottapalli
>            Assignee: Venkatesh Kottapalli
>
> A generic parser which takes the format as a parameter and parse the log file line by line.
> Input: Byte Array
> Output: POJO
> Parameters: POJO Schema Configuration is required and the order of schema should match with the lines from the log file.



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