Re: [Dev] [GSoC2015] Project Proposal Clarification

2015-03-23 Thread Chanaka Fernando
Hi Keshan, please see my comments inline. *Proposal 5*: "ESB - AS2 Support" - Can i get more in-formations of the protocols supported by WSO2-ESB and any documentation regarding that WSO2 ESB supports all the highly used transports in enterprise applications. Some of them are mentioned b

Re: [Dev] GSOC2015:PROJECT

2015-03-17 Thread Tharinda Ehelepola
Hi, I studied about proposal 17 last few days. Now I have proper idea about that project. In order to prepare the proposal It's better if I have some template or last year proposals. Can you provide me some links. Thank you, tharinda On Tue, Mar 17, 2015 at 3:47 AM, Tharinda Ehelepola wrote: >

Re: [Dev] GSOC2015:PROJECT

2015-03-16 Thread Tharinda Ehelepola
Hi, Yeah I meant the process of running a Spark job. There are transformation methods in jar files. What I tried is how to use those methods in java. I think it is help me to conversion of wrangler scripts. On Tue, Mar 17, 2015 at 3:47 AM, Tharinda Ehelepola wrote: > Hi, > > Yeah I meant the pr

Re: [Dev] GSOC2015:PROJECT

2015-03-16 Thread Tharinda Ehelepola
Hi, Yeah I meant the process of running a Spark job. There are transformation methods in jar files. What I tried is how to use those methods in java. I think it is help me to conversion of wrangler scripts. On Tue, Mar 17, 2015 at 3:45 AM, Nirmal Fernando wrote: > Your reply is sent only to me

Re: [Dev] GSOC2015:PROJECT

2015-03-16 Thread Nirmal Fernando
Hi Srinath, I think Tharinda meant to say that he is in the process of running a Spark job. Tharinda, isn't it the case? On Tue, Mar 17, 2015 at 7:39 AM, Srinath Perera wrote: > Why do you need to build it? ( it can be built), but you can use the jars. > > --Srinth > > On Mon, Mar 16, 2015 at 3:

Re: [Dev] GSOC2015:PROJECT

2015-03-16 Thread Srinath Perera
Why do you need to build it? ( it can be built), but you can use the jars. --Srinth On Mon, Mar 16, 2015 at 3:30 PM, Tharinda Ehelepola wrote: > Hi, > > I studied about apache spark these days. I 'm still stuck in building > part. I went through different links and finally decided to build it u

Re: [Dev] GSOC2015:PROJECT

2015-03-16 Thread Tharinda Ehelepola
Hi, I studied about apache spark these days. I 'm still stuck in building part. I went through different links and finally decided to build it using intellij. I have found most of the libraries but still errors occur when running examples. Exception in thread "main" java.lang.NoClassDefFoundError

Re: [Dev] [GSoC2015] Project Proposal Clarification

2015-03-15 Thread Mohanadarshan Vivekanandalingam
On Sat, Mar 14, 2015 at 11:42 AM, Keshan Nageswaran wrote: > Hi, > Hi Keshan, Please find my comments on proposal 1.. > I am Keshan Nageswaran, an undergraduate from Informatics Institute of > Technology and I currently working as an Intern at Zone24x7 (Pvt) Ltd. > > I am interested in applyi

Re: [Dev] [GSoC2015] Project Proposal Clarification

2015-03-13 Thread Nirmal Fernando
[looping relevant proposal owners] On Sat, Mar 14, 2015 at 11:42 AM, Keshan Nageswaran wrote: > Hi, > I am Keshan Nageswaran, an undergraduate from Informatics Institute of > Technology and I currently working as an Intern at Zone24x7 (Pvt) Ltd. > > I am interested in applying for GSoC projects,

[Dev] [GSoC2015] Project Proposal Clarification

2015-03-13 Thread Keshan Nageswaran
Hi,I am Keshan Nageswaran, an undergraduate from Informatics Institute of Technology and I currently working as an Intern at Zone24x7 (Pvt) Ltd. I am interested in applying for GSoC projects, Proposal 1: "Siddhi Process Monitor for WSO2 CEP" and Proposal 5: "ESB - AS2 Support". During my intern

Re: [Dev] GSOC2015:PROJECT

2015-03-13 Thread Tharinda Ehelepola
Hi, I got the libraries. But still have a problem with below ones. import org.apache.spark.streaming.api.java.JavaDStream; import org.apache.spark.streaming.api.java.JavaReceiverInputDStream; import org.apache.spark.streaming.api.java.JavaStreamingContext; On Fri, Mar 13, 2015 at 5:05 AM, Supu

Re: [Dev] GSOC2015:PROJECT

2015-03-12 Thread Supun Sethunga
Hi, You can find all the necessary libraries in the Maven Repository [1]. Please use the latest version of spark (v1.2.1). [1] http://mvnrepository.com/artifact/org.apache.spark Regards, Supun On Fri, Mar 13, 2015 at 6:27 AM, Tharinda Ehelepola wrote: > Hi, > > I checked the methods of apache

Re: [Dev] GSOC2015:PROJECT

2015-03-12 Thread Tharinda Ehelepola
Hi, I checked the methods of apache spark. Some of them are related to wrangler script. I run spark as a maven project. But I am not able to run example code in java. Because it asking about the libraries. I found some simple example from stackoverflow . But I am not able to find the library of sp

Re: [Dev] GSOC2015:PROJECT

2015-03-12 Thread Supun Sethunga
Hi Tharinda, Please find the comments inline. I think the major part of this project is create a back end of java code > created using wrangler script. Yes. Wrangler scripts are mostly done by javascript. So I need to convert those > into java. Yes. Further, java code should be Apache Spark Tr

Re: [Dev] GSOC2015:PROJECT

2015-03-12 Thread Tharinda Ehelepola
Hi, I think the major part of this project is create a back end of java code created using wrangler script. Wrangler scripts are mostly done by javascript. So I need to convert those into java. I was not able to find some method. Other ways of doing this is used common methods like split,merge.. e

Re: [Dev] GSOC2015:PROJECT

2015-03-10 Thread Supun Sethunga
Hi Tharinda, Ultimately, the java code created using the wrangler script (after conversion), should be able to used as an Apache Spark [1] Transformations [2]. (at the back-end) On a side note, please use the WSO2 dev mailing list for any project related communication :) [1] https://spark.apache

Re: [Dev] GSOC2015:PROJECT

2015-03-08 Thread Nirmal Fernando
Our ultimate goal is to provide data cleaning and transformation. Hence, Tharindu, you need to pick the things that is sufficient to perform those operations. What we prefer is a D3 based UI. On Sun, Mar 8, 2015 at 10:34 PM, Tharinda Ehelepola wrote: > Hi, > > Wrangler already has a UI. I think

Re: [Dev] GSOC2015:PROJECT

2015-03-08 Thread Tharinda Ehelepola
Hi, Wrangler already has a UI. I think that you excepting customized UI for Wrangler using Jaggery. Which kind of conditions and options do you excepting from that UI. Thanks. On Sat, Mar 7, 2015 at 2:13 PM, Tharinda Ehelepola wrote: > Hi, > > Thanks for your response. I have some idea about b

Re: [Dev] GSOC2015:PROJECT

2015-03-07 Thread Tharinda Ehelepola
Hi, Thanks for your response. I have some idea about both Data Wrangler API and Jaggery. I'll try to bulid a UI. Thanks. On Sat, Mar 7, 2015 at 11:04 AM, Nirmal Fernando wrote: > > > On Sat, Mar 7, 2015 at 4:34 PM, Nirmal Fernando wrote: > >> Hi Tharinda, >> >> Thanks for your interest on the

Re: [Dev] GSOC2015:PROJECT

2015-03-07 Thread Nirmal Fernando
On Sat, Mar 7, 2015 at 4:34 PM, Nirmal Fernando wrote: > Hi Tharinda, > > Thanks for your interest on the proposal #17. Actually, it is not for WSO2 > CEP but for WSO2 Machine Learner which is a new product that we are > building these days. > > The main idea of this project is to integrate the D

Re: [Dev] GSOC2015:PROJECT

2015-03-07 Thread Nirmal Fernando
Hi Tharinda, Thanks for your interest on the proposal #17. Actually, it is not for WSO2 CEP but for WSO2 Machine Learner which is a new product that we are building these days. The main idea of this project is to integrate the Data Wrangler to WSO2 ML and get the data cleaning, transformation fea

[Dev] GSOC2015:PROJECT

2015-03-07 Thread Tharinda Ehelepola
Hi, I am a student of university of Peradeniya, Faculty of engineering, Department of computer engineering. I am interested about your projects. I have already seen the "Proposal 17 : Data Wrangler extension for WSO2 Machine Learner". Actually i am very interested about that project. I have alread

[Dev] GSOC2015:PROJECT

2015-03-07 Thread Tharinda Ehelepola
Hi, I am a student of university of Peradeniya, Faculty of engineering, Department of computer engineering. I am interested about your projects. I have already seen the "Proposal 17 : Data Wrangler extension for WSO2 Machine Learner". Actually i am very interested about that project. I have alread