Re: [Architecture] [Siddhi] Discarding events within a window

2016-08-25 Thread Lasantha Fernando
he parameter. > > If we assume that the common case would expect the last event to be kept > in window, then we can set the default value of the parameter to 'last'. > > WDYT? > > Thanks, > Dilini > > On Thu, Aug 25, 2016 at 5:05 PM, Lasantha Fernando > wrote

Re: [Architecture] [Siddhi] Discarding events within a window

2016-08-25 Thread Lasantha Fernando
Hi all, If we go by the basic unique window implementation we have, we have introduced two implementations (unique and firstUnique) [1.2]. If we go by that convention, we would have to create a separate window for the first unique implementations. I think the rational behind having a unique windo

Re: [Architecture] [CEP] [Siddhi] Siddhi Extension for Markov Models

2016-07-21 Thread Lasantha Fernando
Hi Ashen, On Thu, Jul 21, 2016 at 2:59 PM, Ashen Weerathunga wrote: > Hi Malith, > > You don't need to define the matrix. You need to have an input stream > which consists of user id and state. So based on the input data it will > create the transition matrix itself and give notifications accord

Re: [Architecture] WSO2 Siddhi Visual Editor for CEP

2016-06-08 Thread Lasantha Fernando
ate >>> >>> >>> ​ >>> >>> ___ >>> Architecture mailing list >>> Architecture@wso2.org >>> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture >>> >>> >>

Re: [Architecture] [Analytics][APIM] - Implement Geo location graph in Analytics

2016-03-07 Thread Lasantha Fernando
ight find more info here [1]. I think there should be libraries that wrap this operation. But if performance is a concern and we need to keep the cache search implementation very lean, we can implement it ourselves. WDYT? [1] http://stackoverflow.com/questions/4209760/validate-an-ip-address-with-mas

Re: [Architecture] [Analytics][APIM] - Implement Geo location graph in Analytics

2016-03-06 Thread Lasantha Fernando
;> >>>> Please feel free to give us the most suitable way of doing this >>>> solution?. >>>> >>>> [1] - Implementing Geographical based Analytics in API Manager mail >>>> thread. >>>> >>>> [2] - http://dev.maxmind.com/geoip/geoi

Re: [Architecture] Extending execution manager to support Batch analytics scripts

2016-03-05 Thread Lasantha Fernando
urations to template can be generalised as its doing a >> general regex operation. >> >> Regards, >> >> On Sun, Feb 28, 2016 at 2:35 AM, Lasantha Fernando >> wrote: >> >>> Am also thinking that the templating part of the execution manager can >

Re: [Architecture] Extending execution manager to support Batch analytics scripts

2016-02-27 Thread Lasantha Fernando
Am also thinking that the templating part of the execution manager can be abstracted out to a core component so that we can have the language/script specific part in a pluggable manner. This might need some effort initially, but will be easier to maintain in future IMHO. If the templating feature

Re: [Architecture] [carbon-p2-plugn][carbon-feature-plugin] Revamping the maven plugin

2015-10-08 Thread Lasantha Fernando
the moment. > We are in the process of rectifying those. > > Thanks, > Dinusha > > On Thu, Oct 8, 2015 at 1:39 AM, Lasantha Fernando > wrote: > >> Hi Dinusha, >> >> The new configuration seems more intuitive and easier to use. +1 for the >> prop

Re: [Architecture] [carbon-p2-plugn][carbon-feature-plugin] Revamping the maven plugin

2015-10-07 Thread Lasantha Fernando
> ** > > > > > I hope you all will find easy to use the new plugin. I will share a proper > documentation in the near future. > Thanks & Best regards, > -- > > *Dinusha Boteju* > *WSO2, In

Re: [Architecture] [CEP] Event Simulator Feature

