Re: Apex Podling Name Search

2015-10-09 Thread P. Taylor Goetz
That's good in that it might give you some material for a PODLINGNAMESEARCH JIRA. However, DataTorrent's name search doesn't really mean much now that Apex is incubating at the ASF. I would recommend following the standard procedure of filing a name search JIRA. -Taylor > On Oct 8, 2015, at

[GitHub] incubator-apex-core pull request: APEX-184

2015-10-09 Thread vrozov
GitHub user vrozov opened a pull request: https://github.com/apache/incubator-apex-core/pull/110 APEX-184 Suspend DataListIterator and release block reference in case LogicalNode is not ready to send data to downstream operator. Do not enable read in resumeReadIfSuspended when not

Re: [MENTORS] Release candidates

2015-10-09 Thread Justin Mclean
Hi, > I'm not sure how common it is for the groupId not matching the Java package > names, but most of the artifacts i have seen have matching names. While not common I know of several projects where they don’t match. Thanks, Justin

Re: [MENTORS] Release candidates

2015-10-09 Thread David Yan
If we change the groupId and the artifactId, but retain the Java package names, the only thing existing users need to change is the pom file. I'm not sure how common it is for the groupId not matching the Java package names, but most of the artifacts i have seen have matching names. David On Fri

[GitHub] incubator-apex-core pull request: APEX-186 Enable license header c...

2015-10-09 Thread tweise
Github user tweise commented on the pull request: https://github.com/apache/incubator-apex-core/pull/106#issuecomment-146992337 Made the script change. +1 for attention to APEX-137 :-) --- If your project is set up for it, you can reply to this email and have your reply appe

[GitHub] incubator-apex-malhar pull request: MLHR-1838 added parser and for...

2015-10-09 Thread tushargosavi
Github user tushargosavi commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/22#discussion_r41665429 --- Diff: contrib/src/main/java/com/datatorrent/contrib/schema/parser/JsonParser.java --- @@ -0,0 +1,106 @@ +/** + * Licensed to th

[GitHub] incubator-apex-malhar pull request: MLHR-1838 added parser and for...

2015-10-09 Thread tushargosavi
Github user tushargosavi commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/22#discussion_r41665402 --- Diff: contrib/src/main/java/com/datatorrent/contrib/schema/formatter/XmlFormatter.java --- @@ -0,0 +1,172 @@ +/** + * Licensed

[GitHub] incubator-apex-malhar pull request: MLHR-1838 added parser and for...

2015-10-09 Thread tushargosavi
Github user tushargosavi commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/22#discussion_r41665412 --- Diff: contrib/src/main/java/com/datatorrent/contrib/schema/parser/CsvParser.java --- @@ -0,0 +1,314 @@ +/** + * Licensed to the

[GitHub] incubator-apex-malhar pull request: MLHR-1838 added parser and for...

2015-10-09 Thread tushargosavi
Github user tushargosavi commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/22#discussion_r41665388 --- Diff: contrib/src/main/java/com/datatorrent/contrib/schema/formatter/JsonFormatter.java --- @@ -0,0 +1,109 @@ +/** + * License

[GitHub] incubator-apex-core pull request: APEX-186 Enable license header c...

2015-10-09 Thread vrozov
Github user vrozov commented on the pull request: https://github.com/apache/incubator-apex-core/pull/106#issuecomment-146953867 Personally I don't mind few seconds extra time for checkstyle and license check during main development lifecycle as test consumes most of the time and I do

Re: [malhar-users] JMS sample application

2015-10-09 Thread Priyanka Gugale
We can't add alternative dependencies in dtIngest. Ideally AMQ client should be able to connect to other JMS servers. If I am missing something and adding alternative provider is required, we can take it up in next release. -Priyanka On Fri, Oct 9, 2015 at 9:23 PM, Thomas Weise wrote: > Can you

[GitHub] incubator-apex-core pull request: APEX-186 Enable license header c...

