Re: [DISCUSS] Maintaining example topologies for external components

2016-07-14 Thread Xin Wang
Thanks, here is the PR https://github.com/apache/storm/pull/1565. 2016-07-14 12:44 GMT+08:00 Abhishek Agarwal : > Not at all Xin. Please go ahead. > On Jul 14, 2016 7:46 AM, "Xin Wang" wrote: > > > hi Abhishek, > > I have done a lot for this. Do you

Re: [DISCUSS] Maintaining example topologies for external components

2016-07-13 Thread Abhishek Agarwal
Not at all Xin. Please go ahead. On Jul 14, 2016 7:46 AM, "Xin Wang" wrote: > hi Abhishek, > I have done a lot for this. Do you mind I file a Jira and make a pull > request for this? > > > 2016-07-07 17:47 GMT+08:00 Abhishek Agarwal : > > > Alright.

Re: [DISCUSS] Maintaining example topologies for external components

2016-07-13 Thread Xin Wang
hi Abhishek, I have done a lot for this. Do you mind I file a Jira and make a pull request for this? 2016-07-07 17:47 GMT+08:00 Abhishek Agarwal : > Alright. The majority seems to be in agreement over submodules inside > examples. I will do the clean up of existing

Re: [DISCUSS] Maintaining example topologies for external components

2016-07-07 Thread Abhishek Agarwal
Alright. The majority seems to be in agreement over submodules inside examples. I will do the clean up of existing modules. Post that, we can follow the same rule for new modules. On Thu, Jun 30, 2016 at 8:32 PM, Cody Innowhere wrote: > We can have examples in perspective

Re: [DISCUSS] Maintaining example topologies for external components

2016-06-30 Thread Cody Innowhere
We can have examples in perspective modules and gather the example binaries(jars) together into one directory (each in a sub directory) by adding a maven task. On Thu, Jun 30, 2016 at 10:12 PM, Jungtaek Lim wrote: > Thanks Abhishek for bring good topic to discuss. >

Re: [DISCUSS] Maintaining example topologies for external components

2016-06-30 Thread Jungtaek Lim
Thanks Abhishek for bring good topic to discuss. Personally I'm either fine. The thing I'd just like to see is having a general rule across all external modules. Thanks, Jungtaek Lim (HeartSaVioR) 2016년 6월 30일 (목) 오후 11:09, Satish Duggana 님이 작성: > Hi Xin, > I am fine

Re: [DISCUSS] Maintaining example topologies for external components

2016-06-30 Thread Satish Duggana
Hi Xin, I am fine with having multiple submodules in samples/examples module. Thanks, Satish. On 6/30/16, 6:51 PM, "Xin Wang" wrote: hi Satish, In one `examples` directory not mean they must be in the same java maven project. we can create several projects. e.g.

Re: [DISCUSS] Maintaining example topologies for external components

2016-06-30 Thread Xin Wang
hi Satish, In one `examples` directory not mean they must be in the same java maven project. we can create several projects. e.g. examples/storm-opentsdb, examples/storm-redis. 2016-06-30 21:04 GMT+08:00 Xin Wang : > +1 for the former. > > * examples have the same entry

Re: [DISCUSS] Maintaining example topologies for external components

2016-06-30 Thread Xin Wang
+1 for the former. * examples have the same entry will be very convenient for users to looking for. * refer to other projects like spark, it has the `examples` module including `streaming`, `sql`, `ml`. Also, I'm happy to take part in. Thanks. Xin 2016-06-30 16:39 GMT+08:00 Abhishek Agarwal

[DISCUSS] Maintaining example topologies for external components

2016-06-30 Thread Abhishek Agarwal
Hi all, Right now the example topologies/classes for some external modules are being put up in the test folder itself. The problem I see is that, -> the example code isn't really test code so test folder isn't the right fit. -> people, who are looking for example code, may not find the example