2015-09-03 Thread Lasantha Fernando
;> >>> >>> >>> -- >>> *Ramindu De Silva* >>> Software Engineer >>> WSO2 Inc.: http://wso2.com >>> lean.enterprise.middleware >>> >>> email: ramin...@wso2.com >>> mob: +94 772339350 >>> mob: +94 782731766 >>> >

Re: [Architecture] Trying out CEP on Strom and Performance Testing

2015-04-21 Thread Lasantha Fernando
(name = 'query7') from emailMetricsNonFilteredStream > select iij_timestamp, metrics output last every 10 sec insert into > emailMetricsStream;"; > > ​ > CEP on Storm Performance Testing > <https://docs.google.com/a/wso2.com/presentation/d/1suBs8mhtw1sLobptqCN_N9bWXBStHV

Re: [Architecture] Trying out CEP on Strom and Performance Testing

2015-04-21 Thread Lasantha Fernando
;>>>>>>> On Wed, Apr 8, 2015 at 8:05 AM, Miyuru Dayarathna < >>>>>>>>>>> miyu...@wso2.com> wrote: >>>>>>>>>>> >>>>>>>>>>>> Hi Srinath, >>>>>>>>>>

Re: [Architecture] [APIM Analytics] Generating alerts with statistics

2015-03-05 Thread Lasantha Fernando
6 <%2B94716265766>* > > ___ > Architecture mailing list > Architecture@wso2.org > https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture > > -- *Lasantha Fernando* Software Engineer - Data Technologies Team WSO2 Inc. http://

Re: [Architecture] RFC: Should we add inline extension to CEP?

2014-11-28 Thread Lasantha Fernando
it is slow. Need to discuss that. > > --Srinath > > On Mon, Nov 24, 2014 at 1:20 PM, Lasantha Fernando > wrote: > >> Can we use Clojure for this? Clojure can be used as a dynamic language as >> well [1,2]. I think we should be able to use the load-file [3] function

Re: [Architecture] API import/export

2014-11-24 Thread Lasantha Fernando
define Vendor Extensions but for 1.2 I guess we have to find a >> workaround or define the additional information in a separate file. >> >> Regards >> Jo >> >> >> >> >> >> >> >> >> On Fri, Nov 21, 2014 at 3:32 PM, Lasantha Fernando >>

Re: [Architecture] RFC: Should we add inline extension to CEP?

2014-11-23 Thread Lasantha Fernando
info/architecture >>> >>> >> >> >> -- >> Rajeev Sampath >> Senior Software Engineer >> WSO2, Inc.; http://www.wso2.com. >> >> Mobile: >> * +94716265766 <%2B94716265766>* >> > > > > -- > >

Re: [Architecture] RFC: Extending Siddhi Language to Handle Batch Processing

2014-11-22 Thread Lasantha Fernando
>>> Please comment >>> >>> Thanks >>> >>> Srinath >>> >>> >>> >>> >>> -- >>> >>> Blog: http://srinathsview.blogspot.com twitter:@srinath_perera >>> Site: ht

Re: [Architecture] API import/export

2014-11-21 Thread Lasantha Fernando
a data stored > in DB Ex: scopes. If we use swagger we can represent them in a logical way > instead of scattering them in multiple files. > > Thanks > Jo > > On Thu, Nov 20, 2014 at 2:11 PM, Lasantha Fernando > wrote: > >> Hi, >> >> On 20 November 2014

Re: [Architecture] API import/export

2014-11-20 Thread Lasantha Fernando
Hi, On 20 November 2014 13:36, Ajith Vitharana wrote: > > > On Thu, Nov 20, 2014 at 1:19 PM, Lasantha Fernando > wrote: > >> Hi Jo, >> >> Metadata related to the API is retrieved from registry RXT which stores >> it in XML format. Can't we put that m

Re: [Architecture] API import/export

2014-11-19 Thread Lasantha Fernando
gt;>> Architecture mailing list >>>>>> Architecture@wso2.org >>>>>> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture >>>>>> >>>>>> >>>>> >>>>> >>>>> -- >>>>> Ajith Vitharana

