[GitHub] apex-malhar pull request #634: APEXMALHAR-2508 Add null check while calling ...

2017-06-14 Thread ajaygit158
GitHub user ajaygit158 opened a pull request:

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

APEXMALHAR-2508 Add null check while calling cancel() for Timer instance in 
CacheManager

@bhupeshchawda Kindly review

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

$ git pull https://github.com/ajaygit158/apex-malhar APEXMALHAR-2508

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

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


commit 75210e5f355fe4f4ba720b27b222c7137ff8f6ee
Author: ajaygit158 <ajaygit...@gmail.com>
Date:   2017-06-14T06:05:06Z

APEXMALHAR-2508 Add null check while calling cancel() for Timer instance in 
CacheManager




---
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 #630: APEXMALHAR-2451 Batch support for File I/O op...

2017-05-30 Thread ajaygit158
GitHub user ajaygit158 opened a pull request:

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

APEXMALHAR-2451 Batch support for File I/O operators

@bhupeshchawda Kindly Review

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

$ git pull https://github.com/ajaygit158/apex-malhar APEXMALHAR-2451

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

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


commit f2a5899bfe6368f45a70bfcfb4c5ce9013d3f252
Author: ajaygit158 <ajaygit...@gmail.com>
Date:   2017-05-30T16:44:22Z

APEXMALHAR-2451 Batch support for File I/O operators




---
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 #626: APEXMALHAR-2501 Deprecate BufferSlice

2017-05-26 Thread ajaygit158
GitHub user ajaygit158 opened a pull request:

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

APEXMALHAR-2501 Deprecate BufferSlice

@vrozov Please review.

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

$ git pull https://github.com/ajaygit158/apex-malhar APEXMALHAR-2501

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

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


commit 71d30708db7d83045afa2bafeec38cb6bb753fc5
Author: ajaygit158 <ajaygit...@gmail.com>
Date:   2017-05-26T05:17:33Z

APEXMALHAR-2501 Deprecate BufferSlice




---
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 #618: Upgrading APEXCORE dependency to version 3.6....

2017-05-25 Thread ajaygit158
GitHub user ajaygit158 reopened a pull request:

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

Upgrading APEXCORE dependency to version 3.6.0



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

$ git pull https://github.com/ajaygit158/apex-malhar APEXMALHAR-2471

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

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


commit 8e44a9cab014aa40e25d06ca324ef5fd70aec152
Author: ajaygit158 <ajaygit...@gmail.com>
Date:   2017-04-25T05:58:01Z

APEXMALHAR-2471 Upgrading APEXCORE dependency to version 3.6.0




---
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 #618: Upgrading APEXCORE dependency to version 3.6....

2017-05-25 Thread ajaygit158
Github user ajaygit158 closed the pull request at:

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


---
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 #621: APEXMALHAR-2492 Correct usage of empty Slice ...

2017-05-17 Thread ajaygit158
GitHub user ajaygit158 reopened a pull request:

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

APEXMALHAR-2492 Correct usage of empty Slice in Malhar Library

@vlad There is another piece of code where there is possibility of creating 
a wrong empty Slice. 

https://github.com/apache/apex-malhar/blob/master/library/src/test/java/org/apache/apex/malhar/lib/wal/FileSystemWALTest.java#L113
Should we change the getRandomSlice() implementation if len = 0?

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

$ git pull https://github.com/ajaygit158/apex-malhar APEXMALHAR-2492

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

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


commit a850bcf5a5b56cefee997dbae84921662c2e39bc
Author: ajaygit158 <ajaygit...@gmail.com>
Date:   2017-05-17T05:55:33Z

APEXMALHAR-2492 Correct usage of empty Slice in Malhar Library




---
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 #621: APEXMALHAR-2492 Correct usage of empty Slice ...

2017-05-17 Thread ajaygit158
Github user ajaygit158 closed the pull request at:

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


---
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 #621: APEXMALHAR-2492 Correct usage of empty Slice ...

2017-05-17 Thread ajaygit158
GitHub user ajaygit158 opened a pull request:

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

APEXMALHAR-2492 Correct usage of empty Slice in Malhar Library

