[GitHub] apex-malhar pull request #644: APEXMALHAR-2518 Terminating operator when the...

2017-07-10 Thread PramodSSImmaneni
GitHub user PramodSSImmaneni opened a pull request: https://github.com/apache/apex-malhar/pull/644 APEXMALHAR-2518 Terminating operator when there is a server error in processing commit offsets You can merge this pull request into a Git repository by running: $ git pull

[GitHub] apex-malhar pull request #631: APEXMALHAR-2366 #resolve #comment Apply Bloom...

2017-06-07 Thread PramodSSImmaneni
GitHub user PramodSSImmaneni reopened a pull request: https://github.com/apache/apex-malhar/pull/631 APEXMALHAR-2366 #resolve #comment Apply BloomFilter to Bucket, use internal BloomFilter @bhupeshchawda please see, this is to finish up the work started in https://github.com

[GitHub] apex-core pull request #539: APEXCORE-742 Fix for creation of yarn client in...

2017-06-05 Thread PramodSSImmaneni
GitHub user PramodSSImmaneni opened a pull request: https://github.com/apache/apex-core/pull/539 APEXCORE-742 Fix for creation of yarn client instances You can merge this pull request into a Git repository by running: $ git pull https://github.com/PramodSSImmaneni/apex-core

[GitHub] apex-core pull request #538: APEXCORE-736 Using YARN client api to fetch the...

2017-06-05 Thread PramodSSImmaneni
GitHub user PramodSSImmaneni opened a pull request: https://github.com/apache/apex-core/pull/538 APEXCORE-736 Using YARN client api to fetch the application master container report This is a continuation of the PR https://github.com/apache/apex-core/pull/534 and merging

[GitHub] apex-malhar pull request #631: APEXMALHAR-2366 #resolve #comment Apply Bloom...

2017-06-01 Thread PramodSSImmaneni
GitHub user PramodSSImmaneni opened a pull request: https://github.com/apache/apex-malhar/pull/631 APEXMALHAR-2366 #resolve #comment Apply BloomFilter to Bucket, use internal BloomFilter @bhupeshchawda please see, this is to finish up the work started in https://github.com/apache

[GitHub] apex-core pull request #531: APEXCORE-732 Handling serialization and other e...

2017-05-29 Thread PramodSSImmaneni
GitHub user PramodSSImmaneni opened a pull request: https://github.com/apache/apex-core/pull/531 APEXCORE-732 Handling serialization and other exceptions while recording tuples, preventing the container from failing You can merge this pull request into a Git repository by running

[GitHub] apex-core pull request #530: APEXCORE-726 Setup up acls for impersonation

2017-05-25 Thread PramodSSImmaneni
GitHub user PramodSSImmaneni opened a pull request: https://github.com/apache/apex-core/pull/530 APEXCORE-726 Setup up acls for impersonation @devtagare @amberarrow please see You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] apex-site pull request #75: APEXCORE-721 Updated announcements to malhar 3.7...

2017-05-14 Thread PramodSSImmaneni
GitHub user PramodSSImmaneni opened a pull request: https://github.com/apache/apex-site/pull/75 APEXCORE-721 Updated announcements to malhar 3.7.0 and core 3.6.0 @tweise @tushargosavi please see You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] apex-core pull request #523: APEXCORE-716 Javadoc for engine api packages wa...

2017-05-07 Thread PramodSSImmaneni
GitHub user PramodSSImmaneni opened a pull request: https://github.com/apache/apex-core/pull/523 APEXCORE-716 Javadoc for engine api packages warning of no backwards compatibility guarantees @vrozov @tweise please see You can merge this pull request into a Git repository

[GitHub] apex-core pull request #522: APEXCORE-714 Adding a new recovery mode where t...

2017-05-01 Thread PramodSSImmaneni
GitHub user PramodSSImmaneni opened a pull request: https://github.com/apache/apex-core/pull/522 APEXCORE-714 Adding a new recovery mode where the operator instance before a failure event can be reused when recovering from an upstream operator failure [Review Only] You can merge

[GitHub] apex-core pull request #518: APEXCORE-700 Uniform interface between setup an...