Re: [Architecture] [CEP][Siddhi]Draft interface for Siddhi window data structure implementations

2014-11-03 Thread Lasantha Fernando
ni/ >> Photos: http://www.flickr.com/photos/hemapani/ >> Phone: 0772360902 >> > > > > -- > Tishan Dahanayakage > Software Engineer > WSO2, Inc. > Mobile:+94 716481328 > > Disclaimer: This communication may contain privileged or other > confidential information and i

Re: [Architecture] ESB Connector for BAM & CEP

2014-10-26 Thread Lasantha Fernando
Hi Maninda, On 24 October 2014 18:16, Maninda Edirisooriya wrote: > > On Fri, Oct 24, 2014 at 3:13 PM, Lasantha Fernando > wrote: > >> Hi Maninda, >> >> On 24 October 2014 14:40, Maninda Edirisooriya wrote: >> >>> >>> On Fri, Oct 24, 2014

Re: [Architecture] ESB Connector for BAM & CEP

2014-10-24 Thread Lasantha Fernando
Hi Maninda, On 24 October 2014 14:40, Maninda Edirisooriya wrote: > > On Fri, Oct 24, 2014 at 1:10 PM, Lasantha Fernando > wrote: > >> Hi Maninda, all, >> >> On 24 October 2014 12:39, Gihan Anuruddha wrote: >> >>> We need to maintain a single loca

Re: [Architecture] ESB Connector for BAM & CEP

2014-10-24 Thread Lasantha Fernando
nd stream >>>>>>> properties) will be configured in the ESB connector configuration (in >>>>>>> Synapse config), which is more logical compared to configuring it >>>>>>> separately as done in the BAM mediator. >>>>>>> >>>>

Re: [Architecture] [POC] Performance evaluation of Hive vs Shark

2014-08-20 Thread Lasantha Fernando
>> >>>>>>>- Shark is indifferent to Hive in DDL operations (CREATE, DROP >>>>>>>.. TABLE, DATABASE). Both engines show a fairly constant performance >>>>>>> as the >>>>>>>input size increases. >>>>&g

Re: [Architecture] Standardize defining of BAM server profiles for Carbon products

2014-07-22 Thread Lasantha Fernando
gt;>>> new element called under carbon.xml to hold above >>>>>>>>>>>>> common >>>>>>>>>>>>> configurations. >>>>>>>>>>>>> >>>>>>>>>>>>> b.)

Re: [Architecture] ESB Connector | Yammer

2014-07-16 Thread Lasantha Fernando
t/vanjikumaran> >> >> This communication may contain privileged or other >> confidential information and is intended exclusively for the addressee/s. >> If you are not the intended recipient/s, or believe that you may >> have received this communication in error, please re

Re: [Architecture] New Receiver Component for Web Statistic publishing

2014-05-20 Thread Lasantha Fernando
>> application statistics to BAM. [1] What are you trying achieve here >> specifically? >> >> [1] >> https://docs.wso2.org/display/AS521/Web+Application+Statistics+Monitoring+with+BAM >> >> >> On Tue, May 20, 2014 at 6:23 PM, Lasantha Fernando wrote: >&

Re: [Architecture] New Receiver Component for Web Statistic publishing

2014-05-20 Thread Lasantha Fernando
m>* >> >> *Phone: +94715478185 <%2B94715478185>* >> *LinkedIn: http://www.linkedin.com/in/bhathiyaj >> <http://www.linkedin.com/in/bhathiyaj>* >> *Twitter: https://twitter.com/bhathiyax <https://twitter.com/bhathiyax>* >> *Blog: http://movingaheadblog.b

Re: [Architecture] [C5] Solution for Patching C5 Servers

2014-04-30 Thread Lasantha Fernando
he POC for patching c5 servers with the above changes. >>> >>> >> Thanks, >> Manoj >> > > > > -- > *Afkham Azeez* > Director of Architecture; WSO2, Inc.; http://wso2.com > Member; Apache Software Foundation; http://www.apache.org/ > * <http://www.apache.

