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
[
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 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
[
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 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
[
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 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 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
[
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
[
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
[
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 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 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 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
[
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
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
[
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
[
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 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
[
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,
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 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 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 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 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 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 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 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 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 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
[
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
> --
>
[
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
> --
>
>
[
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
> -
>
>
[
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 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
[
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
[
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
[
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 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 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
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 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
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
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
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,
[
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 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 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
[
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
[
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 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
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
[
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 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 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 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 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 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 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
[
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.
>
[
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
> --
>
>
[
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
> ---
[
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 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
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 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
[
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 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 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
[
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 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 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 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 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 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
[
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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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
-
91 matches
Mail list logo