2017-04-18 Thread PramodSSImmaneni
GitHub user PramodSSImmaneni opened a pull request: https://github.com/apache/apex-core/pull/518 APEXCORE-700 Uniform interface between setup and runtime plugins @tushargosavi please see Better to merge after https://github.com/apache/apex-core/pull/503/ You can merge

[GitHub] apex-core pull request #507: APEXCORE-609 Backpressure when spooling is disa...

2017-04-10 Thread PramodSSImmaneni
GitHub user PramodSSImmaneni opened a pull request: https://github.com/apache/apex-core/pull/507 APEXCORE-609 Backpressure when spooling is disabled. The publisher is suspended if ahead of subscriber by maximum number of blocks. This doesn't yet address the issue of blocks being

[GitHub] apex-malhar pull request #475: APEXMALHAR-2324 Megh flume

2017-03-30 Thread PramodSSImmaneni
Github user PramodSSImmaneni closed the pull request at: https://github.com/apache/apex-malhar/pull/475 --- 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

[GitHub] apex-malhar pull request #598: Flume operator and agent

2017-03-30 Thread PramodSSImmaneni
GitHub user PramodSSImmaneni opened a pull request: https://github.com/apache/apex-malhar/pull/598 Flume operator and agent This PR adds support for flume. It contains flume input operator and an agent to use on the flume side. You can merge this pull request into a Git repository

[GitHub] apex-core pull request #488: APEXCORE-641 Preventing a scenario where more t...

2017-03-18 Thread PramodSSImmaneni
GitHub user PramodSSImmaneni opened a pull request: https://github.com/apache/apex-core/pull/488 APEXCORE-641 Preventing a scenario where more than one the subscribe notification task can be scheduled simultaneously @vrozov please see. I missed this, something didnt feel right

[GitHub] apex-core pull request #487: APEXCORE-671 ValueEntry reverted back to public

2017-03-17 Thread PramodSSImmaneni
GitHub user PramodSSImmaneni opened a pull request: https://github.com/apache/apex-core/pull/487 APEXCORE-671 ValueEntry reverted back to public @ajaygit158 @vrozov @sandeshh please see. A more permanent solution can be done later but this currently breaks dependencies. You can

[GitHub] apex-malhar pull request #571: Solace input operators

2017-03-05 Thread PramodSSImmaneni
GitHub user PramodSSImmaneni opened a pull request: https://github.com/apache/apex-malhar/pull/571 Solace input operators Solace input operators to read data from solace messaging system. This was built as a team effort between Solace and DataTorrent, hence the multiple

[GitHub] apex-core pull request #450: APEXCORE-616 Added back http client handler tha...

2017-01-20 Thread PramodSSImmaneni
GitHub user PramodSSImmaneni opened a pull request: https://github.com/apache/apex-core/pull/450 APEXCORE-616 Added back http client handler that was removed and affects running in kerberized cluster @venkateshkottapalli @davidyan74 please see You can merge this pull request

[GitHub] apex-core pull request #445: APEXCORE-570 Back pressure support in buffer se...

2017-01-14 Thread PramodSSImmaneni
GitHub user PramodSSImmaneni opened a pull request: https://github.com/apache/apex-core/pull/445 APEXCORE-570 Back pressure support in buffer server when subscribers are slower than publisher @vrozov please see You can merge this pull request into a Git repository by running

[GitHub] apex-core pull request #425: Example application showing how to use the laun...

2016-11-25 Thread PramodSSImmaneni
GitHub user PramodSSImmaneni opened a pull request: https://github.com/apache/apex-core/pull/425 Example application showing how to use the launcher API in a project @tweise this is an example showing launcher API usage (which I had earlier in my repo). I felt that the best place

[GitHub] apex-malhar pull request #509: APEXMALHAR-2355 Added schema annotation

2016-11-24 Thread PramodSSImmaneni
GitHub user PramodSSImmaneni opened a pull request: https://github.com/apache/apex-malhar/pull/509 APEXMALHAR-2355 Added schema annotation @yogidevendra @pradeepdalvi please see You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] apex-malhar pull request #475: APEXMALHAR-2324 Megh flume

2016-10-31 Thread PramodSSImmaneni
Github user PramodSSImmaneni closed the pull request at: https://github.com/apache/apex-malhar/pull/475 --- 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

[GitHub] apex-malhar pull request #475: APEXMALHAR-2324 Megh flume

