[GitHub] apex-site pull request #44: Added malhar contribution guidelines

2016-07-25 Thread PramodSSImmaneni
GitHub user PramodSSImmaneni opened a pull request: https://github.com/apache/apex-site/pull/44 Added malhar contribution guidelines Based on the discussion in the dev list. @sashadt please review You can merge this pull request into a Git repository by running: $ git pull

[jira] [Resolved] (APEXCORE-488) Issues in SSL communication with StrAM

2016-07-25 Thread Pradeep A. Dalvi (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep A. Dalvi resolved APEXCORE-488. --- Resolution: Fixed PR has been merged. > Issues in SSL communication with StrAM >

[jira] [Resolved] (APEXMALHAR-2138) Multiple declaration of org.mockito.mockito-all-1.8.5 in Malhar library pom

2016-07-25 Thread Vlad Rozov (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vlad Rozov resolved APEXMALHAR-2138. Resolution: Fixed Fix Version/s: 3.5.0 > Multiple declaration of

[jira] [Commented] (APEXMALHAR-2138) Multiple declaration of org.mockito.mockito-all-1.8.5 in Malhar library pom

2016-07-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15392709#comment-15392709 ] ASF GitHub Bot commented on APEXMALHAR-2138: Github user asfgit closed the pull request

[GitHub] apex-malhar pull request #349: APEXMALHAR-2138: Removed multiple declaration...

2016-07-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/apex-malhar/pull/349 --- 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

[GitHub] apex-malhar pull request #324: Spillable Datastructures PR for review only

2016-07-25 Thread davidyan74
Github user davidyan74 commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/324#discussion_r72123238 --- Diff: library/src/main/java/org/apache/apex/malhar/lib/state/spillable/SpillableByteArrayListMultimapImpl.java --- @@ -0,0 +1,262 @@

[GitHub] apex-malhar pull request #324: Spillable Datastructures PR for review only

2016-07-25 Thread ilooner
Github user ilooner commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/324#discussion_r72124180 --- Diff: library/src/main/java/org/apache/apex/malhar/lib/state/spillable/SpillableByteArrayListMultimapImpl.java --- @@ -0,0 +1,262 @@ +package

Re: Operator name in BatchedOperatorStats interface.

2016-07-25 Thread Sandesh Hegde
How about making the mapping of "OperatorId" to "OperatorName" ( and other extra information) as a part of the DAG context? On Mon, Jul 18, 2016 at 10:53 PM Tushar Gosavi wrote: > Hi All, > > We support shared stats listener, But user do not have any way to > identify

[jira] [Commented] (APEXMALHAR-2158) Duplication of data emitted when the Kafka Input Operator(0.8 version) redeploys

2016-07-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15392356#comment-15392356 ] ASF GitHub Bot commented on APEXMALHAR-2158: Github user asfgit closed the pull request

[GitHub] apex-malhar pull request #346: APEXMALHAR-2158 Fixed the duplication of mess...

2016-07-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/apex-malhar/pull/346 --- 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

[GitHub] apex-malhar pull request #330: Initial cut of Inner Join operator for REVIEW...

2016-07-25 Thread chinmaykolhatkar
Github user chinmaykolhatkar commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/330#discussion_r72108125 --- Diff: library/src/main/java/com/datatorrent/lib/join/AbstractManagedStateInnerJoinOperator.java --- @@ -0,0 +1,265 @@ +/** + *

[GitHub] apex-malhar pull request #330: Initial cut of Inner Join operator for REVIEW...

2016-07-25 Thread chinmaykolhatkar
Github user chinmaykolhatkar commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/330#discussion_r72107558 --- Diff: library/src/main/java/com/datatorrent/lib/join/AbstractManagedStateInnerJoinOperator.java --- @@ -0,0 +1,259 @@ +/** + *

[GitHub] apex-malhar pull request #330: Initial cut of Inner Join operator for REVIEW...

2016-07-25 Thread chinmaykolhatkar
Github user chinmaykolhatkar commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/330#discussion_r72107490 --- Diff: library/src/main/java/com/datatorrent/lib/join/AbstractManagedStateInnerJoinOperator.java --- @@ -0,0 +1,265 @@ +/** + *

[jira] [Created] (APEXCORE-498) Named Checkpoints - Checkpoint the DAG with a name/tag and start the app from that point

2016-07-25 Thread Sandesh (JIRA)
Sandesh created APEXCORE-498: Summary: Named Checkpoints - Checkpoint the DAG with a name/tag and start the app from that point Key: APEXCORE-498 URL: https://issues.apache.org/jira/browse/APEXCORE-498

[jira] [Commented] (APEXCORE-497) Create a DelayNode for DelayOperator

2016-07-25 Thread Sandesh (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15392152#comment-15392152 ] Sandesh commented on APEXCORE-497: -- After reviewing the code and seeing that it is possible to

[GitHub] apex-malhar pull request #330: Initial cut of Inner Join operator for REVIEW...

2016-07-25 Thread chinmaykolhatkar
Github user chinmaykolhatkar commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/330#discussion_r72087056 --- Diff: library/src/main/java/com/datatorrent/lib/join/POJOInnerJoinOperator.java --- @@ -0,0 +1,247 @@ +/** + * Licensed to the

[GitHub] apex-malhar pull request #330: Initial cut of Inner Join operator for REVIEW...

2016-07-25 Thread chinmaykolhatkar
Github user chinmaykolhatkar commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/330#discussion_r72087034 --- Diff: library/src/main/java/com/datatorrent/lib/join/POJOInnerJoinOperator.java --- @@ -0,0 +1,247 @@ +/** + * Licensed to the

[GitHub] apex-malhar pull request #330: Initial cut of Inner Join operator for REVIEW...

2016-07-25 Thread chinmaykolhatkar
Github user chinmaykolhatkar commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/330#discussion_r72088749 --- Diff: library/src/main/java/com/datatorrent/lib/join/POJOInnerJoinOperator.java --- @@ -0,0 +1,247 @@ +/** + * Licensed to the

[GitHub] apex-malhar pull request #330: Initial cut of Inner Join operator for REVIEW...

2016-07-25 Thread chinmaykolhatkar
Github user chinmaykolhatkar commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/330#discussion_r72087402 --- Diff: library/src/main/java/com/datatorrent/lib/join/POJOInnerJoinOperator.java --- @@ -0,0 +1,247 @@ +/** + * Licensed to the

[jira] [Commented] (APEXMALHAR-2157) Improvements in JSON Formatter

2016-07-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15391846#comment-15391846 ] ASF GitHub Bot commented on APEXMALHAR-2157: Github user chinmaykolhatkar commented on a

[GitHub] apex-malhar pull request #348: APEXMALHAR-2157 Json formatter improvements

2016-07-25 Thread chinmaykolhatkar
Github user chinmaykolhatkar commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/348#discussion_r72059197 --- Diff: library/src/test/java/com/datatorrent/lib/formatter/JsonFormatterTest.java --- @@ -182,14 +173,19 @@ public void

[GitHub] apex-malhar pull request #348: APEXMALHAR-2157 Json formatter improvements

2016-07-25 Thread shubham-pathak22
Github user shubham-pathak22 commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/348#discussion_r72049665 --- Diff: library/src/test/java/com/datatorrent/lib/formatter/JsonFormatterTest.java --- @@ -182,14 +173,19 @@ public void

[jira] [Commented] (APEXMALHAR-2157) Improvements in JSON Formatter

2016-07-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15391753#comment-15391753 ] ASF GitHub Bot commented on APEXMALHAR-2157: Github user shubham-pathak22 commented on a

[jira] [Commented] (APEXMALHAR-2157) Improvements in JSON Formatter

2016-07-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15391748#comment-15391748 ] ASF GitHub Bot commented on APEXMALHAR-2157: Github user shubham-pathak22 commented on a

[GitHub] apex-malhar pull request #348: APEXMALHAR-2157 Json formatter improvements

2016-07-25 Thread shubham-pathak22
Github user shubham-pathak22 commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/348#discussion_r72048793 --- Diff: library/src/main/java/com/datatorrent/lib/formatter/Formatter.java --- @@ -48,6 +49,13 @@ { protected transient Class