Re: [ANNOUNCE] Apache Apex Malhar 3.4.0 released

2016-05-25 Thread Thomas Weise
More information can be found via JIRA :-) State management for operators: https://issues.apache.org/jira/browse/APEXMALHAR-1897 Take for example a join operator that may accumulate a large amount of data for a window before emitting results, more than the available memory. With the embedded sto

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

2016-05-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-1966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15301287#comment-15301287 ] ASF GitHub Bot commented on APEXMALHAR-1966: GitHub user DT-Priyanka open

[GitHub] incubator-apex-malhar pull request: APEXMALHAR-1966: Update casand...

2016-05-25 Thread DT-Priyanka
GitHub user DT-Priyanka opened a pull request: https://github.com/apache/incubator-apex-malhar/pull/295 APEXMALHAR-1966: Update casandra output opreator 1. By default populating field info from POJO 2. Option to add update/insert query You can merge this pull request into a Git

[jira] [Commented] (APEXCORE-461) Hidden ports in extended operators appear in the application package

2016-05-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15301276#comment-15301276 ] ASF GitHub Bot commented on APEXCORE-461: - Github user bhupeshchawda commented o

[GitHub] incubator-apex-core pull request: APEXCORE-461: Fixed hiding of ov...

2016-05-25 Thread bhupeshchawda
Github user bhupeshchawda commented on a diff in the pull request: https://github.com/apache/incubator-apex-core/pull/342#discussion_r64679977 --- Diff: engine/src/main/java/com/datatorrent/stram/webapp/TypeGraph.java --- @@ -827,6 +827,16 @@ private void getAllPortsWithAncestor(Ty

[jira] [Commented] (APEXMALHAR-2076) AbstractExactlyOnceKafkaOutputOperator didn't handle the orderless of tuples in a window

2016-05-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15301041#comment-15301041 ] ASF GitHub Bot commented on APEXMALHAR-2076: GitHub user brightchen opene

[GitHub] incubator-apex-core pull request: APEXCORE-461: Fixed hiding of ov...

2016-05-25 Thread siyuanh
Github user siyuanh commented on a diff in the pull request: https://github.com/apache/incubator-apex-core/pull/342#discussion_r64671776 --- Diff: engine/src/main/java/com/datatorrent/stram/webapp/TypeGraph.java --- @@ -827,6 +827,16 @@ private void getAllPortsWithAncestor(TypeGrap

[GitHub] incubator-apex-core pull request: APEXCORE-461: Fixed hiding of ov...

2016-05-25 Thread siyuanh
Github user siyuanh commented on the pull request: https://github.com/apache/incubator-apex-core/pull/342#issuecomment-221739828 @bhupeshchawda looks good to me, once you rename the method, I'll merge it --- If your project is set up for it, you can reply to this email and have your

[jira] [Commented] (APEXCORE-461) Hidden ports in extended operators appear in the application package

2016-05-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15301141#comment-15301141 ] ASF GitHub Bot commented on APEXCORE-461: - Github user siyuanh commented on the

[jira] [Commented] (APEXCORE-461) Hidden ports in extended operators appear in the application package

2016-05-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15301136#comment-15301136 ] ASF GitHub Bot commented on APEXCORE-461: - Github user siyuanh commented on a di

[jira] [Resolved] (APEXCORE-247) Implement DefaultDelayOperator