2016-10-31 Thread PramodSSImmaneni
GitHub user PramodSSImmaneni reopened a pull request: https://github.com/apache/apex-malhar/pull/475 APEXMALHAR-2324 Megh flume Flume support from megh project. Preserved attribution for individual commits, filtered flume related commits only from the megh project. Applied

[GitHub] apex-malhar pull request #475: Megh flume

2016-10-31 Thread PramodSSImmaneni
GitHub user PramodSSImmaneni opened a pull request: https://github.com/apache/apex-malhar/pull/475 Megh flume Flume support from megh project. Preserved attribution for individual commits, filtered flume related commits only from the megh project. Applied formatting and licensing

[GitHub] apex-core pull request #394: Upgraded beanutils version

2016-09-18 Thread PramodSSImmaneni
GitHub user PramodSSImmaneni opened a pull request: https://github.com/apache/apex-core/pull/394 Upgraded beanutils version @tweise @vrozov please see You can merge this pull request into a Git repository by running: $ git pull https://github.com/PramodSSImmaneni/apex-core

[GitHub] apex-core pull request #390: APEXCORE-519 Added DIGEST authentication

2016-09-14 Thread PramodSSImmaneni
GitHub user PramodSSImmaneni opened a pull request: https://github.com/apache/apex-core/pull/390 APEXCORE-519 Added DIGEST authentication @vrozov please see You can merge this pull request into a Git repository by running: $ git pull https://github.com/PramodSSImmaneni/apex

[GitHub] apex-core pull request #383: APEXCORE-517 Added BASIC authentication support...

2016-09-05 Thread PramodSSImmaneni
GitHub user PramodSSImmaneni opened a pull request: https://github.com/apache/apex-core/pull/383 APEXCORE-517 Added BASIC authentication support This adds support to authenticate with Hadoop web services with BASIC authentication enabled. @pradeepdalvi @vrozov please see

[GitHub] apex-core pull request #382: Added best practices for application and operat...

2016-09-03 Thread PramodSSImmaneni
GitHub user PramodSSImmaneni opened a pull request: https://github.com/apache/apex-core/pull/382 Added best practices for application and operator development This was originally submitted to Malhar, pull request mentioned below. This is a more appropriate repository because

[GitHub] apex-core pull request #374: APEXCORE-515 Providing principal for token refr...

2016-08-24 Thread PramodSSImmaneni
GitHub user PramodSSImmaneni opened a pull request: https://github.com/apache/apex-core/pull/374 APEXCORE-515 Providing principal for token refresh @gauravgopi123 please see You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] apex-malhar pull request #347: APEXMALHAR-2156 changes

2016-08-06 Thread PramodSSImmaneni
Github user PramodSSImmaneni commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/347#discussion_r73784652 --- Diff: library/src/main/java/com/datatorrent/lib/io/jms/JMSBase.java --- @@ -76,18 +79,59 @@ private transient Session session

[GitHub] apex-malhar pull request #347: APEXMALHAR-2156 changes

2016-08-06 Thread PramodSSImmaneni
Github user PramodSSImmaneni commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/347#discussion_r73784565 --- Diff: library/src/main/java/com/datatorrent/lib/io/jms/JMSBase.java --- @@ -129,12 +173,20 @@ public void setConnectionFactoryClass(String

[GitHub] apex-malhar pull request #347: APEXMALHAR-2156 changes

2016-08-06 Thread PramodSSImmaneni
Github user PramodSSImmaneni commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/347#discussion_r73784544 --- Diff: library/src/main/java/com/datatorrent/lib/io/jms/JMSBase.java --- @@ -76,18 +79,59 @@ private transient Session session

[GitHub] apex-malhar pull request #347: APEXMALHAR-2156 changes

2016-08-06 Thread PramodSSImmaneni
Github user PramodSSImmaneni commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/347#discussion_r73784474 --- Diff: library/src/main/java/com/datatorrent/lib/io/jms/JMSBase.java --- @@ -76,18 +76,52 @@ private transient Session session

[GitHub] apex-malhar pull request #347: APEXMALHAR-2156 changes

2016-08-06 Thread PramodSSImmaneni
Github user PramodSSImmaneni commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/347#discussion_r73784425 --- Diff: library/src/main/java/com/datatorrent/lib/io/jms/JMSBase.java --- @@ -112,14 +156,14 @@ public Destination getDestination