@vlad There is another piece of code where there is possibility of creating 
a wrong empty Slice. 

https://github.com/apache/apex-malhar/blob/master/library/src/test/java/org/apache/apex/malhar/lib/wal/FileSystemWALTest.java#L113
Should we change the getRandomSlice() implementation if len = 0?

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

$ git pull https://github.com/ajaygit158/apex-malhar APEXMALHAR-2492

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

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


commit a850bcf5a5b56cefee997dbae84921662c2e39bc
Author: ajaygit158 <ajaygit...@gmail.com>
Date:   2017-05-17T05:55:33Z

APEXMALHAR-2492 Correct usage of empty Slice in Malhar Library




---
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 #620: Changes to shutdown the controller after comp...

2017-05-16 Thread ajaygit158
GitHub user ajaygit158 opened a pull request:

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

Changes to shutdown the controller after completion of waittime in 
GenericFileOutputOperatorTest



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

$ git pull https://github.com/ajaygit158/apex-malhar APEXMALHAR-2491

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

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


commit db0b3bd9cc59676da8f8897ca818a9ca6894e25f
Author: ajaygit158 <ajaygit...@gmail.com>
Date:   2017-05-16T11:36:00Z

Changes to shutdown the controller after completion of waittime in 
GenericFileOutputOperatorTest




---
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 #618: Upgrading APEXCORE dependency to version 3.6....

2017-05-14 Thread ajaygit158
GitHub user ajaygit158 reopened a pull request:

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

Upgrading APEXCORE dependency to version 3.6.0



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

$ git pull https://github.com/ajaygit158/apex-malhar APEXMALHAR-2471

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

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


commit 3c6c9879829842ad7bce2155044edb462ebb1dd5
Author: ajaygit158 <ajaygit...@gmail.com>
Date:   2017-04-25T05:58:01Z

Upgrading APEXCORE dependency to version 3.6.0




---
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 #618: Upgrading APEXCORE dependency to version 3.6....

2017-05-14 Thread ajaygit158
Github user ajaygit158 closed the pull request at:

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


---
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 #618: Upgrading APEXCORE dependency to version 3.6....

2017-05-14 Thread ajaygit158
GitHub user ajaygit158 reopened a pull request:

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

Upgrading APEXCORE dependency to version 3.6.0



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

$ git pull https://github.com/ajaygit158/apex-malhar APEXMALHAR-2471

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

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


commit 3c6c9879829842ad7bce2155044edb462ebb1dd5
Author: ajaygit158 <ajaygit...@gmail.com>
Date:   2017-04-25T05:58:01Z

Upgrading APEXCORE dependency to version 3.6.0




---
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 #618: Upgrading APEXCORE dependency to version 3.6....

2017-05-14 Thread ajaygit158
Github user ajaygit158 closed the pull request at:

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


---
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 #618: Upgrading APEXCORE dependency to version 3.6....

2017-05-14 Thread ajaygit158
GitHub user ajaygit158 reopened a pull request:

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

Upgrading APEXCORE dependency to version 3.6.0



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

$ git pull https://github.com/ajaygit158/apex-malhar APEXMALHAR-2471

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

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


commit 3c6c9879829842ad7bce2155044edb462ebb1dd5
Author: ajaygit158 <ajaygit...@gmail.com>
Date:   2017-04-25T05:58:01Z

Upgrading APEXCORE dependency to version 3.6.0




---
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 #618: Upgrading APEXCORE dependency to version 3.6....

2017-05-14 Thread ajaygit158
Github user ajaygit158 closed the pull request at:

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


---
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 #618: Upgrading APEXCORE dependency to version 3.6....

2017-05-14 Thread ajaygit158
GitHub user ajaygit158 reopened a pull request:

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

Upgrading APEXCORE dependency to version 3.6.0



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

$ git pull https://github.com/ajaygit158/apex-malhar APEXMALHAR-2471

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

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


commit 3c6c9879829842ad7bce2155044edb462ebb1dd5
Author: ajaygit158 <ajaygit...@gmail.com>
Date:   2017-04-25T05:58:01Z

Upgrading APEXCORE dependency to version 3.6.0




