[jira] [Commented] (APEXCORE-339) Support ability to tag operators as idempotent or non-idempotent

2016-06-07 Thread Thomas Weise (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15319830#comment-15319830 ] Thomas Weise commented on APEXCORE-339: --- [~PramodSSImmaneni] can you please provide more info WRT

[GitHub] apex-core pull request #349: APEXCORE-470 New API in DAG - setOperatorAttrib...

2016-06-07 Thread PramodSSImmaneni
Github user PramodSSImmaneni commented on a diff in the pull request: https://github.com/apache/apex-core/pull/349#discussion_r66172343 --- Diff: api/src/main/java/com/datatorrent/api/DAG.java --- @@ -238,9 +238,15 @@ /** * setAttribute. */ + @Deprecated

[jira] [Commented] (APEXCORE-470) New Api for setting the attribute on the operator ( setOperatorAttribute )

2016-06-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15319709#comment-15319709 ] ASF GitHub Bot commented on APEXCORE-470: - Github user PramodSSImmaneni commented on a diff in

[GitHub] apex-core pull request #349: APEXCORE-470

2016-06-07 Thread sandeshh
GitHub user sandeshh opened a pull request: https://github.com/apache/apex-core/pull/349 APEXCORE-470 1. Added the new API - setOperatorAttribute 2. updated the unit tests, 3. marked "setAttribute(Operator..." as deprecated @PramodSSImmaneni please review. You

[GitHub] apex-malhar pull request #282: APEXMALHAR-2066 JdbcPolling,idempotent,partit...

2016-06-07 Thread bhupeshchawda
Github user bhupeshchawda commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/282#discussion_r66169324 --- Diff: library/src/main/java/com/datatorrent/lib/db/jdbc/AbstractJdbcPollInputOperator.java --- @@ -0,0 +1,652 @@ +/** + * Licensed to

[jira] [Commented] (APEXMALHAR-2066) Add jdbc poller input operator

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

[GitHub] apex-malhar pull request #314: APEXMALHAR-2113 bug fix, app test case,update...

2016-06-07 Thread bhupeshchawda
Github user bhupeshchawda commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/314#discussion_r66168863 --- Diff: library/src/main/java/com/datatorrent/lib/db/jdbc/AbstractJdbcTransactionableOutputOperator.java --- @@ -34,25 +33,30 @@ import

[jira] [Commented] (APEXCORE-339) Support ability to tag operators as idempotent or non-idempotent

2016-06-07 Thread Sandesh (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15319648#comment-15319648 ] Sandesh commented on APEXCORE-339: -- How does this intersect with -> ProcessingMode - EXACTLY_ONCE ? >

[jira] [Comment Edited] (APEXCORE-339) Support ability to tag operators as idempotent or non-idempotent

2016-06-07 Thread Pramod Immaneni (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15225223#comment-15225223 ] Pramod Immaneni edited comment on APEXCORE-339 at 6/7/16 10:54 PM: ---

[GitHub] apex-malhar pull request #295: APEXMALHAR-1966: Update casandra output oprea...

2016-06-07 Thread bhupeshchawda
Github user bhupeshchawda commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/295#discussion_r66164298 --- Diff: benchmark/src/main/java/com/datatorrent/benchmark/cassandra/CassandraOutputOperator.java --- @@ -48,4 +48,9 @@ protected Statement

[jira] [Commented] (APEXMALHAR-1966) Cassandra output operator improvements

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

[jira] [Commented] (APEXMALHAR-2094) Quantiles sketch operator

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

[GitHub] apex-malhar pull request #301: [APEXMALHAR-2094] Quantiles operator

2016-06-07 Thread bhupeshchawda
Github user bhupeshchawda commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/301#discussion_r66163272 --- Diff: sketches/src/main/java/org/apache/apex/malhar/sketches/QuantilesEstimator.java --- @@ -0,0 +1,188 @@ +/** + * Licensed to the

[GitHub] apex-malhar pull request #301: [APEXMALHAR-2094] Quantiles operator

2016-06-07 Thread bhupeshchawda
Github user bhupeshchawda commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/301#discussion_r66163056 --- Diff: sketches/pom.xml --- @@ -0,0 +1,75 @@ + +http://www.w3.org/2001/XMLSchema-instance; +

[jira] [Commented] (APEXMALHAR-2094) Quantiles sketch operator

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

[GitHub] apex-malhar pull request #301: [APEXMALHAR-2094] Quantiles operator

2016-06-07 Thread bhupeshchawda
Github user bhupeshchawda commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/301#discussion_r66163010 --- Diff: sketches/src/main/java/org/apache/apex/malhar/sketches/QuantilesEstimator.java --- @@ -0,0 +1,188 @@ +/** + * Licensed to the

[jira] [Commented] (APEXMALHAR-2113) JdbcPOJOOutputOperator

2016-06-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15319562#comment-15319562 ] ASF GitHub Bot commented on APEXMALHAR-2113: GitHub user devtagare opened a pull request:

[jira] [Commented] (APEXMALHAR-2094) Quantiles sketch operator

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

[jira] [Commented] (APEXMALHAR-2094) Quantiles sketch operator

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

Re: A proposal for Malhar

2016-06-07 Thread Pramod Immaneni
I wanted to close the loop on this discussion. In general everyone seemed to be favorable to this idea with no serious objections. Folks had good suggestions like documenting capabilities of operators, come up well defined criteria for graduation of operators and what those criteria may be and

[GitHub] apex-malhar pull request #301: [APEXMALHAR-2094] Quantiles operator

2016-06-07 Thread bhupeshchawda
Github user bhupeshchawda commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/301#discussion_r66152395 --- Diff: sketches/src/main/java/org/apache/apex/malhar/sketches/QuantilesEstimator.java --- @@ -0,0 +1,188 @@ +/** + * Licensed to the

[jira] [Commented] (APEXMALHAR-2094) Quantiles sketch operator

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

[GitHub] apex-malhar pull request #301: [APEXMALHAR-2094] Quantiles operator

2016-06-07 Thread bhupeshchawda
Github user bhupeshchawda commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/301#discussion_r66150788 --- Diff: sketches/src/main/java/org/apache/apex/malhar/sketches/QuantilesEstimator.java --- @@ -0,0 +1,188 @@ +/** + * Licensed to the

[jira] [Commented] (APEXMALHAR-2094) Quantiles sketch operator

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

Re: APC

2016-06-07 Thread Timothy Farkas
Yeah I tried running 3.4.0 on it and was greeted with a nice error message, had to roll back to 3.3 Thanks, Tim On Tue, Jun 7, 2016 at 1:38 PM, Munagala Ramanath wrote: > Also, last I looked, the sandbox was still 3.3.1 > > Ram > > On Tue, Jun 7, 2016 at 1:29 PM, Timothy

[jira] [Commented] (APEXMALHAR-2106) Support merging multiple streams with StreamMerger

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

[jira] [Commented] (APEXMALHAR-2106) Support merging multiple streams with StreamMerger

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

[jira] [Assigned] (APEXMALHAR-2085) Implement Windowed Operators

2016-06-07 Thread David Yan (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2085?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Yan reassigned APEXMALHAR-2085: - Assignee: David Yan (was: Siyuan Hua) > Implement Windowed Operators >

[jira] [Commented] (APEXMALHAR-2106) Support merging multiple streams with StreamMerger

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

[GitHub] apex-malhar pull request #309: [APEXMALHAR-2106][WIP] Support multiple strea...

2016-06-07 Thread bhupeshchawda
Github user bhupeshchawda commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/309#discussion_r66144530 --- Diff: library/src/main/java/com/datatorrent/lib/stream/MultipleStreamMerger.java --- @@ -0,0 +1,277 @@ +/** + * Licensed to the Apache

Re: APC

2016-06-07 Thread Munagala Ramanath
Tim, Are you building a config package by any chance, since that builds an *apc* file. Can you post the exact archetype command you ran ? I just ran the archetype command for 3.4.0 and 3.5.0-SNAPSHOT and it built an *apa* just as it always does. Ram On Tue, Jun 7, 2016 at 12:44 PM, Timothy

Re: Proposal : DAG - SetOperatorAttribute

2016-06-07 Thread Sandesh Hegde
I have created a Jira, will start working on this. https://issues.apache.org/jira/browse/APEXCORE-470 On Tue, Jun 7, 2016 at 12:21 PM Munagala Ramanath wrote: > +1 > > Since we have *setInputPortAttribute* and *setOutputPortAttribute*, it > seems reasonable > to add

[jira] [Commented] (APEXMALHAR-2106) Support merging multiple streams with StreamMerger

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

[GitHub] apex-malhar pull request #309: [APEXMALHAR-2106][WIP] Support multiple strea...

2016-06-07 Thread bhupeshchawda
Github user bhupeshchawda commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/309#discussion_r66142732 --- Diff: library/src/main/java/com/datatorrent/lib/stream/MultipleStreamMerger.java --- @@ -0,0 +1,277 @@ +/** + * Licensed to the Apache

[jira] [Created] (APEXCORE-470) New Api for setting the attribute on the operator ( setOperatorAttribute )

2016-06-07 Thread Sandesh (JIRA)
Sandesh created APEXCORE-470: Summary: New Api for setting the attribute on the operator ( setOperatorAttribute ) Key: APEXCORE-470 URL: https://issues.apache.org/jira/browse/APEXCORE-470 Project: Apache

APC

2016-06-07 Thread Timothy Farkas
Hi All, I noticed that the new project template generates a apc, doesn't seem to launch in the sandbox I just downloaded. Can I get some hints about what version works with what, and what the differences between an apc and the old apa are? Thanks! Tim

Re: Proposal : DAG - SetOperatorAttribute

2016-06-07 Thread Munagala Ramanath
+1 Since we have *setInputPortAttribute* and *setOutputPortAttribute*, it seems reasonable to add *setOperatorAttribute*. Ram On Mon, Jun 6, 2016 at 1:39 PM, Sandesh Hegde wrote: > Currently, *setAttribute* is used to set the operator attributes. Other 2 > Attribute

[GitHub] apex-malhar pull request #313: Apexmalhar 2113 jdbc pojo output operator

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

[jira] [Commented] (APEXMALHAR-2086) Kafka Output Operator with Kafka 0.9 API

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

[GitHub] apex-malhar pull request #298: *For review only* [APEXMALHAR-2086] Kafka out...

2016-06-07 Thread chinmaykolhatkar
Github user chinmaykolhatkar commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/298#discussion_r66131514 --- Diff: kafka/src/main/java/org/apache/apex/malhar/kafka/AbstractKafkaOutputOperator.java --- @@ -0,0 +1,141 @@ +/** + * Licensed to

[jira] [Commented] (APEXMALHAR-2086) Kafka Output Operator with Kafka 0.9 API

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

[jira] [Commented] (APEXMALHAR-2086) Kafka Output Operator with Kafka 0.9 API

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

[jira] [Commented] (APEXMALHAR-2086) Kafka Output Operator with Kafka 0.9 API

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

[GitHub] apex-malhar pull request #298: *For review only* [APEXMALHAR-2086] Kafka out...

2016-06-07 Thread chinmaykolhatkar
Github user chinmaykolhatkar commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/298#discussion_r66131266 --- Diff: kafka/src/main/java/org/apache/apex/malhar/kafka/AbstractKafkaOutputOperator.java --- @@ -0,0 +1,141 @@ +/** + * Licensed to

[jira] [Commented] (APEXMALHAR-2086) Kafka Output Operator with Kafka 0.9 API

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

[GitHub] apex-malhar pull request #298: *For review only* [APEXMALHAR-2086] Kafka out...

2016-06-07 Thread chinmaykolhatkar
Github user chinmaykolhatkar commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/298#discussion_r66130894 --- Diff: kafka/src/main/java/org/apache/apex/malhar/kafka/AbstractKafkaOutputOperator.java --- @@ -0,0 +1,141 @@ +/** + * Licensed to

[jira] [Commented] (APEXMALHAR-2086) Kafka Output Operator with Kafka 0.9 API

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

[GitHub] apex-site pull request #36: Adding announcements and meetups to Apex front p...

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

[GitHub] apex-site issue #36: Adding announcements and meetups to Apex front page

2016-06-07 Thread tweise
Github user tweise commented on the issue: https://github.com/apache/apex-site/pull/36 @sashadt Already live :-) --- 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

[GitHub] apex-site issue #36: Adding announcements and meetups to Apex front page

2016-06-07 Thread sashadt
Github user sashadt commented on the issue: https://github.com/apache/apex-site/pull/36 @tweise Do you want to wait until more content to be added, or should we merge this PR? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

Re: Facing issue in merging PR

2016-06-07 Thread Shubham Pathak
Thank you Thomas. For few committers the issue seems to have been resolved but I am still facing the issue while trying to commit. shubham@shubham:/code/projects/Apache/commit/apex-malhar$ git push origin master Username for 'https://git-wip-us.apache.org': shubham Password for