[GitHub] apex-malhar pull request #347: APEXMALHAR-2156 changes

2016-08-06 Thread PramodSSImmaneni
Github user PramodSSImmaneni commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/347#discussion_r73784288 --- Diff: library/src/main/java/com/datatorrent/lib/io/jms/JMSBase.java --- @@ -129,12 +173,20 @@ public void setConnectionFactoryClass(String

[GitHub] apex-core issue #364: APEXCORE-448 Made operator name available in operator ...

2016-08-04 Thread PramodSSImmaneni
Github user PramodSSImmaneni commented on the issue: https://github.com/apache/apex-core/pull/364 I second it, please reopen this PR and I will merge it. I think we have spent enough time on the tests and everyone's inputs have been valuable. There will be other opportunities

[GitHub] apex-core pull request #364: APEXCORE-448 Made operator name available in op...

2016-08-03 Thread PramodSSImmaneni
Github user PramodSSImmaneni commented on a diff in the pull request: https://github.com/apache/apex-core/pull/364#discussion_r73430475 --- Diff: engine/src/test/java/com/datatorrent/stram/engine/OperatorContextTest.java --- @@ -0,0 +1,98 @@ +/** + * Licensed to the Apache

[GitHub] apex-core pull request #364: APEXCORE-448 Made operator name available in op...

2016-08-03 Thread PramodSSImmaneni
Github user PramodSSImmaneni commented on a diff in the pull request: https://github.com/apache/apex-core/pull/364#discussion_r73429227 --- Diff: engine/src/main/java/com/datatorrent/stram/engine/OperatorContext.java --- @@ -84,12 +87,13 @@ public void setIdleTimeout(long

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

2016-08-03 Thread PramodSSImmaneni
Github user PramodSSImmaneni commented on the issue: https://github.com/apache/apex-site/pull/44 @tweise anything else, otherwise can you merge --- 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

[GitHub] apex-malhar pull request #347: APEXMALHAR-2156 changes

2016-08-01 Thread PramodSSImmaneni
Github user PramodSSImmaneni commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/347#discussion_r72995064 --- Diff: stream/src/test/java/org/apache/apex/malhar/stream/FunctionOperator/FunctionOperatorTest.java --- @@ -1,332 +0,0

[GitHub] apex-malhar pull request #347: APEXMALHAR-2156 changes

2016-08-01 Thread PramodSSImmaneni
Github user PramodSSImmaneni commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/347#discussion_r72994883 --- Diff: library/src/main/java/com/datatorrent/lib/io/jms/JMSBase.java --- @@ -76,18 +76,52 @@ private transient Session session

[GitHub] apex-malhar pull request #347: APEXMALHAR-2156 changes

2016-08-01 Thread PramodSSImmaneni
Github user PramodSSImmaneni commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/347#discussion_r72994523 --- Diff: library/src/main/java/com/datatorrent/lib/io/jms/JMSBase.java --- @@ -143,7 +172,7 @@ public void setConnectionFactoryProperties(Map

[GitHub] apex-malhar pull request #347: APEXMALHAR-2156 changes

2016-08-01 Thread PramodSSImmaneni
Github user PramodSSImmaneni commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/347#discussion_r72993901 --- Diff: library/src/main/java/com/datatorrent/lib/io/jms/JMSBase.java --- @@ -76,18 +76,52 @@ private transient Session session

[GitHub] apex-malhar pull request #347: APEXMALHAR-2156 changes

2016-08-01 Thread PramodSSImmaneni
Github user PramodSSImmaneni commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/347#discussion_r72991746 --- Diff: library/src/main/java/com/datatorrent/lib/io/jms/JMSBase.java --- @@ -76,18 +76,52 @@ private transient Session session

[GitHub] apex-malhar pull request #347: APEXMALHAR-2156 changes

2016-08-01 Thread PramodSSImmaneni
Github user PramodSSImmaneni commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/347#discussion_r72991276 --- Diff: contrib/src/main/java/com/datatorrent/contrib/kafka/AbstractKafkaInputOperator.java --- @@ -250,12 +250,7 @@ public void setup