[Architecture] [Storm] Storm setup for latency measurements

2014-04-29 Thread Lasantha Fernando
missed and also would it be possible for you to share the numbers? Thanks, Lasantha -- *Lasantha Fernando* Software Engineer - Data Technologies Team WSO2 Inc. http://wso2.com email: lasan...@wso2.com mobile: (+94) 71 5247551 ___ Architecture m

[Architecture] [Dev][ANN] WSO2 Complex Event Processor (WSO2 CEP) 3.1.0 Released

2014-04-17 Thread Lasantha Fernando
WSO2 Complex Event Processor (WSO2 CEP) 3.1.0 Released! *April 2014* The WSO2 CEP team is pleased to announce the release of version 3.1.0 of Open Source WSO2 Complex Event Processor. WSO2 CEP is a lightweight and easy-to-use Open Source Complex Event Processing Server (CEP) is available under th

Re: [Architecture] WSO2 CEP/Siddhi Storm Integration

2014-03-20 Thread Lasantha Fernando
___ > Architecture mailing list > Architecture@wso2.org > https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture > -- *Lasantha Fernando* Software Engineer - Data Technologies Team WSO2 Inc. http://wso2.com email: lasan...@wso2.com mobile: (+94) 71 5247551 _

Re: [Architecture] Making Data Bridge client blocking configurable

2014-03-18 Thread Lasantha Fernando
configuration. > OK... Thanks for clarifying. > > Thanks. > > > > * Maninda Edirisooriya* > Software Engineer > > *WSO2, Inc. *lean.enterprise.middleware. > > *Blog* : http://maninda.blogspot.com/ > *Phone* : +94 777603226 > > > On Tue, Mar 18, 2

Re: [Architecture] Making Data Bridge client blocking configurable

2014-03-17 Thread Lasantha Fernando
ooriya* > Software Engineer > > *WSO2, Inc. *lean.enterprise.middleware. > > *Blog* : http://maninda.blogspot.com/ > *Phone* : +94 777603226 > > > On Fri, Mar 14, 2014 at 2:54 PM, Lasantha Fernando wrote: > >> Hi Maninda, >> >> Isn't the default

Re: [Architecture] WSO2 CEP/Siddhi Storm Integration

2014-03-17 Thread Lasantha Fernando
___ > Architecture mailing list > Architecture@wso2.org > https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture > -- *Lasantha Fernando* Software Engineer - Data Technologies Team WSO2 Inc. http://wso2.com email: lasan...@wso2.com mobile: (+94) 71 5247551 ___

Re: [Architecture] Making Data Bridge client blocking configurable

2014-03-14 Thread Lasantha Fernando
ddleware. > > *Blog* : http://maninda.blogspot.com/ > *Phone* : +94 777603226 > > ___ > Architecture mailing list > Architecture@wso2.org > https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture > > -- *Lasantha Fernando* Software Eng

Re: [Architecture] WSO2 CEP/Siddhi Storm Integration

2014-02-11 Thread Lasantha Fernando
> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture > -- *Lasantha Fernando* Software Engineer - Data Technologies Team WSO2 Inc. http://wso2.com email: lasan...@wso2.com mobile: (+94) 71 5247551 ___ Architecture mailing list Arch

Re: [Architecture] Changing the representation of streamId in BAM & CEP

2014-01-30 Thread Lasantha Fernando
t;> >>> -- >>> *V. Mohanadarshan* >>> *Software Engineer,* >>> *Data Technologies Team,* >>> *WSO2, Inc. http://wso2.com <http://wso2.com> * >>> *lean.enterprise.middleware.* >>> >>> email: mo...@wso2.com &g

Re: [Architecture] CEP UI re-factoring and adding much more functionality

