[GitHub] apex-malhar pull request #607: APEXMALHAR-2479-regexparser-example

2017-04-19 Thread venkateshkottapalli
GitHub user venkateshkottapalli opened a pull request:

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

APEXMALHAR-2479-regexparser-example

@shubham-pathak22 Please review the regex parser example.

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

$ git pull https://github.com/venkateshkottapalli/apex-malhar 
APEXMALHAR-2479-regexparser-example

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

https://github.com/apache/apex-malhar/pull/607.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 #607


commit 613557b6b651cea9ce766a0a0388d4bdc770e5d8
Author: venkateshDT <venkat...@datatorrent.com>
Date:   2017-04-19T07:24:52Z

APEXMALHAR-2479-regexparser-example




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] apex-malhar pull request #589: APEXMALHAR-2454 csvformatter documentation xm...

2017-03-22 Thread venkateshkottapalli
GitHub user venkateshkottapalli opened a pull request:

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

APEXMALHAR-2454 csvformatter documentation xmlrendering issue

@amberarrow  Fixed the issue with the XML rendering in csv parser 
documentation. Please review and merge

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

$ git pull https://github.com/venkateshkottapalli/apex-malhar 
APEXMALHAR-2454-csvformatter-xmlrendering

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

https://github.com/apache/apex-malhar/pull/589.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 #589






---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] apex-malhar pull request #565: APEXMALHAR-2426 - RegexParser Documentation

2017-02-27 Thread venkateshkottapalli
GitHub user venkateshkottapalli opened a pull request:

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

APEXMALHAR-2426 - RegexParser Documentation

APEXMALHAR-2426 : Regex Parser Documentation

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

$ git pull https://github.com/venkateshkottapalli/apex-malhar 
APEXMALHAR-2426-RegexParserDocumentation

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

https://github.com/apache/apex-malhar/pull/565.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 #565


commit 69adc9a7bef8c15258bd4df8b7e39d5f9871d6cc
Author: venkateshDT <venkat...@datatorrent.com>
Date:   2017-02-25T00:19:28Z

RegexParser Documentation




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] apex-malhar pull request #396: APEXMALHAR-2218-Creation of RegexSplitter ope...

2017-02-26 Thread venkateshkottapalli
Github user venkateshkottapalli closed the pull request at:

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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] apex-malhar pull request #423: APEXMALHAR-2241 - The metadata kafka consumer...

2016-09-22 Thread venkateshkottapalli
GitHub user venkateshkottapalli opened a pull request:

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

APEXMALHAR-2241 - The metadata kafka consumer should also pickup the 
properties setting on the kafka input operator

Fixes two issues - 
* metadata kafka consumer not picking up properties set 
* Consumer properties set from Properties.xml are  not getting picked.
* Added test case to validate the consumer Properties are not reset.

@siyuanh Please review.

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

$ git pull https://github.com/venkateshkottapalli/apex-malhar 
APEXMALHAR-2241-KafkaConsumer-MetaDataProps

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

https://github.com/apache/apex-malhar/pull/423.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 #423


commit 02c040ac184396602116f6a1eec26b0c838a6d23
Author: venkateshDT <venkat...@datatorrent.com>
Date:   2016-09-22T20:27:32Z

fixes two issues - pick the metadata consumer properties and setting the 
consumer properties from Properties.xml for kafka inputoperator not working

added test case

Removed trailing spaces

Removed unused imports




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] apex-malhar pull request #400: APEXMALHAR-2183 - Documentation for CsvFormat...

2016-09-06 Thread venkateshkottapalli
GitHub user venkateshkottapalli opened a pull request:

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

APEXMALHAR-2183 - Documentation for CsvFormatter Operator

APEXMALHAR-2183 Added documentation for CsvFormatter Operator


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

$ git pull https://github.com/venkateshkottapalli/apex-malhar 
APEXMALHAR-2183-csvformatter-documentation

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

https://github.com/apache/apex-malhar/pull/400.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 #400


commit 6650e75d6f083e992d3b6fbf54ad7b4ff33ae8c8
Author: venkateshDT <venkat...@datatorrent.com>
Date:   2016-08-24T20:47:32Z

APEXMALHAR-2183 Added documentation for CsvFormatter Operator

APEXMALHAR-2183 Added documentation for CsvFormatter Operator

APEXMALHAR-2183 Added documentation for CsvFormatter Operator

Updating Operator document

Added documentation for csvformatter operator

Added documentation for csvformatter operator

Added missing ] in schema example




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] apex-malhar pull request #396: APEXMALHAR-2218-Creation of RegexSplitter ope...

2016-09-06 Thread venkateshkottapalli
GitHub user venkateshkottapalli reopened 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 465c425255953a383ff0399bdfab2ee09dc4a422
Author: venkateshDT <venkat...@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

Incorporated Review comments: Extended from Parser, updated test cases to 
validate metrics

Incorporated Review cooments: Removed extra spaces, added setters funcions, 
changed exception message

Incorporated review comments: Added additional test cases, removed Logger 
in Junits

Removing white spaces

Removing white spaces




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] apex-malhar pull request #396: APEXMALHAR-2218-Creation of RegexSplitter ope...

2016-09-06 Thread venkateshkottapalli
Github user venkateshkottapalli closed the pull request at:

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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] apex-malhar pull request #396: APEXMALHAR-2218-Creation of RegexSplitter ope...

2016-08-31 Thread venkateshkottapalli
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 <venkat...@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




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] apex-malhar pull request #378: APEXMALHAR-2183 Documentation for CsvFormatte...

2016-08-25 Thread venkateshkottapalli
Github user venkateshkottapalli closed the pull request at:

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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] apex-malhar pull request #378: Apexmalhar 2183

2016-08-24 Thread venkateshkottapalli
GitHub user venkateshkottapalli opened a pull request:

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

Apexmalhar 2183



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

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

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

https://github.com/apache/apex-malhar/pull/378.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 #378


commit e3b78ad751e9d286339816bbcf06c328edd805b4
Author: venkateshDT <venkat...@datatorrent.com>
Date:   2016-08-24T20:47:32Z

APEXMALHAR-2183 Added documentation for CsvFormatter Operator

commit e6d1b538a5e7f79fd4604d82815fdb9226ba2203
Author: venkateshDT <venkat...@datatorrent.com>
Date:   2016-08-24T22:09:51Z

APEXMALHAR-2183 Added documentation for CsvFormatter Operator

commit db424143227d8d2f0ea9b1cbdb7c658c0bbd5ca1
Author: venkateshDT <venkat...@datatorrent.com>
Date:   2016-08-24T22:58:33Z

APEXMALHAR-2183 Added documentation for CsvFormatter Operator




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---