---
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 #618: Upgrading APEXCORE dependency to version 3.6....

2017-05-14 Thread ajaygit158
Github user ajaygit158 closed the pull request at:

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


---
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-core pull request #493: APEXCORE-676 Show description for DefaultProper...

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

https://github.com/apache/apex-core/pull/493

APEXCORE-676 Show description for DefaultProperties in get-app-packag…

…e-info command  only when user requests it by providing 
--with-description flag

**Output without --with-description flag
Command : get-app-package-info {apa-file}**

"defaultProperties": { "dt.application.*.operator.*.attr.JVM_OPTIONS": 
"-Xmx128M", "dt.application.*.operator.*.attr.MEMORY_MB": "256" }

**Output with --with-description flag
Command : get-app-package-info {apa-file} --with-description**
"defaultProperties": {
"dt.application..operator..attr.JVM_OPTIONS":
{ "value": "-Xmx128M", "description": null }
,
"dt.application..operator..attr.MEMORY_MB":
{ "value": "256", "description": null }
}

**Invalid argument 
get-app-package-info {apa-file} --with-descripti
Output:**
com.datatorrent.stram.cli.ApexCli$CliException: Invalid parameter 
--with-descripti
at 
com.datatorrent.stram.cli.ApexCli$GetAppPackageInfoCommand.execute(ApexCli.java:3482)
at com.datatorrent.stram.cli.ApexCli$3.run(ApexCli.java:1519)

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

$ git pull https://github.com/ajaygit158/apex-core APEXCORE-676

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

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


commit ca8937416b200effce845fbc25d3f52b67053c11
Author: ajaygit158 <ajaygit...@gmail.com>
Date:   2017-03-22T21:55:55Z

APEXCORE-676 Show description for DefaultProperties in get-app-package-info 
command  only when user requests it by providing --with-description flag




---
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 #587: APEXMALHAR-2453 Sort Accumulation for Windowe...

2017-03-21 Thread ajaygit158
GitHub user ajaygit158 opened a pull request:

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

APEXMALHAR-2453 Sort Accumulation for Windowed operators



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

$ git pull https://github.com/ajaygit158/apex-malhar APEXMALHAR-2453

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

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


commit c63a8fd1766e81abfa3b018a98b345c2b8fe17df
Author: ajaygit158 <ajaygit...@gmail.com>
Date:   2017-03-21T11:50:19Z

APEXMALHAR-2453 Added Sort Accumulation for Windowed operator

commit 7b1cc6c8d0119ceff1d00530964c6589b3e92e55
Author: ajaygit158 <ajaygit...@gmail.com>
Date:   2017-03-21T16:08:16Z

APEXMALHAR-2453 Sort Accumulation for Windowed operators




---
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-core pull request #464: APEXCORE-592 Return additional parameter descri...

2017-03-13 Thread ajaygit158
GitHub user ajaygit158 reopened a pull request:

https://github.com/apache/apex-core/pull/464

APEXCORE-592 Return additional parameter description from properties.xml in 
defaultProperties for get-app-package-info command

Sample data and output : 
**properties.xml**

dt.application.FraudDetectDemo.operator.smaPerMerchant.windowSize

30
Window size



dt.application.FraudDetectDemo.operator.movingSum.attr.APPLICATION_WINDOW_COUNT

10
Window count for application


**Output : get-app-package-info package-name**
"dt.application.FraudDetectDemo.operator.smaPerMerchant.windowSize":
{ "value": "30", "description": "Window size" }
,

"dt.application.FraudDetectDemo.operator.movingSum.attr.APPLICATION_WINDOW_COUNT":
{ "value": "10", "description": null }

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

$ git pull https://github.com/ajaygit158/apex-core APEXCORE-592

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

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


commit 6863331421d3164a00caf146922445f3bf8df3ab
Author: ajaygit158 <ajaygit...@gmail.com>
Date:   2016-12-19T10:43:55Z

APEXCORE-592 Returning description field in defaultProperties during apex 
cli call get-app-package-info




---
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-core pull request #464: APEXCORE-592 Return additional parameter descri...

2017-03-13 Thread ajaygit158
Github user ajaygit158 closed the pull request at:

https://github.com/apache/apex-core/pull/464


---
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-core pull request #464: APEXCORE-592 Return additional parameter descri...

2017-03-07 Thread ajaygit158
Github user ajaygit158 closed the pull request at:

https://github.com/apache/apex-core/pull/464


---
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-core pull request #464: APEXCORE-592 Return additional parameter descri...

2017-03-07 Thread ajaygit158
GitHub user ajaygit158 reopened a pull request:

https://github.com/apache/apex-core/pull/464

APEXCORE-592 Return additional parameter description from properties.xml in 
defaultProperties for get-app-package-info command

Sample data and output : 
**properties.xml**

dt.application.FraudDetectDemo.operator.smaPerMerchant.windowSize

30
Window size



dt.application.FraudDetectDemo.operator.movingSum.attr.APPLICATION_WINDOW_COUNT

10
Window count for application


**Output : get-app-package-info package-name**
"dt.application.FraudDetectDemo.operator.smaPerMerchant.windowSize":
{ "value": "30", "description": "Window size" }
,

"dt.application.FraudDetectDemo.operator.movingSum.attr.APPLICATION_WINDOW_COUNT":
{ "value": "10", "description": null }

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

$ git pull https://github.com/ajaygit158/apex-core APEXCORE-592

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

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


commit 6863331421d3164a00caf146922445f3bf8df3ab
Author: ajaygit158 <ajaygit...@gmail.com>
Date:   2016-12-19T10:43:55Z

APEXCORE-592 Returning description field in defaultProperties during apex 
cli call get-app-package-info




---
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-core pull request #464: APEXCORE-592 Return additional parameter descri...

2017-02-06 Thread ajaygit158
GitHub user ajaygit158 opened a pull request:

https://github.com/apache/apex-core/pull/464

APEXCORE-592 Return additional parameter description from properties.xml in 
defaultProperties for get-app-package-info command

Sample data and output : 
**properties.xml**

dt.application.FraudDetectDemo.operator.smaPerMerchant.windowSize

30
Window size



dt.application.FraudDetectDemo.operator.movingSum.attr.APPLICATION_WINDOW_COUNT

10
Window count for application


**Output : get-app-package-info package-name**
"dt.application.FraudDetectDemo.operator.smaPerMerchant.windowSize":
{ "value": "30", "description": "Window size" }
,

"dt.application.FraudDetectDemo.operator.movingSum.attr.APPLICATION_WINDOW_COUNT":
{ "value": "10", "description": null }

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

$ git pull https://github.com/ajaygit158/apex-core APEXCORE-592

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

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


commit 8f994c233be5f5e271e90ab1ac43fa9686acdca2
Author: ajaygit158 <ajaygit...@gmail.com>
Date:   2016-12-19T10:43:55Z

APEXCORE-592 Returning description field in defaultProperties during apex 
cli call get-app-package-info

commit ccd965721a27c58ae68c0ea704a445cb1f20d533
Author: ajaygit158 <ajaygit...@gmail.com>
Date:   2017-01-18T06:11:38Z

Changes to avoid returning unnecessary fields

commit 1523f6fa7c1d5e6f190c4c81462722fa8f4309b1
Author: ajaygit158 <ajaygit...@gmail.com>
Date:   2017-02-06T08:35:19Z

Changes to return description only for properties, attributes return null 
description




---
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-core pull request #454: APEXCORE-611 Added log levels for Stram Events

2017-01-25 Thread ajaygit158
GitHub user ajaygit158 opened a pull request:

https://github.com/apache/apex-core/pull/454

APEXCORE-611 Added log levels for Stram Events

Below is an example of events generated (in file 
datatorrent/apps/appid/events/partN.txt).

1485333745423:StartContainer:{"id":"13","reason":null,"containerNodeId":"192.168.1.38:54261","containerId":"container_1485333411424_0001_01_05","eventLogLevel":"INFO"}

1485333754205:StartOperator:{"id":"14","operatorId":"2","operatorName":"picalc","reason":null,"containerId":"container_1485333411424_0001_01_05","eventLogLevel":"INFO"}

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

$ git pull https://github.com/ajaygit158/apex-core APEXCORE-611

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

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


