Hi all, I was working on replacing drat functions with java API calls, as of now i have replaced all functions (CRAWL,INDEX,MAP,REDUCE). with this pull request[1] i complete that task and simultaneously working on a new design for DRAT proteus web interface as well. It would be very helpful if you guys can leave me some feedbacks, suggestions and any idea for new web interface too. I'm glad for the support i got so far.
[1] https://github.com/apache/drat/pull/131 Thank you On Wed, May 23, 2018 at 9:48 AM, Chris Mattmann <[email protected]> wrote: > Thanks Amhed I appreciate it! > > > > Cheers, > > Chris > > > > > > > > From: Ahmed Ifhaam <[email protected]> > Reply-To: "[email protected]" <[email protected]> > Date: Tuesday, May 22, 2018 at 12:23 PM > To: "[email protected]" <[email protected]> > Subject: Re: [GSOC 2018] DRAT UI redesign (was Re: Current Status and > Plans (was Re: Joining on board)) > > > > Thanks a lot Chris, I will give my 200% to finish them, Sure i'll make my > > dead line for all api's > > > > On Tue, May 22, 2018 at 10:58 PM, Chris Mattmann <[email protected]> > > wrote: > > > > Thank you Ahmed, > > > > > > > > This is great. So, just to let you know I merged the specific PR you are > > talking about > > after several rounds of feedback. Others feel free to inspect here: > > > > > > > > #129 https://github.com/apache/drat/pull/129 > > > > > > > > So what this means is that one portion of the API, which previously relied > > on > > the equivalent of a Exec/Shell Call to the ./bin/drat index script is > > replaced by > > direct Java APIs. This is the first step of the proposal – to make a > > better UI we > > need API calls for DRAT that are not based on System calls and instead are > > using > > the OODT and DRAT REST APIs. > > > > > > > > Regarding the sendEvent function I think that the best way to describe it > > is > > to read this paper, and watch this lecture from ApacheCon NA 2013: > > > > > > > > First: > > > > https://www.researchgate.net/profile/Paul_Ramirez3/ > > publication/232619682_A_Reusable_Process_Control_System_Framework_for_the_ > > Orbiting_Carbon_Observatory_and_NPP_Sounder_PEATE_missions/links/ > > 0c960528a4d0967196000000.pdf > > > > > > > > Then: > > > > https://www.slideshare.net/chrismattmann/wengines- > > workflows-and-2-years-of-advanced-data-processing-in-apache-oodt > > > > > > > > I think that will help a lot to understand it. You may also want to read: > > > > > > > > https://cwiki.apache.org/confluence/display/OODT/Catalog+and+Archive > > > > > > > > And specifically the right hand column under Workflow / CAS-PGE / Resource > > Manager > > > > > > > > Also FWIW, I think based on the size of your contribution for the > > replacing the index function, > > and the quickness you worked on that, I would expect that the _entire_ set > > of remaining APIs > > e.g., crawl, map, and reduce, are completed by next week. I am committed > > to helping you > > get there, so please keep asking questions. I think to stay on schedule we > > need to finish the > > full set of APIs by next week so you can get started with the actual > > beginnings of the API development. > > > > > > > > Thanks, > > > > Chris > > > > > > > > > > > > From: Ahmed Ifhaam <[email protected]> > > Reply-To: "[email protected]" <[email protected]> > > Date: Tuesday, May 22, 2018 at 7:54 AM > > To: "[email protected]" <[email protected]> > > Subject: Re: Current Status and Plans (was Re: Joining on board) > > > > > > > > hi all > > > > cureently i have completed the task of moving indexing function from > > > > process wrapper to java calls. > > > > but other > > > > funcyions like crawling,mapping needs some more deeper understanding where > > > > i need more time so ill be completing one more api replacement from one > > > > week as of today. > > > > > > > > from you all i need some support to understand what is the workflow whats > > > > the sendingevent function does and some docs which describes it better. > > > > > > > > thank you > > > > > > > > On 22 May 2018 12:06 a.m., "Chris Mattmann" <[email protected]> wrote: > > > > > > > > Dear Ahmed, > > > > > > > > > > > > > > > > Can you please update the community on your plans for what you are working > > > > on what is done and what you expect to complete in the next week or two? > > > > > > > > > > > > > > > > Thanks, > > > > Chris > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > From: Ahmed Ifhaam <[email protected]> > > > > Reply-To: "[email protected]" <[email protected]> > > > > Date: Sunday, May 13, 2018 at 12:30 PM > > > > To: "[email protected]" <[email protected]> > > > > Subject: Joining on board > > > > > > > > > > > > > > > > hi all, > > > > > > > > > > > > > > > > As part of GSOC_2018 i'll be working on DRAT. I'm very pleased to work on > > > > > > > > this and expect your support and advice as well. I'ts great to joining you > > > > > > > > all. Thank you > > > > > > > > > > > > > > > > > > > > -- > > > > > > > > *Ahmed Ifhaam * > > > > > > > > University of Kelaniya | MIT '19 > > > > > > > > Tel :- 0662244937 | Mob :- 0776699609 > > > > > > > > [email protected] <[email protected]> > > > > > > > > > > > > > > -- > > *Ahmed Ifhaam * > > University of Kelaniya | MIT '19 > > Tel :- 0662244937 | Mob :- 0776699609 > > [email protected] <[email protected]> > > > > -- *Ahmed Ifhaam * University of Kelaniya | MIT '19 Tel :- 0662244937 | Mob :- 0776699609 [email protected] <[email protected]>