[GitHub] apex-site issue #42: Added updating documentation to release process

2016-07-28 Thread PramodSSImmaneni
Github user PramodSSImmaneni commented on the issue: https://github.com/apache/apex-site/pull/42 Updated and squashed. --- 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

[GitHub] apex-core pull request #363: Documentation for secure impersonation

2016-07-28 Thread PramodSSImmaneni
GitHub user PramodSSImmaneni opened a pull request: https://github.com/apache/apex-core/pull/363 Documentation for secure impersonation @davidyan74 please see You can merge this pull request into a Git repository by running: $ git pull https://github.com/PramodSSImmaneni/apex

[GitHub] apex-site issue #42: Added updating documentation to release process

2016-07-26 Thread PramodSSImmaneni
Github user PramodSSImmaneni commented on the issue: https://github.com/apache/apex-site/pull/42 @tweise made the changes --- 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

[GitHub] apex-malhar pull request #347: APEXMALHAR-2156 changes

2016-07-26 Thread PramodSSImmaneni
Github user PramodSSImmaneni commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/347#discussion_r72343723 --- Diff: library/src/main/java/com/datatorrent/lib/io/jms/JMSBase.java --- @@ -355,10 +366,13 @@ public void createConnection() throws

[GitHub] apex-malhar pull request #347: APEXMALHAR-2156 changes

2016-07-26 Thread PramodSSImmaneni
Github user PramodSSImmaneni commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/347#discussion_r72343606 --- Diff: library/src/main/java/com/datatorrent/lib/io/jms/JMSBase.java --- @@ -355,10 +366,13 @@ public void createConnection() throws

[GitHub] apex-site pull request #42: Added updating documentation to release process

2016-07-26 Thread PramodSSImmaneni
Github user PramodSSImmaneni commented on a diff in the pull request: https://github.com/apache/apex-site/pull/42#discussion_r72343142 --- Diff: src/md/release.md --- @@ -201,6 +252,27 @@ git push apache ``` Merge `@since` tag and change log changes to `master

[GitHub] apex-site pull request #42: Added updating documentation to release process

2016-07-26 Thread PramodSSImmaneni
Github user PramodSSImmaneni commented on a diff in the pull request: https://github.com/apache/apex-site/pull/42#discussion_r72340598 --- Diff: src/md/release.md --- @@ -150,6 +150,57 @@ mkdir svn-dist && cp *-source-* svn-dist/ svn import svn-dist https://dist.ap

[GitHub] apex-site pull request #42: Added updating documentation to release process

2016-07-26 Thread PramodSSImmaneni
Github user PramodSSImmaneni commented on a diff in the pull request: https://github.com/apache/apex-site/pull/42#discussion_r72340572 --- Diff: src/md/release.md --- @@ -201,6 +252,27 @@ git push apache ``` Merge `@since` tag and change log changes to `master

[GitHub] apex-site pull request #45: Added new Apex companies, university and minor c...

2016-07-26 Thread PramodSSImmaneni
Github user PramodSSImmaneni commented on a diff in the pull request: https://github.com/apache/apex-site/pull/45#discussion_r72340210 --- Diff: src/md/powered-by-apex.md --- @@ -5,7 +5,7 @@ This page lists organizations and software projects which work with Apache Apex

[GitHub] apex-site pull request #45: Added new Apex companies, university and minor c...

2016-07-26 Thread PramodSSImmaneni
GitHub user PramodSSImmaneni opened a pull request: https://github.com/apache/apex-site/pull/45 Added new Apex companies, university and minor content changes @amolhkekre please see You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] apex-malhar pull request #347: APEXMALHAR-2156 changes

2016-07-26 Thread PramodSSImmaneni
Github user PramodSSImmaneni commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/347#discussion_r72279473 --- Diff: library/src/main/java/com/datatorrent/lib/io/jms/JMSBase.java --- @@ -76,18 +76,24 @@ private transient Session session

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

2016-07-26 Thread PramodSSImmaneni
Github user PramodSSImmaneni commented on the issue: https://github.com/apache/apex-site/pull/44 This is from the discussion https://www.mail-archive.com/dev%40apex.apache.org/msg00289.html Also, take a look at the accompanying pull request that has the best practices

[GitHub] apex-malhar pull request #350: Added development best practices

