[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=15301038#comment-15301038 ] bright chen commented on APEXMALHAR-2076: - a new operator,

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

[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

[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_r64655682 --- Diff: contrib/src/main/java/com/datatorrent/contrib/parser/StreamingJsonParser.java --- @@ -0,0 +1,451 @@ +/** + * Licensed to

[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=15300798#comment-15300798 ] ASF GitHub Bot commented on APEXMALHAR-1966: Github user DT-Priyanka closed the pull

[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

[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] [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 > -- > >

[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,

[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

[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

[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=15299935#comment-15299935 ] ASF GitHub Bot commented on APEXMALHAR-2087: GitHub user yogidevendra opened a pull

[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 @@ +/** + *

[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 @@ +/** + *

[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 @@ +/** + *

[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 @@ +/** + *