2014-01-21 Thread Lasantha Fernando
s, > Mohan > > > -- > *V. Mohanadarshan* > *Software Engineer,* > *Data Technologies Team,* > *WSO2, Inc. http://wso2.com <http://wso2.com> * > *lean.enterprise.middleware.* > > email: mo...@wso2.com > phone:(+94) 771117673 > -- *Lasantha Fernando* Soft

Re: [Architecture] Re-factoring BAM/CEP Datapublisher

2014-01-18 Thread Lasantha Fernando
Hi Sinthuja, Thanks for the explanations. On 17 January 2014 21:16, Sinthuja Ragendran wrote: > Hi lasantha, > > Thanks for your suggestions. Please see my comments inline. > > > On Friday, January 17, 2014, Lasantha Fernando wrote: > >> Hi Sinthuja, >>

Re: [Architecture] Re-factoring BAM/CEP Datapublisher

2014-01-17 Thread Lasantha Fernando
s already stream defined with same name, version. > > > Above are the major changes in the behaviour of the APIs. And also the > highlighted part in the publish() needs to be decided. I appreciate any > feedback on above. > > Thanks, > Sinthuja > > > -- > *Sinthu

Re: [Architecture] carbon native linux platform packages

2014-01-07 Thread Lasantha Fernando
dency on wso2-carbon-core-42.deb >> (version chunk 1+) >> >> Does this approach make sense? Would it work? >> >> Many thanks, >> >> Chris >> >> >> >> > > > -- > Check out my professional profile and connect with

Re: [Architecture] [CEP] Adding AMQP Properties to Output Messages using an AMQP Output Adaptor and Event Formatters

2013-12-21 Thread Lasantha Fernando
t+Event+Adaptors > > > Many Thanks > -- > *Imesh Gunaratne* > Technical Lead > WSO2 Inc: http://wso2.com > T: +94 11 214 5345 M: +94 77 374 2057 > W: http://imesh.gunaratne.org > Lean . Enterprise . Middleware > > > ___ > Architecture mailing list > Architecture@wso2.org > https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture > > -- *Lasantha Fernando* Software Engineer - Data Technologies Team WSO2 Inc. http://wso2.com email: lasan...@wso2.com mobile: (+94) 71 5247551 ___ Architecture mailing list Architecture@wso2.org https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture

Re: [Architecture] WSO2 CEP/Siddhi Storm Integration

2013-12-10 Thread Lasantha Fernando
;> Photos: http://www.flickr.com/photos/hemapani/ >>>> Phone: 0772360902 >>>> >>>> ___ >>>> Architecture mailing list >>>> Architecture@wso2.org >>>> https://mail.wso2.org/cgi-

Re: [Architecture] Meeting Notes from fixing issues in C-App Projects and CAR files

2013-11-20 Thread Lasantha Fernando
On 20 November 2013 08:17, Sameera Jayasoma wrote: > > > > On Tue, Nov 19, 2013 at 6:50 PM, Lasantha Fernando wrote: > >> Hi Harshana, >> >> >> On 19 November 2013 16:44, Harshana Martin wrote: >> >>> Hi All, >>> >>>

Re: [Architecture] Meeting Notes from fixing issues in C-App Projects and CAR files

2013-11-19 Thread Lasantha Fernando
/wso2.com > > Mobile: +94 775 998 115 > Profile: https://www.google.com/profiles/harshana05 > Blog: http://harshana05.blogspot.com > Twitter: http://twitter.com/harshana05 > > > ___ > Architecture mailing list > Architecture@wso2.o

Re: [Architecture] DevS CEP Plugin

2013-11-17 Thread Lasantha Fernando
On 15 November 2013 20:19, Sriskandarajah Suhothayan wrote: > > > > On Thu, Nov 14, 2013 at 10:05 PM, Lasantha Fernando wrote: > >> Hi, >> >> On 15 November 2013 10:52, Mohanadarshan Vivekanandalingam < >> mo...@wso2.com> wrote: >> >&