2016-07-26 Thread PramodSSImmaneni
GitHub user PramodSSImmaneni opened a pull request: https://github.com/apache/apex-malhar/pull/350 Added development best practices @sashadt please review and merge This is from the discussion in the mailing list below. The document was available for review by everyone

[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

[GitHub] apex-site pull request #42: Added updating documentation to release process

2016-07-23 Thread PramodSSImmaneni
Github user PramodSSImmaneni commented on a diff in the pull request: https://github.com/apache/apex-site/pull/42#discussion_r71972984 --- Diff: src/md/release.md --- @@ -150,6 +150,47 @@ mkdir svn-dist && cp *-source-* svn-dist/ svn import svn-dist https://dist.ap

[GitHub] apex-site pull request #42: Added updating documentation to release process

2016-07-22 Thread PramodSSImmaneni
Github user PramodSSImmaneni commented on a diff in the pull request: https://github.com/apache/apex-site/pull/42#discussion_r71929670 --- Diff: src/md/release.md --- @@ -150,6 +150,47 @@ mkdir svn-dist && cp *-source-* svn-dist/ svn import svn-dist https://dist.ap

[GitHub] apex-site pull request #42: Added updating documentation to release process

2016-07-22 Thread PramodSSImmaneni
Github user PramodSSImmaneni commented on a diff in the pull request: https://github.com/apache/apex-site/pull/42#discussion_r71923101 --- Diff: src/md/release.md --- @@ -150,6 +150,47 @@ mkdir svn-dist && cp *-source-* svn-dist/ svn import svn-dist https://dist.ap

[GitHub] apex-site pull request #42: Added updating documentation to release process

2016-07-21 Thread PramodSSImmaneni
Github user PramodSSImmaneni commented on a diff in the pull request: https://github.com/apache/apex-site/pull/42#discussion_r71800574 --- Diff: src/md/release.md --- @@ -150,6 +150,47 @@ mkdir svn-dist && cp *-source-* svn-dist/ svn import svn-dist https://dist.ap

[GitHub] apex-site pull request #42: Added updating documentation to release process

2016-07-21 Thread PramodSSImmaneni
Github user PramodSSImmaneni commented on a diff in the pull request: https://github.com/apache/apex-site/pull/42#discussion_r71714416 --- Diff: src/md/release.md --- @@ -150,6 +150,47 @@ mkdir svn-dist && cp *-source-* svn-dist/ svn import svn-dist https://dist.ap

[GitHub] apex-site pull request #42: Added updating documentation to release process

2016-07-21 Thread PramodSSImmaneni
Github user PramodSSImmaneni commented on a diff in the pull request: https://github.com/apache/apex-site/pull/42#discussion_r71652914 --- Diff: src/md/release.md --- @@ -150,6 +150,47 @@ mkdir svn-dist && cp *-source-* svn-dist/ svn import svn-dist https://dist.ap

[GitHub] apex-site pull request #42: Added updating documentation to release process

2016-07-18 Thread PramodSSImmaneni
Github user PramodSSImmaneni commented on a diff in the pull request: https://github.com/apache/apex-site/pull/42#discussion_r71226364 --- Diff: src/md/release.md --- @@ -150,6 +150,47 @@ mkdir svn-dist && cp *-source-* svn-dist/ svn import svn-dist https://dist.ap

[GitHub] apex-core pull request #357: APEXCORE-488: Issues in SSL communication with ...

2016-07-14 Thread PramodSSImmaneni
Github user PramodSSImmaneni commented on a diff in the pull request: https://github.com/apache/apex-core/pull/357#discussion_r70850997 --- Diff: engine/src/main/java/com/datatorrent/stram/util/ConfigUtils.java --- @@ -68,15 +68,30 @@ public static String getRMUsername

[GitHub] apex-core pull request #357: APEXCORE-488: Issues in SSL communication with ...

2016-07-13 Thread PramodSSImmaneni
Github user PramodSSImmaneni commented on a diff in the pull request: https://github.com/apache/apex-core/pull/357#discussion_r70630193 --- Diff: engine/src/main/java/com/datatorrent/stram/util/ConfigUtils.java --- @@ -68,15 +68,30 @@ public static String getRMUsername

[GitHub] apex-core pull request #357: APEXCORE-488: Issues in SSL communication with ...

2016-07-12 Thread PramodSSImmaneni
Github user PramodSSImmaneni commented on a diff in the pull request: https://github.com/apache/apex-core/pull/357#discussion_r70553112 --- Diff: engine/src/main/java/com/datatorrent/stram/StreamingAppMasterService.java --- @@ -607,14 +608,15 @@ protected void serviceStart

[GitHub] apex-site pull request #42: Added updating documentation to release process

2016-07-12 Thread PramodSSImmaneni
Github user PramodSSImmaneni commented on a diff in the pull request: https://github.com/apache/apex-site/pull/42#discussion_r70510870 --- Diff: src/md/release.md --- @@ -150,6 +150,47 @@ mkdir svn-dist && cp *-source-* svn-dist/ svn import svn-dist https://dist.ap

[GitHub] apex-site pull request #42: Added updating documentation to release process

2016-07-12 Thread PramodSSImmaneni
Github user PramodSSImmaneni commented on a diff in the pull request: https://github.com/apache/apex-site/pull/42#discussion_r70510813 --- Diff: src/md/release.md --- @@ -150,6 +150,47 @@ mkdir svn-dist && cp *-source-* svn-dist/ svn import svn-dist https://dist.ap

[GitHub] apex-core pull request #353: Removed deployment documentation as it is inclu...

2016-07-09 Thread PramodSSImmaneni
GitHub user PramodSSImmaneni opened a pull request: https://github.com/apache/apex-core/pull/353 Removed deployment documentation as it is included in the release documentation A pull request has been submitted to apex-site to deploy documentation as part of the release process

[GitHub] apex-site pull request #42: Added updating documentation to release process

2016-07-09 Thread PramodSSImmaneni
GitHub user PramodSSImmaneni opened a pull request: https://github.com/apache/apex-site/pull/42 Added updating documentation to release process I had some updates to docs and had noticed that we don't include building and staging documentation as part of the release process even

[GitHub] apex-core pull request #351: APEXCORE-405 Common API to launch on local mode...

2016-07-07 Thread PramodSSImmaneni
Github user PramodSSImmaneni commented on a diff in the pull request: https://github.com/apache/apex-core/pull/351#discussion_r70020461 --- Diff: api/src/main/java/com/datatorrent/api/ClusterMode.java --- @@ -0,0 +1,67 @@ +/** + * Licensed to the Apache Software Foundation

[GitHub] apex-core issue #351: APEXCORE-405 Common API to launch on local mode or clu...

2016-07-07 Thread PramodSSImmaneni
Github user PramodSSImmaneni commented on the issue: https://github.com/apache/apex-core/pull/351 @gauravgopi123 sorry the link is this one http://mail-archives.apache.org/mod_mbox/apex-dev/201604.mbox/%3CCAA7LveFWbGiONNWrAeJE8-H8rkGSg2e-nwGNojN%2BXQm4hG%3DEXg%40mail.gmail.com%3E

[GitHub] apex-core issue #351: APEXCORE-405 Common API to launch on local mode or clu...

2016-07-07 Thread PramodSSImmaneni
Github user PramodSSImmaneni commented on the issue: https://github.com/apache/apex-core/pull/351 @tweise I will show a simple driver code on how to use it and a maven sample on how to launch it and may be it will become clearer on how it can be used. User needs to include apex

[GitHub] apex-core pull request #351: APEXCORE-405 Common API to launch on local mode...

2016-07-07 Thread PramodSSImmaneni
Github user PramodSSImmaneni commented on a diff in the pull request: https://github.com/apache/apex-core/pull/351#discussion_r70010184 --- Diff: api/src/main/java/com/datatorrent/api/ClusterMode.java --- @@ -0,0 +1,67 @@ +/** + * Licensed to the Apache Software Foundation

[GitHub] apex-core issue #351: APEXCORE-405 Common API to launch on local mode or clu...

2016-07-07 Thread PramodSSImmaneni
Github user PramodSSImmaneni commented on the issue: https://github.com/apache/apex-core/pull/351 Hey @tweise the API is in parity with how the app is launched in embedded mode. So it expects the user to set all the configuration in the configuration object and pass it along

[GitHub] apex-core issue #351: APEXCORE-405 Common API to launch on local mode or clu...

2016-07-01 Thread PramodSSImmaneni
Github user PramodSSImmaneni commented on the issue: https://github.com/apache/apex-core/pull/351 @davidyan74 please see as well --- 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

[GitHub] apex-core pull request #351: APEXCORE-405 Common API to launch on local mode...

2016-07-01 Thread PramodSSImmaneni
Github user PramodSSImmaneni commented on a diff in the pull request: https://github.com/apache/apex-core/pull/351#discussion_r69362973 --- Diff: engine/src/main/java/com/datatorrent/stram/LocalModeImpl.java --- @@ -54,6 +55,53 @@ public DAG cloneDAG() throws Exception

[GitHub] apex-core issue #351: APEXCORE-405 Common API to launch on local mode or clu...

2016-06-24 Thread PramodSSImmaneni
Github user PramodSSImmaneni commented on the issue: https://github.com/apache/apex-core/pull/351 @siyuanh @tushargosavi please see as you have expressed interest in JIRA --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[GitHub] apex-core pull request #351: APEXCORE-405 Common API to launch on local mode...

2016-06-24 Thread PramodSSImmaneni
GitHub user PramodSSImmaneni opened a pull request: https://github.com/apache/apex-core/pull/351 APEXCORE-405 Common API to launch on local mode or cluster @tweise please take a look. Common API to launch on local mode or cluster. No functionality lost in local mode

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

2016-06-14 Thread PramodSSImmaneni
Github user PramodSSImmaneni commented on a diff in the pull request: https://github.com/apache/apex-core/pull/349#discussion_r67067938 --- Diff: api/src/main/java/com/datatorrent/api/DAG.java --- @@ -236,11 +236,22 @@ public abstract void setAttribute(Attribute key, T

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

2016-06-14 Thread PramodSSImmaneni
Github user PramodSSImmaneni commented on a diff in the pull request: https://github.com/apache/apex-core/pull/349#discussion_r67067785 --- Diff: api/src/main/java/com/datatorrent/api/DAG.java --- @@ -236,11 +236,22 @@ public abstract void setAttribute(Attribute key, T

[GitHub] apex-core pull request #350: APEXCORE-222 Purging the stale data present in ...

2016-06-14 Thread PramodSSImmaneni
Github user PramodSSImmaneni commented on a diff in the pull request: https://github.com/apache/apex-core/pull/350#discussion_r67067166 --- Diff: engine/src/main/java/com/datatorrent/stram/engine/StreamingContainer.java --- @@ -769,7 +769,11 @@ public void

[GitHub] apex-core pull request #350: APEXCORE-222 Purging the stale data present in ...

2016-06-14 Thread PramodSSImmaneni
Github user PramodSSImmaneni commented on a diff in the pull request: https://github.com/apache/apex-core/pull/350#discussion_r67063171 --- Diff: engine/src/main/java/com/datatorrent/stram/engine/StreamingContainer.java --- @@ -769,7 +769,11 @@ public void

[GitHub] apex-core pull request #350: APEXCORE-222 Purging the stale data present in ...

2016-06-14 Thread PramodSSImmaneni
Github user PramodSSImmaneni commented on a diff in the pull request: https://github.com/apache/apex-core/pull/350#discussion_r67060191 --- Diff: engine/src/main/java/com/datatorrent/stram/engine/StreamingContainer.java --- @@ -769,7 +769,11 @@ public void

[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

[GitHub] incubator-apex-core pull request #338: APEXCORE-463 : fixed condition to all...

2016-06-02 Thread PramodSSImmaneni
Github user PramodSSImmaneni commented on a diff in the pull request: https://github.com/apache/incubator-apex-core/pull/338#discussion_r65550916 --- Diff: engine/src/main/java/com/datatorrent/stram/webapp/TypeGraph.java --- @@ -355,7 +356,8 @@ public int size

[GitHub] incubator-apex-malhar pull request: APEXMALHAR-2066 JdbcPolling,idempotent,p...

2016-05-31 Thread PramodSSImmaneni
Github user PramodSSImmaneni commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/282#discussion_r65274816 --- Diff: library/src/main/java/com/datatorrent/lib/db/jdbc/AbstractJdbcPollInputOperator.java --- @@ -0,0 +1,652