2015-10-09 Thread tweise
Github user tweise commented on the pull request: https://github.com/apache/incubator-apex-core/pull/106#issuecomment-146938410 @chandnisingh This change is about what runs in Travis CI. The license header check does not run in the development environment unless you do the -Dlicense.

Re: [malhar-users] JMS sample application

2015-10-09 Thread Eric Asuncion
Quite simple use case; subscribe to JMS topic and archive message in Hadoop for later analysis. How do you add the JMS implementation provider Jar files? Do I need to add them to DT classpath configuration? Apology for simple query since I am new to DT/Apex. > On 9 Oct 2015, at 6:39 pm, Pri

Re: [malhar-users] dtIngest available in DT RTS Sandbox image?

2015-10-09 Thread Eric Asuncion
Thanks for your prompt response. I was following the doc instruction but could not find the configuration dialog using the Sandbox image version. > On 9 Oct 2015, at 6:44 pm, Akshay Gore wrote: > > +Apex dev > > Thanks, > Akshay > > >> On Fri, Oct 9, 2015 at 4:12 PM, Akshay Gore wrote: >>

Re: [malhar-users] JMS sample application

2015-10-09 Thread Thomas Weise
Can you please outline how the alternative JMS provider dependencies should be added (when not using AMQ)? On Fri, Oct 9, 2015 at 5:54 AM, Priyanka Gugale wrote: > We are shipping activeMQ client jar with dtIngest. You should be able to > have any JMS server and dtIngest should read messages fro

Re: [MENTORS] Release candidates

2015-10-09 Thread Thomas Weise
Thanks Hitesh, this actually answers another question I was about to ask :-) We have to make a choice for the upcoming 3.2.0-incubating release. If we want to use the ASF maven repo, then groupId and artifactId would need to be changed. The groupId is currently still com.datatorrent, it needs to g

[GitHub] incubator-apex-malhar pull request: MLHR-1857 License header forma...

2015-10-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-apex-malhar/pull/54 --- 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 f

Re: [MENTORS] Release candidates

2015-10-09 Thread Hitesh Shah
The same holds for publishing artifacts to the maven repo. You publish version 2.5.0-incubating ( to clarify, if you are using version 2.5.0 in the poms, it should be changed to “2.5.0-incubating” ) and if the RC vote succeeds, then these get promoted ( or dropped on a vote failure ). thanks —

Re: [malhar-users] JMS sample application

2015-10-09 Thread Priyanka Gugale
We are shipping activeMQ client jar with dtIngest. You should be able to have any JMS server and dtIngest should read messages from that. If you face any issues please let us know. -Priyanka On Fri, Oct 9, 2015 at 5:27 PM, Eric Asuncion wrote: > Quite simple use case; subscribe to JMS topic and

Re: [malhar-users] dtIngest available in DT RTS Sandbox image?

2015-10-09 Thread Akshay Gore
+Apex dev Thanks, Akshay On Fri, Oct 9, 2015 at 4:12 PM, Akshay Gore wrote: > Hi Eric, > > Yes, we bundle dtingest with DT RTS Sandbox. The download link with > details is available at below location: > > https://www.datatorrent.com/download/# > > Thanks, > Akshay > > On Fri, Oct 9, 2015 at 3:

Re: [malhar-users] JMS sample application

2015-10-09 Thread Priyanka Gugale
Hi Eric, Can you elaborate on your use case? We have JMS input operator. And we also have dtIngest application which is free to use (not open sourced though). Once configured for JMS input, dtIngest will read JMS message and sent it to some file based destination or other messaging systems like k

Re: [MENTORS] Release candidates

2015-10-09 Thread Justin Mclean
Hi, > Otherwise the package is rebuilt without RC in the archive name. Normally the package is renamed not rebuilt. > But since the package is rebuilt, what finally goes out isn't really what > was voted on. If you just rename it then it is the artefact you voted on. Part of the release proces