commit 5669546959abbf73bb777177088e10e33f181d5a
Author: ajaygit158 <ajaygit...@gmail.com>
Date:   2017-01-25T09:41:23Z

APEXCORE-611 Added log levels for Stram Events




---
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-core pull request #435: APEXCORE-592 Returning description field in def...

2017-01-05 Thread ajaygit158
Github user ajaygit158 closed the pull request at:

https://github.com/apache/apex-core/pull/435


---
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-core pull request #435: APEXCORE-592 Returning description field in def...

2016-12-19 Thread ajaygit158
GitHub user ajaygit158 opened a pull request:

https://github.com/apache/apex-core/pull/435

APEXCORE-592 Returning description field in defaultProperties during apex 
cli call get-app-package-info

@bhupeshchawda @tushargosavi Kindly review the changes.

Value returned Earlier

"dt.application.CouchBaseAppOutput.operator.couchbaseOuput.port.*.QUEUE_CAPACITY":
 "32768"

Value returned Now

"dt.application.CouchBaseAppOutput.operator.couchbaseOuput.port.*.QUEUE_CAPACITY":
 {
  "value": "32768",
  "isFinal": false,
  "scope": "TRANSIENT",
  "description": "Specify queue capacity for all output ports"
},


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

$ git pull https://github.com/ajaygit158/apex-core APEXCORE-592

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

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


commit 1588fd94363580d0f121a93324631ea52d3c0fa0
Author: ajaygit158 <ajaygit...@gmail.com>
Date:   2016-12-19T10:43:55Z

APEXCORE-592 Returning description field in defaultProperties during apex 
cli call get-app-package-info




---
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 #478: APEXMALHAR-2303 Added S3RecordReaderModule fo...

2016-12-16 Thread ajaygit158
Github user ajaygit158 closed the pull request at:

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


---
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 #478: APEXMALHAR-2303 Added S3RecordReaderModule fo...

2016-12-16 Thread ajaygit158
GitHub user ajaygit158 reopened a pull request:

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

APEXMALHAR-2303 Added S3RecordReaderModule for reading records line by line

@chaithu14 @yogidevendra Kindly review

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

$ git pull https://github.com/ajaygit158/apex-malhar APEXMALHAR-2303

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

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


commit d43b6b618f82ce3f3898d7836e533b922dbf710c
Author: Ajay <ajaygit...@gmail.com>
Date:   2016-10-27T12:57:28Z

APEXMALHAR-2303 Added S3 Record Reader module




---
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 #478: APEXMALHAR-2303 Added S3RecordReaderModule fo...

2016-11-01 Thread ajaygit158
GitHub user ajaygit158 opened a pull request:

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

APEXMALHAR-2303 Added S3RecordReaderModule for reading records line by line

@chaithu14 @yogidevendra Kindly review

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

$ git pull https://github.com/ajaygit158/apex-malhar APEXMALHAR-2303

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

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


commit b999cbd044b370a271ea8265f2b3e4b7be3935bc
Author: Ajay <ajaygit...@gmail.com>
Date:   2016-10-27T12:57:28Z

Added S3 Record Reader module

commit 426f8f6efc838ca754ad6070c3d0110537b1f222
Author: Ajay <ajaygit...@gmail.com>
Date:   2016-10-28T13:42:51Z

Changes to ensure compilation with jdk 1.7

commit a2e7d9892e00784b881c53e2d44cff12ceb6abb1
Author: Ajay <ajaygit...@gmail.com>
Date:   2016-11-01T08:42:27Z

Few corrections in S3RecordReader




---
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 #471: Added S3 Record Reader module

2016-10-28 Thread ajaygit158
GitHub user ajaygit158 opened a pull request:

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

Added S3 Record Reader module

@yogidevendra @chaithu14 Kindly Review

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

$ git pull https://github.com/ajaygit158/apex-malhar APEXMALHAR-2303

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

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


commit 850f08eed7ac58b7d9ac356e8db697edf5deada8
Author: Ajay <ajaygit...@gmail.com>
Date:   2016-10-27T12:57:28Z

Added S3 Record Reader module




---
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.
---