[jira] [Commented] (APEXCORE-340) Rename dtcli script to apex

2016-04-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15236695#comment-15236695 ] ASF GitHub Bot commented on APEXCORE-340: - GitHub user chinmaykolhatkar opened a

[GitHub] incubator-apex-core pull request: APEXCORE-340 Naming change of ap...

2016-04-11 Thread chinmaykolhatkar
GitHub user chinmaykolhatkar opened a pull request: https://github.com/apache/incubator-apex-core/pull/303 APEXCORE-340 Naming change of apex script. Changed following (dt->apex): 1. Script name changed to apex. 2. Class name changed to ApexCli from DTCli. Similar for test cl

[jira] [Commented] (APEXCORE-340) Rename dtcli script to apex

2016-04-11 Thread Chinmay Kolhatkar (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15236688#comment-15236688 ] Chinmay Kolhatkar commented on APEXCORE-340: Ok.. Will remove symlink for dt

[jira] [Commented] (APEXCORE-413) Collision between Sink.getCount() and SweepableReservoir.getCount()

2016-04-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15236623#comment-15236623 ] ASF GitHub Bot commented on APEXCORE-413: - Github user vrozov commented on the p

[GitHub] incubator-apex-core pull request: APEXCORE-413 - Collision between...

2016-04-11 Thread vrozov
Github user vrozov commented on the pull request: https://github.com/apache/incubator-apex-core/pull/301#issuecomment-208715497 There is no benefit of AbstractReservoir implementing BlockingQueue other than reusing already defined interface currently. As CircularBuffer implements Blo

[jira] [Commented] (APEXMALHAR-2049) Managed State - add support for distributing buckets to partition

2016-04-11 Thread Timothy Farkas (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15236613#comment-15236613 ] Timothy Farkas commented on APEXMALHAR-2049: A further detailed example o

[jira] [Commented] (APEXCORE-413) Collision between Sink.getCount() and SweepableReservoir.getCount()

2016-04-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15236600#comment-15236600 ] ASF GitHub Bot commented on APEXCORE-413: - Github user vrozov commented on a dif

[GitHub] incubator-apex-core pull request: APEXCORE-413 - Collision between...

2016-04-11 Thread vrozov
Github user vrozov commented on a diff in the pull request: https://github.com/apache/incubator-apex-core/pull/301#discussion_r59321286 --- Diff: engine/src/main/java/com/datatorrent/stram/stream/OiOStream.java --- @@ -29,11 +29,12 @@ * * @since 0.3.5 */ -publ

[jira] [Commented] (APEXCORE-413) Collision between Sink.getCount() and SweepableReservoir.getCount()

2016-04-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15236594#comment-15236594 ] ASF GitHub Bot commented on APEXCORE-413: - Github user tweise commented on a dif

[GitHub] incubator-apex-core pull request: APEXCORE-413 - Collision between...

2016-04-11 Thread tweise
Github user tweise commented on a diff in the pull request: https://github.com/apache/incubator-apex-core/pull/301#discussion_r59320988 --- Diff: engine/src/main/java/com/datatorrent/stram/stream/InlineStream.java --- @@ -80,14 +88,29 @@ public void teardown() public void pu

[GitHub] incubator-apex-core pull request: APEXCORE-413 - Collision between...

2016-04-11 Thread tweise
Github user tweise commented on a diff in the pull request: https://github.com/apache/incubator-apex-core/pull/301#discussion_r59320833 --- Diff: engine/src/main/java/com/datatorrent/stram/stream/OiOStream.java --- @@ -29,11 +29,12 @@ * * @since 0.3.5 */ -publ

[jira] [Commented] (APEXCORE-413) Collision between Sink.getCount() and SweepableReservoir.getCount()

2016-04-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15236587#comment-15236587 ] ASF GitHub Bot commented on APEXCORE-413: - Github user tweise commented on a dif

[jira] [Commented] (APEXCORE-413) Collision between Sink.getCount() and SweepableReservoir.getCount()

2016-04-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15236586#comment-15236586 ] ASF GitHub Bot commented on APEXCORE-413: - Github user vrozov commented on a dif

[GitHub] incubator-apex-core pull request: APEXCORE-413 - Collision between...

2016-04-11 Thread vrozov
Github user vrozov commented on a diff in the pull request: https://github.com/apache/incubator-apex-core/pull/301#discussion_r59320784 --- Diff: engine/src/main/java/com/datatorrent/stram/stream/InlineStream.java --- @@ -80,14 +88,29 @@ public void teardown() public void pu

[GitHub] incubator-apex-core pull request: APEXCORE-413 - Collision between...

2016-04-11 Thread vrozov
Github user vrozov commented on a diff in the pull request: https://github.com/apache/incubator-apex-core/pull/301#discussion_r59320592 --- Diff: engine/src/main/java/com/datatorrent/stram/stream/OiOStream.java --- @@ -29,11 +29,12 @@ * * @since 0.3.5 */ -publ

[jira] [Commented] (APEXCORE-413) Collision between Sink.getCount() and SweepableReservoir.getCount()

2016-04-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15236580#comment-15236580 ] ASF GitHub Bot commented on APEXCORE-413: - Github user vrozov commented on a dif

[jira] [Updated] (APEXMALHAR-1942) Apex Operator for Apache Geode.

2016-04-11 Thread Thomas Weise (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-1942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Weise updated APEXMALHAR-1942: - Assignee: Prasad Indulkar > Apex Operator for Apache Geode. > ---

[jira] [Resolved] (APEXMALHAR-1942) Apex Operator for Apache Geode.

2016-04-11 Thread Thomas Weise (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-1942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Weise resolved APEXMALHAR-1942. -- Resolution: Fixed Fix Version/s: 3.4.0 > Apex Operator for Apache Geode. > -

[jira] [Commented] (APEXCORE-413) Collision between Sink.getCount() and SweepableReservoir.getCount()

2016-04-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15236456#comment-15236456 ] ASF GitHub Bot commented on APEXCORE-413: - Github user tweise commented on the p

[GitHub] incubator-apex-core pull request: APEXCORE-413 - Collision between...

2016-04-11 Thread tweise
Github user tweise commented on the pull request: https://github.com/apache/incubator-apex-core/pull/301#issuecomment-208672022 A more general question: Is there any benefit of AbstractReservoir implementing BlockingQueue and hence carrying all the extra methods that we don't need bu

[jira] [Commented] (APEXCORE-413) Collision between Sink.getCount() and SweepableReservoir.getCount()

2016-04-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15236450#comment-15236450 ] ASF GitHub Bot commented on APEXCORE-413: - Github user tweise commented on a dif

[GitHub] incubator-apex-core pull request: APEXCORE-413 - Collision between...

2016-04-11 Thread tweise
Github user tweise commented on a diff in the pull request: https://github.com/apache/incubator-apex-core/pull/301#discussion_r59312769 --- Diff: engine/src/main/java/com/datatorrent/stram/stream/InlineStream.java --- @@ -80,14 +88,29 @@ public void teardown() public void pu

[GitHub] incubator-apex-core pull request: APEXCORE-413 - Collision between...

2016-04-11 Thread tweise
Github user tweise commented on a diff in the pull request: https://github.com/apache/incubator-apex-core/pull/301#discussion_r59311519 --- Diff: engine/src/main/java/com/datatorrent/stram/stream/OiOStream.java --- @@ -29,11 +29,12 @@ * * @since 0.3.5 */ -publ

[jira] [Commented] (APEXCORE-413) Collision between Sink.getCount() and SweepableReservoir.getCount()

2016-04-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15236432#comment-15236432 ] ASF GitHub Bot commented on APEXCORE-413: - Github user tweise commented on a dif

[GitHub] incubator-apex-core pull request: APEXCORE-413 - Collision between...

2016-04-11 Thread vrozov
Github user vrozov closed the pull request at: https://github.com/apache/incubator-apex-core/pull/301 --- 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 fe

[jira] [Commented] (APEXCORE-413) Collision between Sink.getCount() and SweepableReservoir.getCount()

2016-04-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15236413#comment-15236413 ] ASF GitHub Bot commented on APEXCORE-413: - GitHub user vrozov reopened a pull re

[jira] [Commented] (APEXCORE-413) Collision between Sink.getCount() and SweepableReservoir.getCount()

2016-04-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15236411#comment-15236411 ] ASF GitHub Bot commented on APEXCORE-413: - Github user vrozov closed the pull re

[GitHub] incubator-apex-core pull request: APEXCORE-413 - Collision between...

2016-04-11 Thread vrozov
GitHub user vrozov reopened a pull request: https://github.com/apache/incubator-apex-core/pull/301 APEXCORE-413 - Collision between Sink.getCount() and SweepableReservoir.getCount() @tweise Please review You can merge this pull request into a Git repository by running: $ git p

[jira] [Commented] (APEXCORE-427) Unit test testAppDataPush fails on Travis

2016-04-11 Thread Thomas Weise (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15236377#comment-15236377 ] Thomas Weise commented on APEXCORE-427: --- [~davidyan] [~vrozov], changes to the API

[jira] [Commented] (APEXCORE-427) Unit test testAppDataPush fails on Travis

2016-04-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15236371#comment-15236371 ] ASF GitHub Bot commented on APEXCORE-427: - Github user tweise commented on a dif

[GitHub] incubator-apex-core pull request: APEXCORE-427 Made pubsub connect...

2016-04-11 Thread tweise
Github user tweise commented on a diff in the pull request: https://github.com/apache/incubator-apex-core/pull/302#discussion_r59306808 --- Diff: api/src/main/java/com/datatorrent/api/Context.java --- @@ -438,6 +438,10 @@ */ Attribute GATEWAY_PASSWORD = new Attrib

[jira] [Resolved] (APEXCORE-427) Unit test testAppDataPush fails on Travis

2016-04-11 Thread David Yan (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Yan resolved APEXCORE-427. Resolution: Fixed Fix Version/s: 3.4.0 > Unit test testAppDataPush fails on Travis > --

[jira] [Commented] (APEXCORE-427) Unit test testAppDataPush fails on Travis

2016-04-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15236367#comment-15236367 ] ASF GitHub Bot commented on APEXCORE-427: - Github user asfgit closed the pull re

[GitHub] incubator-apex-core pull request: APEXCORE-427 Made pubsub connect...

2016-04-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-apex-core/pull/302 --- 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 fe

[jira] [Updated] (APEXCORE-429) Take advantage of the new ApplicationAttempt yarn API in Apex CLI

2016-04-11 Thread David Yan (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Yan updated APEXCORE-429: --- Labels: apex-hadoop-version (was: ) > Take advantage of the new ApplicationAttempt yarn API in Apex

[jira] [Created] (APEXCORE-429) Take advantage of the new ApplicationAttempt yarn API in Apex CLI

2016-04-11 Thread David Yan (JIRA)
David Yan created APEXCORE-429: -- Summary: Take advantage of the new ApplicationAttempt yarn API in Apex CLI Key: APEXCORE-429 URL: https://issues.apache.org/jira/browse/APEXCORE-429 Project: Apache Apex

[jira] [Updated] (APEXMALHAR-1688) Solr Tests are failing

2016-04-11 Thread Sandesh (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-1688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandesh updated APEXMALHAR-1688: Assignee: (was: Sandesh) > Solr Tests are failing > -- > >

[jira] [Updated] (APEXCORE-428) Storing dfsRootDirectory as application tags when we upgrade to hadoop 2.4.0 or above

2016-04-11 Thread David Yan (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Yan updated APEXCORE-428: --- Labels: apex-hadoop-version (was: ) > Storing dfsRootDirectory as application tags when we upgrade

[jira] [Created] (APEXCORE-428) Storing dfsRootDirectory as application tags when we upgrade to hadoop 2.4.0 or above

2016-04-11 Thread David Yan (JIRA)
David Yan created APEXCORE-428: -- Summary: Storing dfsRootDirectory as application tags when we upgrade to hadoop 2.4.0 or above Key: APEXCORE-428 URL: https://issues.apache.org/jira/browse/APEXCORE-428 P

[jira] [Commented] (APEXCORE-427) Unit test testAppDataPush fails on Travis

2016-04-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15236274#comment-15236274 ] ASF GitHub Bot commented on APEXCORE-427: - Github user davidyan74 commented on t

[GitHub] incubator-apex-core pull request: APEXCORE-427 Made pubsub connect...

2016-04-11 Thread davidyan74
Github user davidyan74 commented on the pull request: https://github.com/apache/incubator-apex-core/pull/302#issuecomment-208626432 @vrozov please review --- 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 do

[GitHub] incubator-apex-core pull request: APEXCORE-427 Made pubsub connect...

2016-04-11 Thread davidyan74
GitHub user davidyan74 opened a pull request: https://github.com/apache/incubator-apex-core/pull/302 APEXCORE-427 Made pubsub connect timeout configurable You can merge this pull request into a Git repository by running: $ git pull https://github.com/davidyan74/incubator-apex-

[jira] [Commented] (APEXCORE-427) Unit test testAppDataPush fails on Travis

2016-04-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15236220#comment-15236220 ] ASF GitHub Bot commented on APEXCORE-427: - GitHub user davidyan74 opened a pull

[jira] [Updated] (APEXCORE-426) Support work preserving AM recovery

2016-04-11 Thread Thomas Weise (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Weise updated APEXCORE-426: -- Labels: apex-hadoop-version (was: ) > Support work preserving AM recovery > -

[jira] [Commented] (APEXMALHAR-2049) Managed State - add support for distributing buckets to partition

2016-04-11 Thread Timothy Farkas (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15236169#comment-15236169 ] Timothy Farkas commented on APEXMALHAR-2049: Discussed with [~csingh] and

[jira] [Updated] (APEXCORE-427) Unit test testAppDataPush fails on Travis

2016-04-11 Thread David Yan (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Yan updated APEXCORE-427: --- Description: The unit test fails with this exception: {code} 2016-04-11 21:16:58,679 [main] WARN st

[jira] [Created] (APEXCORE-427) Unit test testAppDataPush fails on Travis

2016-04-11 Thread David Yan (JIRA)
David Yan created APEXCORE-427: -- Summary: Unit test testAppDataPush fails on Travis Key: APEXCORE-427 URL: https://issues.apache.org/jira/browse/APEXCORE-427 Project: Apache Apex Core Issue Type

[jira] [Commented] (APEXCORE-424) Please delete old releases from mirroring system

2016-04-11 Thread Thomas Weise (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15236161#comment-15236161 ] Thomas Weise commented on APEXCORE-424: --- I added a section to the release instruct

[jira] [Commented] (APEXCORE-424) Please delete old releases from mirroring system

2016-04-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15236147#comment-15236147 ] ASF GitHub Bot commented on APEXCORE-424: - GitHub user tweise opened a pull requ

[GitHub] incubator-apex-site pull request: APEXCORE-424 Add instructions fo...

2016-04-11 Thread tweise
GitHub user tweise opened a pull request: https://github.com/apache/incubator-apex-site/pull/31 APEXCORE-424 Add instructions for removing old releases. @sashadt please refresh download page and merge. You can merge this pull request into a Git repository by running: $ git pull

[jira] [Commented] (APEXMALHAR-2042) Managed State - value for a key is null when the bucket is bumped off state and window data is still not committed

2016-04-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15236088#comment-15236088 ] ASF GitHub Bot commented on APEXMALHAR-2042: Github user asfgit closed th

[jira] [Resolved] (APEXMALHAR-2042) Managed State - value for a key is null when the bucket is bumped off state and window data is still not committed

2016-04-11 Thread Chandni Singh (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chandni Singh resolved APEXMALHAR-2042. --- Resolution: Fixed Fix Version/s: 3.4.0 > Managed State - value for a key i

[GitHub] incubator-apex-malhar pull request: APEXMALHAR-2042 #resolve #comm...

2016-04-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-apex-malhar/pull/237 --- 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] [Updated] (APEXMALHAR-2050) Move spillable package under state.

2016-04-11 Thread Chandni Singh (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2050?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chandni Singh updated APEXMALHAR-2050: -- Issue Type: Sub-task (was: Improvement) Parent: APEXMALHAR-2026 > Move spi

[jira] [Created] (APEXMALHAR-2050) Move spillable package under state.

2016-04-11 Thread Timothy Farkas (JIRA)
Timothy Farkas created APEXMALHAR-2050: -- Summary: Move spillable package under state. Key: APEXMALHAR-2050 URL: https://issues.apache.org/jira/browse/APEXMALHAR-2050 Project: Apache Apex Malhar

[jira] [Commented] (APEXMALHAR-2042) Managed State - value for a key is null when the bucket is bumped off state and window data is still not committed

2016-04-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15236039#comment-15236039 ] ASF GitHub Bot commented on APEXMALHAR-2042: Github user ilooner commente

[GitHub] incubator-apex-malhar pull request: APEXMALHAR-2042 #resolve #comm...

2016-04-11 Thread ilooner
Github user ilooner commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/237#discussion_r59287619 --- Diff: library/src/test/java/org/apache/apex/malhar/lib/state/managed/ManagedStateImplTest.java --- @@ -147,9 +150,9 @@ public void testCo

[GitHub] incubator-apex-site pull request: Move the users@ mailing list to ...

2016-04-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-apex-site/pull/30 --- 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 fea

[jira] [Commented] (APEXCORE-413) Collision between Sink.getCount() and SweepableReservoir.getCount()

2016-04-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15235947#comment-15235947 ] ASF GitHub Bot commented on APEXCORE-413: - GitHub user vrozov opened a pull requ

[GitHub] incubator-apex-core pull request: APEXCORE-413 - Collision between...

2016-04-11 Thread vrozov
GitHub user vrozov opened a pull request: https://github.com/apache/incubator-apex-core/pull/301 APEXCORE-413 - Collision between Sink.getCount() and SweepableReservoir.getCount() @tweise Please review You can merge this pull request into a Git repository by running: $ git pul

[jira] [Updated] (APEXCORE-424) Please delete old releases from mirroring system

2016-04-11 Thread Thomas Weise (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Weise updated APEXCORE-424: -- Assignee: Thomas Weise > Please delete old releases from mirroring system > --

[GitHub] incubator-apex-site pull request: Move the users@ mailing list to ...

2016-04-11 Thread tweise
GitHub user tweise opened a pull request: https://github.com/apache/incubator-apex-site/pull/30 Move the users@ mailing list to the top as that's the first place we … …want newcomers to subscribe to. @sashadt review You can merge this pull request into a Git repository

Re: Proposal: Variation for the Apex Api

2016-04-11 Thread Sandesh Hegde
Hello Chinmay, Idea is to follow natural order. Suppose you want to set attribute on a port, you will have to write something like below dag.setInputPortAttribute(deserializeJSON.input, Context.PortContext.PARTITION_PARALLEL, true); How about setting it directly on the ports? deserializeJSON.inp

[GitHub] incubator-apex-core pull request: Checkstyle related changes

2016-04-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-apex-core/pull/300 --- 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 fe

[jira] [Comment Edited] (APEXCORE-340) Rename dtcli script to apex

2016-04-11 Thread David Yan (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15235592#comment-15235592 ] David Yan edited comment on APEXCORE-340 at 4/11/16 5:53 PM: -

[jira] [Commented] (APEXCORE-340) Rename dtcli script to apex

2016-04-11 Thread David Yan (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15235592#comment-15235592 ] David Yan commented on APEXCORE-340: [~chinmay] let's not change the .dt folder. We

[jira] [Comment Edited] (APEXCORE-340) Rename dtcli script to apex

2016-04-11 Thread Thomas Weise (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15235567#comment-15235567 ] Thomas Weise edited comment on APEXCORE-340 at 4/11/16 5:50 PM: --

[jira] [Commented] (APEXCORE-340) Rename dtcli script to apex

2016-04-11 Thread Thomas Weise (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15235567#comment-15235567 ] Thomas Weise commented on APEXCORE-340: --- This ticket is only for the script name,

[GitHub] incubator-apex-core pull request: Checkstyle related changes

2016-04-11 Thread vrozov
GitHub user vrozov opened a pull request: https://github.com/apache/incubator-apex-core/pull/300 Checkstyle related changes @davidyan74 Please review You can merge this pull request into a Git repository by running: $ git pull https://github.com/vrozov/incubator-apex-core check

[jira] [Commented] (APEXCORE-340) Rename dtcli script to apex

2016-04-11 Thread Chinmay Kolhatkar (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15234865#comment-15234865 ] Chinmay Kolhatkar commented on APEXCORE-340: Made following changes in my fo