Re: [Architecture] DevS CEP Plugin

2013-11-14 Thread Lasantha Fernando
this to finalize >>> these gray areas? >>> >> Thanks, Lasantha > >>> Thanks and Regards, >>> Harshana >>> >>>> >>>> Any suggestions appreciated! >>>> >>>> Regards >>>> Suho >>>&g

Re: [Architecture] [Meeting Notes] UES integration with BAM / CEP / APIM

2013-11-12 Thread Lasantha Fernando
gt;> Architecture@wso2.org >>> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture >>> >>> >>> >>> ___ >>> Architecture mailing list >>> Architecture@wso2.org >>> https://mail.wso

Re: [Architecture] Changes to CEP 3.0.0 to improve usablity

2013-10-02 Thread Lasantha Fernando
Hi Srinath, On 2 October 2013 21:25, Srinath Perera wrote: > Hi Lasantha, > > > On Wed, Oct 2, 2013 at 9:06 PM, Lasantha Fernando wrote: > >> Hi all, >> >> The following changes were proposed to CEP 3.0.0 to improve the usability >> of CEP. >> >&

[Architecture] Changes to CEP 3.0.0 to improve usablity

2013-10-02 Thread Lasantha Fernando
-- *Lasantha Fernando* Software Engineer - Data Technologies Team WSO2 Inc. http://wso2.com email: lasan...@wso2.com mobile: (+94) 71 5247551 ___ Architecture mailing list Architecture@wso2.org https://mail.wso2.org/cgi-bin/mailman/listinfo

Re: [Architecture] Improving Usability of CEP 3.0

2013-09-27 Thread Lasantha Fernando
a central concept, so reflecting that to the UI level will not take much of an effort. Am +1 for these changes if others are OK. But guess we will have to revisit the current internal architecture details a bit IMO... :-) Thanks, Lasantha --Srinath > > > On Fri, Sep 27, 2013 at 1:24 PM, La

Re: [Architecture] [CEP] TryIt like feature to test Siddhi queries

2013-09-27 Thread Lasantha Fernando
+1 for having this for a future version IMHO. Will be a very useful tool when experimenting with queries. Thanks, Lasantha > -- > Thanks & regards, > Nirmal > > Senior Software Engineer- Platform Technologies Team, WSO2 Inc. > Mobile: +94715779733 > Blog: http://nirma

Re: [Architecture] Improving Usability of CEP 3.0

2013-09-27 Thread Lasantha Fernando
sity of Moratuwa > Member, Apache Software Foundation > Research Scientist, Lanka Software Foundation > Blog: http://srinathsview.blogspot.com/ > Photos: http://www.flickr.com/photos/hemapani/ >Phone: 0772360902 > > ___ > Architecture m

Re: [Architecture] Complications in including UES with BAM 2.4.0

2013-09-23 Thread Lasantha Fernando
t; Twitter: http://twitter.com/gokulbs >> Mobile: 0094 77 593 5789 >> >> ___ >> Architecture mailing list >> Architecture@wso2.org >> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture >> >> > > &

Re: [Architecture] WSO2 CEP 3.0.0-Alpha Released!

2013-08-22 Thread Lasantha Fernando
On 21 August 2013 16:40, Lasantha Fernando wrote: > Hi Cyril, > > Thanks for reporting this issue. I have raised a jira in [1] and this will > be fixed in the 3.0.0-beta/RC release. > > [1] https://wso2.org/jira/browse/CEP-332 > > Thanks, > Lasantha > > On 2

Re: [Architecture] WSO2 CEP 3.0.0-Alpha Released!

2013-08-21 Thread Lasantha Fernando
created though... but each time i > Browse them the logs fill with stack trace about the servicemetafile as > above. > > I have not tried it under linux though, since I only have access to my > local laptop for the moment. > I won't be able to test further until next Mond