2016-05-25 Thread David Yan (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Yan resolved APEXCORE-247. Resolution: Won't Fix We don't need this for now. Will open another ticket if we need it. > Imple

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

2016-05-25 Thread brightchen
GitHub user brightchen opened a pull request: https://github.com/apache/incubator-apex-malhar/pull/294 APEXMALHAR-2076 #resolve #comment add AbstractTupleUniqueExactlyOnceK… …afkaOutputOperator You can merge this pull request into a Git repository by running: $ git pull htt

[GitHub] incubator-apex-core pull request: Update code style structure and ...

2016-05-25 Thread ilganeli
Github user ilganeli closed the pull request at: https://github.com/apache/incubator-apex-core/pull/341 --- 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

[GitHub] incubator-apex-core pull request: Update code style structure and ...

2016-05-25 Thread ilganeli
GitHub user ilganeli opened a pull request: https://github.com/apache/incubator-apex-core/pull/343 Update code style structure and docs * Importing code style settings was confusing because it wasn't obvious from the documentation where specific files resided. * Updated Eclipse

[jira] [Commented] (APEXMALHAR-2076) AbstractExactlyOnceKafkaOutputOperator didn't handle the orderless of tuples in a window

2016-05-25 Thread bright chen (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15301038#comment-15301038 ] bright chen commented on APEXMALHAR-2076: - a new operator, AbstractTupleUniqu

Re: IntelliJ and Netbeans code styles are missing

2016-05-25 Thread Vlad Rozov
With the default IntelliJ project structure it is not necessary to import apex-style.jar. The code style definition (as well as copyright template) are preset using files in .idea folder. Thank you, Vlad On 5/24/16 14:19, Ganelin, Ilya wrote: I just realized that these were moved to subdirect

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

2016-05-25 Thread Thomas Weise (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15301028#comment-15301028 ] Thomas Weise commented on APEXMALHAR-2094: -- Sandeep, you need to include the

[jira] [Commented] (APEXMALHAR-1988) CassandraInputOperator fetches less number of records inconsistenly

2016-05-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-1988?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15300967#comment-15300967 ] ASF GitHub Bot commented on APEXMALHAR-1988: GitHub user DT-Priyanka open

[GitHub] incubator-apex-malhar pull request: APEXMALHAR-1988: Updating cass...

2016-05-25 Thread DT-Priyanka
GitHub user DT-Priyanka opened a pull request: https://github.com/apache/incubator-apex-malhar/pull/293 APEXMALHAR-1988: Updating cassandra batch fetch logic to use Cassandr… …a Paging feature You can merge this pull request into a Git repository by running: $ git pull http

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

2016-05-25 Thread Sandeep Narayanaswami (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15300902#comment-15300902 ] Sandeep Narayanaswami commented on APEXMALHAR-2094: --- [~thw] Thomas,

Re: [ANNOUNCE] Apache Apex Malhar 3.4.0 released

2016-05-25 Thread Himanshu Bari
Good work! Where can we find more information on - Large operator state management (embedded key/value storage) - New operators for transform, projection, enrichment On Wed, May 25, 2016 at 8:50 AM, Thomas Weise wrote: > Dear Community, > > The Apache Apex community is pleased to announce relea

[GitHub] incubator-apex-malhar pull request: Apexmalhar 2033 streaming pars...

2016-05-25 Thread devtagare
Github user devtagare commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/288#discussion_r64655954 --- Diff: contrib/src/main/java/com/datatorrent/contrib/parser/JsonKeyFinder.java --- @@ -0,0 +1,150 @@ +/** + * Licensed to the Apa

[GitHub] incubator-apex-malhar pull request: Apexmalhar 2033 streaming pars...

2016-05-25 Thread devtagare
Github user devtagare commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/288#discussion_r64655706 --- Diff: contrib/src/main/java/com/datatorrent/contrib/parser/StreamingJsonParser.java --- @@ -0,0 +1,451 @@ +/** + * Licensed to

[GitHub] incubator-apex-malhar pull request: Apexmalhar 2033 streaming pars...

2016-05-25 Thread devtagare
Github user devtagare commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/288#discussion_r64655937 --- Diff: contrib/src/test/java/com/datatorrent/contrib/parser/StreamingJsonParserTest.java --- @@ -0,0 +1,269 @@ +/** + * Licensed

[GitHub] incubator-apex-malhar pull request: Apexmalhar 2033 streaming pars...

2016-05-25 Thread devtagare
Github user devtagare commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/288#discussion_r64655628 --- Diff: contrib/src/main/java/com/datatorrent/contrib/parser/StreamingJsonParser.java --- @@ -0,0 +1,451 @@ +/** + * Licensed to

[GitHub] incubator-apex-malhar pull request: Apexmalhar 2033 streaming pars...

2016-05-25 Thread devtagare
Github user devtagare commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/288#discussion_r64655682 --- Diff: contrib/src/main/java/com/datatorrent/contrib/parser/StreamingJsonParser.java --- @@ -0,0 +1,451 @@ +/** + * Licensed to

[GitHub] incubator-apex-malhar pull request: Apexmalhar 2033 streaming pars...

2016-05-25 Thread devtagare
Github user devtagare commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/288#discussion_r64655660 --- Diff: contrib/src/main/java/com/datatorrent/contrib/parser/StreamingJsonParser.java --- @@ -0,0 +1,451 @@ +/** + * Licensed to

[GitHub] incubator-apex-malhar pull request: Apexmalhar 2033 streaming pars...

2016-05-25 Thread devtagare
Github user devtagare commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/288#discussion_r64655616 --- Diff: contrib/pom.xml --- @@ -639,7 +639,12 @@ gemfire-core 1.0.0-incubating.M1 true - +

[GitHub] incubator-apex-malhar pull request: Apexmalhar 2033 streaming pars...

2016-05-25 Thread devtagare
Github user devtagare commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/288#discussion_r64655641 --- Diff: contrib/src/main/java/com/datatorrent/contrib/parser/StreamingJsonParser.java --- @@ -0,0 +1,451 @@ +/** + * Licensed to

[GitHub] incubator-apex-malhar pull request: Apexmalhar 2033 streaming pars...

2016-05-25 Thread devtagare
Github user devtagare commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/288#discussion_r64655695 --- Diff: contrib/src/main/java/com/datatorrent/contrib/parser/StreamingJsonParser.java --- @@ -0,0 +1,451 @@ +/** + * Licensed to

[jira] [Updated] (APEXCORE-344) Shutdown/Kil - restart - behaviour

2016-05-25 Thread Sandesh (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandesh updated APEXCORE-344: - Assignee: (was: Sandesh) > Shutdown/Kil - restart - behaviour > -- >

[jira] [Updated] (APEXCORE-247) Implement DefaultDelayOperator

2016-05-25 Thread Sandesh (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandesh updated APEXCORE-247: - Assignee: (was: Sandesh) > Implement DefaultDelayOperator > -- > >

[jira] [Updated] (APEXCORE-450) Upgrade the version of xml-doclet

2016-05-25 Thread Sandesh (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandesh updated APEXCORE-450: - Assignee: (was: Sandesh) > Upgrade the version of xml-doclet > - > >

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

2016-05-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-1966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15300798#comment-15300798 ] ASF GitHub Bot commented on APEXMALHAR-1966: Github user DT-Priyanka clos

[GitHub] incubator-apex-malhar pull request: APEXMALHAR-1966: Update casand...

2016-05-25 Thread DT-Priyanka
Github user DT-Priyanka closed the pull request at: https://github.com/apache/incubator-apex-malhar/pull/227 --- 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

[jira] [Commented] (APEXMALHAR-1988) CassandraInputOperator fetches less number of records inconsistenly

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

[jira] [Resolved] (APEXMALHAR-1988) CassandraInputOperator fetches less number of records inconsistenly

2016-05-25 Thread Bhupesh Chawda (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-1988?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bhupesh Chawda resolved APEXMALHAR-1988. Resolution: Fixed > CassandraInputOperator fetches less number of records incon

[jira] [Updated] (APEXMALHAR-1988) CassandraInputOperator fetches less number of records inconsistenly

2016-05-25 Thread Bhupesh Chawda (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-1988?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bhupesh Chawda updated APEXMALHAR-1988: --- Fix Version/s: 3.5.0 > CassandraInputOperator fetches less number of records inco

[GitHub] incubator-apex-malhar pull request: APEXMALHAR-1988: Updating cass...

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

[GitHub] incubator-apex-site pull request: Added new release announcement f...

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

Re: Get ApplicationId from inside Application

2016-05-25 Thread David Yan
Right. If you want to change an operator property according to the app id, you can do it in the setup method in the operator, using the operator context. David On Wed, May 25, 2016 at 11:26 AM, Munagala Ramanath wrote: > You can't do it in populateDAG since the id is not known when that functio

[GitHub] incubator-apex-site pull request: Added new release announcement f...

2016-05-25 Thread davidyan74
GitHub user davidyan74 opened a pull request: https://github.com/apache/incubator-apex-site/pull/40 Added new release announcement for 3.4.0 @tweise please merge You can merge this pull request into a Git repository by running: $ git pull https://github.com/davidyan74/incubator

Re: Get ApplicationId from inside Application

2016-05-25 Thread Munagala Ramanath
You can't do it in populateDAG since the id is not known when that function runs. You need to do it in the operator as suggested by Gaurav: String appid = Context.OperatorContext.getValue(Context.DAGContext. APPLICATION_ID); Ram On Wed, May 25, 2016 at 11:00 AM, Ganelin, Ilya wrote: > Hi guys

Re: Get ApplicationId from inside Application

2016-05-25 Thread Sandeep Deshmukh
The populateDAG function is invoked before it is submitted to YARN. So the app id not assigned yet. Hi guys - when I try to retrieve the application id with: ("{ApplicationId=" + dag.getValue(Context.DAGContext.APPLICATION_ID) + "}\n”) the applicationId is reported as null. I’m trying to run thi

Re: Get ApplicationId from inside Application

2016-05-25 Thread Chandni Singh
Hey Ilya, The application id is assigned to an application once it is launched. In populateDag() phase, the logical plan is being created but the actual yarn application is not created so there isn't an application id created yet which is why it is null. Chandni On Wed, May 25, 2016 at 11:00 AM,

[jira] [Commented] (APEXMALHAR-1957) Improve HBasePOJOInputOperator with support for threaded read

2016-05-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-1957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15300549#comment-15300549 ] ASF GitHub Bot commented on APEXMALHAR-1957: GitHub user bhupeshchawda op

[GitHub] incubator-apex-malhar pull request: APEXMALHAR-1957: Updated HBase...

2016-05-25 Thread bhupeshchawda
GitHub user bhupeshchawda opened a pull request: https://github.com/apache/incubator-apex-malhar/pull/292 APEXMALHAR-1957: Updated HBase Input Operator Added threading for reading data from hbase. Added support for progressive read. Added unit tests. Reopened an old PR to c

[GitHub] incubator-apex-malhar pull request: APEXMALHAR-1957: Added threadi...

2016-05-25 Thread bhupeshchawda
Github user bhupeshchawda closed the pull request at: https://github.com/apache/incubator-apex-malhar/pull/212 --- 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

[jira] [Commented] (APEXMALHAR-1957) Improve HBasePOJOInputOperator with support for threaded read

2016-05-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-1957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15300543#comment-15300543 ] ASF GitHub Bot commented on APEXMALHAR-1957: Github user bhupeshchawda cl

[jira] [Commented] (APEXMALHAR-1953) Add generic (insert, update, delete) support to JDBC Output Operator

2016-05-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-1953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15300534#comment-15300534 ] ASF GitHub Bot commented on APEXMALHAR-1953: GitHub user bhupeshchawda op

[GitHub] incubator-apex-malhar pull request: APEXMALHAR-1953 Updated Jdbc O...

2016-05-25 Thread bhupeshchawda
GitHub user bhupeshchawda opened a pull request: https://github.com/apache/incubator-apex-malhar/pull/291 APEXMALHAR-1953 Updated Jdbc Output Operator Renaming JdbcPOJOOutputOperator to AbstractJdbcPOJOOutputOperator Added JdbcPOJOInsertOutputOperator for insert queries. Added su

Re: Get ApplicationId from inside Application

2016-05-25 Thread Ganelin, Ilya
Hi guys - when I try to retrieve the application id with: ("{ApplicationId=" + dag.getValue(Context.DAGContext.APPLICATION_ID) + "}\n”) the applicationId is reported as null. I’m trying to run this inside of the “populateDAG” function. Am I doing something wrong? On 5/19/16, 11:20 AM, "Gaura

[jira] [Commented] (APEXMALHAR-1953) Add generic (insert, update, delete) support to JDBC Output Operator

2016-05-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-1953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15300528#comment-15300528 ] ASF GitHub Bot commented on APEXMALHAR-1953: Github user bhupeshchawda cl

[GitHub] incubator-apex-malhar pull request: APEXMALHAR-1953 Updated Jdbc O...

2016-05-25 Thread bhupeshchawda
Github user bhupeshchawda closed the pull request at: https://github.com/apache/incubator-apex-malhar/pull/215 --- 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

[GitHub] incubator-apex-malhar pull request: Apexmalhar 2033 streaming pars...

2016-05-25 Thread devtagare
Github user devtagare commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/288#discussion_r64613769 --- Diff: contrib/src/main/java/com/datatorrent/contrib/parser/StreamingJsonParser.java --- @@ -0,0 +1,451 @@ +/** + * Licensed to

[GitHub] incubator-apex-malhar pull request: Apexmalhar 2033 streaming pars...

2016-05-25 Thread devtagare
Github user devtagare commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/288#discussion_r64613294 --- Diff: contrib/src/main/java/com/datatorrent/contrib/parser/StreamingJsonParser.java --- @@ -0,0 +1,451 @@ +/** + * Licensed to

[GitHub] incubator-apex-malhar pull request: Apexmalhar 2033 streaming pars...

2016-05-25 Thread devtagare
Github user devtagare commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/288#discussion_r64613309 --- Diff: contrib/src/main/java/com/datatorrent/contrib/parser/StreamingJsonParser.java --- @@ -0,0 +1,451 @@ +/** + * Licensed to

[GitHub] incubator-apex-core pull request: Update code style structure and ...

2016-05-25 Thread tweise
Github user tweise commented on the pull request: https://github.com/apache/incubator-apex-core/pull/341#issuecomment-221642311 Ilya, you should find that discussion on the mailing list. The issue was that the binary files were included into the release. There were several options di

[GitHub] incubator-apex-malhar pull request: Apexmalhar 2033 streaming pars...

2016-05-25 Thread devtagare
Github user devtagare commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/288#discussion_r64612299 --- Diff: contrib/src/main/java/com/datatorrent/contrib/parser/StreamingJsonParser.java --- @@ -0,0 +1,451 @@ +/** + * Licensed to

[jira] [Updated] (APEXCORE-154) Expose the JavaDoc for Operator Attributes via WebApp.

2016-05-25 Thread Sandesh (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandesh updated APEXCORE-154: - Assignee: (was: Sandesh) > Expose the JavaDoc for Operator Attributes via WebApp. >

[jira] [Updated] (APEXMALHAR-1760) MQTT operator improvements

2016-05-25 Thread Sandesh (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-1760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandesh updated APEXMALHAR-1760: Assignee: (was: Sandesh) > MQTT operator improvements > -- > >

[jira] [Updated] (APEXMALHAR-1952) Bring back the Apache Solr unit test cases

2016-05-25 Thread Sandesh (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-1952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandesh updated APEXMALHAR-1952: Assignee: (was: Sandesh) > Bring back the Apache Solr unit test cases > ---

[jira] [Updated] (APEXMALHAR-1818) Integrate Calcite to support SQL

2016-05-25 Thread Thomas Weise (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-1818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Weise updated APEXMALHAR-1818: - Assignee: (was: Amol) > Integrate Calcite to support SQL > --

[GitHub] incubator-apex-core pull request: Update code style structure and ...

2016-05-25 Thread ilganeli
Github user ilganeli commented on the pull request: https://github.com/apache/incubator-apex-core/pull/341#issuecomment-221639315 @tweise Based on the commit hash from the history, the change to ".settings" is only referenced in this PR: https://github.com/apache/incubator-apex-co

[ANNOUNCE] Apache Apex Malhar 3.4.0 released

2016-05-25 Thread Thomas Weise
Dear Community, The Apache Apex community is pleased to announce release 3.4.0 of the Malhar library. This release follows release 3.4.0 of core, resolves 66 JIRAs and adds a number of exciting new features and enhancements, including: - First cut of the high level Java stream API - Large operat

[GitHub] incubator-apex-core pull request: Update code style structure and ...

2016-05-25 Thread tweise
Github user tweise commented on the pull request: https://github.com/apache/incubator-apex-core/pull/341#issuecomment-221614217 Please submit the PR so that it contains all your changes as single commit and not other commits: http://apex.apache.org/contributing.html

[jira] [Commented] (APEXMALHAR-2087) Hive output module

2016-05-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15300211#comment-15300211 ] ASF GitHub Bot commented on APEXMALHAR-2087: Github user tweise commented

[GitHub] incubator-apex-malhar pull request: APEXMALHAR-2087 Hive output mo...

2016-05-25 Thread tweise
Github user tweise commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/289#discussion_r64593672 --- Diff: contrib/src/main/java/com/datatorrent/contrib/hive/FSPojoToHiveOperator.java --- @@ -40,14 +43,14 @@ * @tags fs, hive, database

[GitHub] incubator-apex-malhar pull request: APEXMALHAR-2087 Hive output mo...

2016-05-25 Thread tweise
Github user tweise commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/289#discussion_r64593874 --- Diff: contrib/src/main/java/com/datatorrent/contrib/hive/HiveOutputModule.java --- @@ -0,0 +1,476 @@ +/** + * Licensed to the Apach

[jira] [Commented] (APEXMALHAR-2087) Hive output module

2016-05-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15300206#comment-15300206 ] ASF GitHub Bot commented on APEXMALHAR-2087: Github user tweise commented

[GitHub] incubator-apex-malhar pull request: JdbcPOJOInputOperator polling ...

2016-05-25 Thread sandeepdeshmukh
GitHub user sandeepdeshmukh opened a pull request: https://github.com/apache/incubator-apex-malhar/pull/290 JdbcPOJOInputOperator polling fix Fix to ingest newly added data. You can merge this pull request into a Git repository by running: $ git pull https://github.com/sandeepd

[GitHub] incubator-apex-malhar pull request: Apexmalhar 2033 streaming pars...

2016-05-25 Thread shubham-pathak22
Github user shubham-pathak22 commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/288#discussion_r64559170 --- Diff: contrib/src/main/java/com/datatorrent/contrib/parser/StreamingJsonParser.java --- @@ -0,0 +1,451 @@ +/** + * Licen

[GitHub] incubator-apex-malhar pull request: Apexmalhar 2033 streaming pars...

2016-05-25 Thread shubham-pathak22
Github user shubham-pathak22 commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/288#discussion_r64560063 --- Diff: contrib/src/main/java/com/datatorrent/contrib/parser/StreamingJsonParser.java --- @@ -0,0 +1,451 @@ +/** + * Licen

[GitHub] incubator-apex-malhar pull request: Apexmalhar 2033 streaming pars...

2016-05-25 Thread shubham-pathak22
Github user shubham-pathak22 commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/288#discussion_r64558794 --- Diff: contrib/src/main/java/com/datatorrent/contrib/parser/StreamingJsonParser.java --- @@ -0,0 +1,451 @@ +/** + * Licen

[GitHub] incubator-apex-malhar pull request: APEXMALHAR-2087 Hive output mo...

2016-05-25 Thread yogidevendra
GitHub user yogidevendra opened a pull request: https://github.com/apache/incubator-apex-malhar/pull/289 APEXMALHAR-2087 Hive output module 1. Added Hive output module 2. Minor enhancements for getters, setters 3. Fixing some import order, checkstyle violations You can merge

[jira] [Commented] (APEXMALHAR-2087) Hive output module

2016-05-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15299935#comment-15299935 ] ASF GitHub Bot commented on APEXMALHAR-2087: GitHub user yogidevendra ope

[GitHub] incubator-apex-malhar pull request: Apexmalhar 2033 streaming pars...

2016-05-25 Thread shubham-pathak22
Github user shubham-pathak22 commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/288#discussion_r64560543 --- Diff: contrib/src/main/java/com/datatorrent/contrib/parser/StreamingJsonParser.java --- @@ -0,0 +1,451 @@ +/** + * Licen

[GitHub] incubator-apex-malhar pull request: Apexmalhar 2033 streaming pars...

2016-05-25 Thread shubham-pathak22
Github user shubham-pathak22 commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/288#discussion_r64559714 --- Diff: contrib/src/main/java/com/datatorrent/contrib/parser/StreamingJsonParser.java --- @@ -0,0 +1,451 @@ +/** + * Licen

[GitHub] incubator-apex-malhar pull request: Apexmalhar 2033 streaming pars...

2016-05-25 Thread shubham-pathak22
Github user shubham-pathak22 commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/288#discussion_r64559707 --- Diff: contrib/src/main/java/com/datatorrent/contrib/parser/StreamingJsonParser.java --- @@ -0,0 +1,451 @@ +/** + * Licen

[GitHub] incubator-apex-malhar pull request: Apexmalhar 2033 streaming pars...

2016-05-25 Thread shubham-pathak22
Github user shubham-pathak22 commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/288#discussion_r64558198 --- Diff: contrib/src/main/java/com/datatorrent/contrib/parser/JsonKeyFinder.java --- @@ -0,0 +1,150 @@ +/** + * Licensed to

[GitHub] incubator-apex-malhar pull request: Apexmalhar 2033 streaming pars...

2016-05-25 Thread shubham-pathak22
Github user shubham-pathak22 commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/288#discussion_r64558061 --- Diff: contrib/src/test/java/com/datatorrent/contrib/parser/StreamingJsonParserTest.java --- @@ -0,0 +1,269 @@ +/** + * L

[GitHub] incubator-apex-malhar pull request: Apexmalhar 2033 streaming pars...

2016-05-25 Thread shubham-pathak22
Github user shubham-pathak22 commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/288#discussion_r64557644 --- Diff: contrib/src/test/java/com/datatorrent/contrib/parser/StreamingJsonParserTest.java --- @@ -0,0 +1,269 @@ +/** + * L

[GitHub] incubator-apex-malhar pull request: Apexmalhar 2033 streaming pars...

2016-05-25 Thread shubham-pathak22
Github user shubham-pathak22 commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/288#discussion_r64552819 --- Diff: contrib/src/main/java/com/datatorrent/contrib/parser/StreamingJsonParser.java --- @@ -0,0 +1,451 @@ +/** + * Licen

[GitHub] incubator-apex-malhar pull request: Apexmalhar 2033 streaming pars...

2016-05-25 Thread shubham-pathak22
Github user shubham-pathak22 commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/288#discussion_r64551777 --- Diff: contrib/src/main/java/com/datatorrent/contrib/parser/StreamingJsonParser.java --- @@ -0,0 +1,451 @@ +/** + * Licen

[GitHub] incubator-apex-malhar pull request: Apexmalhar 2033 streaming pars...

2016-05-25 Thread shubham-pathak22
Github user shubham-pathak22 commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/288#discussion_r64551531 --- Diff: contrib/src/main/java/com/datatorrent/contrib/parser/StreamingJsonParser.java --- @@ -0,0 +1,451 @@ +/** + * Licen

[GitHub] incubator-apex-malhar pull request: Apexmalhar 2033 streaming pars...

2016-05-25 Thread shubham-pathak22
Github user shubham-pathak22 commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/288#discussion_r64551501 --- Diff: contrib/src/main/java/com/datatorrent/contrib/parser/StreamingJsonParser.java --- @@ -0,0 +1,451 @@ +/** + * Licen

[GitHub] incubator-apex-malhar pull request: Apexmalhar 2033 streaming pars...

2016-05-25 Thread shubham-pathak22
Github user shubham-pathak22 commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/288#discussion_r64540924 --- Diff: contrib/src/main/java/com/datatorrent/contrib/parser/StreamingJsonParser.java --- @@ -0,0 +1,451 @@ +/** + * Licen

[GitHub] incubator-apex-malhar pull request: Apexmalhar 2033 streaming pars...

2016-05-25 Thread shubham-pathak22
Github user shubham-pathak22 commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/288#discussion_r64540852 --- Diff: contrib/src/main/java/com/datatorrent/contrib/parser/StreamingJsonParser.java --- @@ -0,0 +1,451 @@ +/** + * Licen

[GitHub] incubator-apex-malhar pull request: Apexmalhar 2033 streaming pars...

2016-05-25 Thread shubham-pathak22
Github user shubham-pathak22 commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/288#discussion_r64540372 --- Diff: contrib/src/main/java/com/datatorrent/contrib/parser/StreamingJsonParser.java --- @@ -0,0 +1,451 @@ +/** + * Licen

[GitHub] incubator-apex-malhar pull request: Apexmalhar 2033 streaming pars...

2016-05-25 Thread shubham-pathak22
Github user shubham-pathak22 commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/288#discussion_r64539994 --- Diff: contrib/src/main/java/com/datatorrent/contrib/parser/StreamingJsonParser.java --- @@ -0,0 +1,451 @@ +/** + * Licen

[GitHub] incubator-apex-malhar pull request: Apexmalhar 2033 streaming pars...

2016-05-25 Thread shubham-pathak22
Github user shubham-pathak22 commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/288#discussion_r64539620 --- Diff: contrib/pom.xml --- @@ -639,7 +639,12 @@ gemfire-core 1.0.0-incubating.M1 true -