Re: [Architecture] WSO2 CEP 3.0.0-Alpha Released!

2013-08-21 Thread Lasantha Fernando
ectory in > '/samples/cep-samples/artifacts/' where there is a '1' > directory instead. > > > For now I have not succeeded in reaching the documentation at > http://docs.wso2.org/wiki/display/CEP300/* > > > > cheers, > Cyril Rognon > >

[Architecture] WSO2 CEP 3.0.0-Alpha Released!

2013-08-16 Thread Lasantha Fernando
rt related issues - [CEP-314 <https://wso2.org/jira/browse/CEP-314>] - Add formatting to execution plan based on the sql syntax - [CEP-318 <https://wso2.org/jira/browse/CEP-318>] - Need to complete the "Test Connection" feature for all the output transport adaptor

Re: [Architecture] Integrating CEP data receiving capability to BAM

2013-08-15 Thread Lasantha Fernando
gt;>>>> *lean.enterprise.middleware. >>>>> >>>>> *Blog* : http://maninda.blogspot.com/ >>>>> *Phone* : +94 777603226 >>>>> >>>>> ___ >>>>> Architect

Re: [Architecture] Integrating CEP data receiving capability to BAM

2013-08-14 Thread Lasantha Fernando
> >> >> >> * >> Maninda Edirisooriya* >> Software Engineer >> *WSO2, Inc. >> *lean.enterprise.middleware. >> >> *Blog* : http://maninda.blogspot.com/ >> *Phone* : +94 777603226 >> >> ___ >> Arch

Re: [Architecture] [Dev][BAM] Defining stream properties to be indexed for BAM events & activity search

2013-08-07 Thread Lasantha Fernando
;>>> -- >>>>> --- >>>>> W.G. Gihan Anuruddha >>>>> Senior Software Engineer | WSO2, Inc. >>>>> M: +94772272595 >>>>> >>>>> ___ >>>>> Ar

Re: [Architecture] Mock up screens for BAM events & activity search

2013-07-25 Thread Lasantha Fernando
a >>>>>>>> Associate Technical Lead- WSO2 Inc. >>>>>>>> Mobile: +94779966317 >>>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>

Re: [Architecture] Remove -DapplyPatches parameter and automate the patch application process.

2013-07-01 Thread Lasantha Fernando
l.wso2.org/cgi-bin/mailman/listinfo/architecture >>> >>> >> >> >> -- >> *Afkham Azeez* >> Director of Architecture; WSO2, Inc.; http://wso2.com >> Member; Apache Software Foundation; http://www.apache.org/ >> * <http://www.apache.org/>

Re: [Architecture] Improving Hive job submission on BAM

2013-06-17 Thread Lasantha Fernando
;> ___ >> Architecture mailing list >> Architecture@wso2.org >> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture >> >> > > > -- > Paul Fremantle > CTO and Co-Founder, WSO2 > OASIS WS-RX TC Co-chair, VP, Apache Synapse > > UK: +44 207 096 0336 > US: +1 646 595 7614 > > blog: http://pzf.fremantle.org > twitter.com/pzfreo > p...@wso2.com > > wso2.com Lean Enterprise Middleware > > Disclaimer: This communication may contain privileged or other > confidential information and is intended exclusively for the addressee/s. > If you are not the intended recipient/s, or believe that you may have > received this communication in error, please reply to the sender indicating > that fact and delete the copy you received and in addition, you should not > print, copy, retransmit, disseminate, or otherwise use the information > contained in this communication. Internet communications cannot be > guaranteed to be timely, secure, error or virus-free. The sender does not > accept liability for any errors or omissions. > > ___ > Architecture mailing list > Architecture@wso2.org > https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture > > -- *Lasantha Fernando* Software Engineer - Data Technologies Team WSO2 Inc. http://wso2.com email: lasan...@wso2.com mobile: (+94) 71 5247551 ___ Architecture mailing list Architecture@wso2.org https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture