Re: Updated invitation: Lens RoadMap - Discussion @ Sat Aug 24, 2019 11am - 12pm (IST) (dev@lens.apache.org)

2020-02-11 Thread amareshwarisr .
Rajashekhar,

Do let us know if you have update on this.

Thanks
Amareshwari



On Fri, Nov 8, 2019 at 5:39 PM Rajashekhar Choukimath 
wrote:

> Hi Amareshwari,
> We were supposed to start working on Lens Road Map, but till date we were
> busy with *Azure Migrations + China Migrations* within the company. I
> will start on the Road Map this month.
>
>
> On Fri, Nov 8, 2019 at 11:12 AM amareshwarisr . 
> wrote:
>
>> Rajashekhar,
>>
>> Are you planning to take up next steps on this?
>>
>> Thanks
>>
>> On Wed, Aug 28, 2019 at 4:31 PM amareshwarisr . 
>> wrote:
>>
>>> Essentially, the ask is to separate metastore and query services into
>>> two separate projects, so they can be build separately. Query service would
>>> have dependency on metastore service.
>>>
>>> Since the adaption of current stack is limited, fine separate the
>>> project into two sub projects which can help them evolve separately. We
>>> iterated the same in the call as well, where three PMC members participated.
>>> Shall call out a vote for the same. PMC do express you concerns or
>>> comments on the vote.
>>>
>>> Thanks
>>>
>>>
>>> On Wed, Aug 28, 2019 at 3:44 PM Rajashekhar Choukimath <
>>> raju.n...@gmail.com> wrote:
>>>

 *Phase 1:*To enable the business, we are not making changes in any of
 the projects, we only need smaller version of lens-server(with just much
 less features, as discussed in the doc) and we are calling that as
 clarity-query-builder(new module in clarity stack and it is not in lens).

 1) we require only following projects
 -- lens-cube
 -- lens-api
 -- lens-server-api
 2) from the Lens-driver-jdbc
 -- we require only JDBCDriver.rewrite() method
 3) from lens-server
 -- we require the entire package -- org.apache.lens.server.metastore

 We will create our own server call it clarity-qurery-builder and have
 -- item 2 and 3 code copied
 -- for item 1, we will have maven dependencies.


 *Phase 2:*If we need to make any major feature changes in lens-cube
 like the way we added segmentations, in that case, we need to refactor the
 following projects(mainly interfaces):
  -- lens-api
  -- lens-server-api

 split the projects of lens into 2 build jobs
 1) Build Job 1:
 -- Lens-cube + needed interfaces of lens-api and lens-server-api.
 2) Build Job 2:
 -- All the remaining projects
 -- the above projects will have dependencies on the projects of Build
 Job 1.



 On Wed, Aug 28, 2019 at 2:20 PM Rajashekhar Choukimath <
 raju.n...@gmail.com> wrote:

> I will send it today
>
> On Wed 28 Aug, 2019, 11:52 AM Puneet Gupta, 
> wrote:
>
>> Hi Rajashekhar,
>>
>> Can u please share the minutes of meeting .
>>
>> Thanks,
>> Puneet
>>
>> On Fri, 23 Aug, 2019, 5:10 PM ,  wrote:
>>
>>> *This event has been changed.*
>>> more details »
>>> 
>>> Lens RoadMap - Discussion
>>>
>>> *When*
>>> Sat Aug 24, 2019 11am – 12pm India Standard Time - Kolkata
>>> *Video call*
>>> *Changed: *Join video call
>>> 
>>> *Calendar*
>>> dev@lens.apache.org
>>> *Who*
>>> •
>>> raju.n...@gmail.com - organizer
>>> •
>>> amareshw...@gmail.com
>>> •
>>> billbillson...@gmail.com
>>> •
>>> rajatgupt...@gmail.com
>>> •
>>> Ankit Kailaswar
>>> •
>>> dev@lens.apache.org
>>> •
>>> Avadh Pandey
>>> •
>>> puneet.k.gu...@gmail.com
>>>
>>> Hi,
>>> This is discussion on Lens Road Map.
>>>
>>>
>>>
>>> https://docs.google.com/document/d/1wbWPrB1VjwAa9kBCSxyfEkC5GjN5sq3nxQLIPaRz85s/edit?userstohinvite=puneet.k.gu...@gmail.com=5d5e3c9a#heading=h.kd9vkchiumif
>>> 
>>>
>>>
>>> We can have hangout discussion on Saturday 11AM.
>>>
>>> Going (dev@lens.apache.org)?   *Yes
>>> 
>>> - Maybe
>>> 
>>> - No
>>> 

Re: Updated invitation: Lens RoadMap - Discussion @ Sat Aug 24, 2019 11am - 12pm (IST) (dev@lens.apache.org)

2019-11-10 Thread Rajashekhar Choukimath
Hi Amareshwari,
We were supposed to start working on Lens Road Map, but till date we were
busy with *Azure Migrations + China Migrations* within the company. I will
start on the Road Map this month.


On Fri, Nov 8, 2019 at 11:12 AM amareshwarisr . 
wrote:

> Rajashekhar,
>
> Are you planning to take up next steps on this?
>
> Thanks
>
> On Wed, Aug 28, 2019 at 4:31 PM amareshwarisr . 
> wrote:
>
>> Essentially, the ask is to separate metastore and query services into two
>> separate projects, so they can be build separately. Query service would
>> have dependency on metastore service.
>>
>> Since the adaption of current stack is limited, fine separate the project
>> into two sub projects which can help them evolve separately. We iterated
>> the same in the call as well, where three PMC members participated.
>> Shall call out a vote for the same. PMC do express you concerns or
>> comments on the vote.
>>
>> Thanks
>>
>>
>> On Wed, Aug 28, 2019 at 3:44 PM Rajashekhar Choukimath <
>> raju.n...@gmail.com> wrote:
>>
>>>
>>> *Phase 1:*To enable the business, we are not making changes in any of
>>> the projects, we only need smaller version of lens-server(with just much
>>> less features, as discussed in the doc) and we are calling that as
>>> clarity-query-builder(new module in clarity stack and it is not in lens).
>>>
>>> 1) we require only following projects
>>> -- lens-cube
>>> -- lens-api
>>> -- lens-server-api
>>> 2) from the Lens-driver-jdbc
>>> -- we require only JDBCDriver.rewrite() method
>>> 3) from lens-server
>>> -- we require the entire package -- org.apache.lens.server.metastore
>>>
>>> We will create our own server call it clarity-qurery-builder and have
>>> -- item 2 and 3 code copied
>>> -- for item 1, we will have maven dependencies.
>>>
>>>
>>> *Phase 2:*If we need to make any major feature changes in lens-cube
>>> like the way we added segmentations, in that case, we need to refactor the
>>> following projects(mainly interfaces):
>>>  -- lens-api
>>>  -- lens-server-api
>>>
>>> split the projects of lens into 2 build jobs
>>> 1) Build Job 1:
>>> -- Lens-cube + needed interfaces of lens-api and lens-server-api.
>>> 2) Build Job 2:
>>> -- All the remaining projects
>>> -- the above projects will have dependencies on the projects of Build
>>> Job 1.
>>>
>>>
>>>
>>> On Wed, Aug 28, 2019 at 2:20 PM Rajashekhar Choukimath <
>>> raju.n...@gmail.com> wrote:
>>>
 I will send it today

 On Wed 28 Aug, 2019, 11:52 AM Puneet Gupta, 
 wrote:

> Hi Rajashekhar,
>
> Can u please share the minutes of meeting .
>
> Thanks,
> Puneet
>
> On Fri, 23 Aug, 2019, 5:10 PM ,  wrote:
>
>> *This event has been changed.*
>> more details »
>> 
>> Lens RoadMap - Discussion
>>
>> *When*
>> Sat Aug 24, 2019 11am – 12pm India Standard Time - Kolkata
>> *Video call*
>> *Changed: *Join video call
>> 
>> *Calendar*
>> dev@lens.apache.org
>> *Who*
>> •
>> raju.n...@gmail.com - organizer
>> •
>> amareshw...@gmail.com
>> •
>> billbillson...@gmail.com
>> •
>> rajatgupt...@gmail.com
>> •
>> Ankit Kailaswar
>> •
>> dev@lens.apache.org
>> •
>> Avadh Pandey
>> •
>> puneet.k.gu...@gmail.com
>>
>> Hi,
>> This is discussion on Lens Road Map.
>>
>>
>>
>> https://docs.google.com/document/d/1wbWPrB1VjwAa9kBCSxyfEkC5GjN5sq3nxQLIPaRz85s/edit?userstohinvite=puneet.k.gu...@gmail.com=5d5e3c9a#heading=h.kd9vkchiumif
>> 
>>
>>
>> We can have hangout discussion on Saturday 11AM.
>>
>> Going (dev@lens.apache.org)?   *Yes
>> 
>> - Maybe
>> 
>> - No
>> *
>> more options »
>> 

Re: Updated invitation: Lens RoadMap - Discussion @ Sat Aug 24, 2019 11am - 12pm (IST) (dev@lens.apache.org)

2019-11-07 Thread amareshwarisr .
Rajashekhar,

Are you planning to take up next steps on this?

Thanks

On Wed, Aug 28, 2019 at 4:31 PM amareshwarisr . 
wrote:

> Essentially, the ask is to separate metastore and query services into two
> separate projects, so they can be build separately. Query service would
> have dependency on metastore service.
>
> Since the adaption of current stack is limited, fine separate the project
> into two sub projects which can help them evolve separately. We iterated
> the same in the call as well, where three PMC members participated.
> Shall call out a vote for the same. PMC do express you concerns or
> comments on the vote.
>
> Thanks
>
>
> On Wed, Aug 28, 2019 at 3:44 PM Rajashekhar Choukimath <
> raju.n...@gmail.com> wrote:
>
>>
>> *Phase 1:*To enable the business, we are not making changes in any of
>> the projects, we only need smaller version of lens-server(with just much
>> less features, as discussed in the doc) and we are calling that as
>> clarity-query-builder(new module in clarity stack and it is not in lens).
>>
>> 1) we require only following projects
>> -- lens-cube
>> -- lens-api
>> -- lens-server-api
>> 2) from the Lens-driver-jdbc
>> -- we require only JDBCDriver.rewrite() method
>> 3) from lens-server
>> -- we require the entire package -- org.apache.lens.server.metastore
>>
>> We will create our own server call it clarity-qurery-builder and have
>> -- item 2 and 3 code copied
>> -- for item 1, we will have maven dependencies.
>>
>>
>> *Phase 2:*If we need to make any major feature changes in lens-cube like
>> the way we added segmentations, in that case, we need to refactor the
>> following projects(mainly interfaces):
>>  -- lens-api
>>  -- lens-server-api
>>
>> split the projects of lens into 2 build jobs
>> 1) Build Job 1:
>> -- Lens-cube + needed interfaces of lens-api and lens-server-api.
>> 2) Build Job 2:
>> -- All the remaining projects
>> -- the above projects will have dependencies on the projects of Build Job
>> 1.
>>
>>
>>
>> On Wed, Aug 28, 2019 at 2:20 PM Rajashekhar Choukimath <
>> raju.n...@gmail.com> wrote:
>>
>>> I will send it today
>>>
>>> On Wed 28 Aug, 2019, 11:52 AM Puneet Gupta, 
>>> wrote:
>>>
 Hi Rajashekhar,

 Can u please share the minutes of meeting .

 Thanks,
 Puneet

 On Fri, 23 Aug, 2019, 5:10 PM ,  wrote:

> *This event has been changed.*
> more details »
> 
> Lens RoadMap - Discussion
>
> *When*
> Sat Aug 24, 2019 11am – 12pm India Standard Time - Kolkata
> *Video call*
> *Changed: *Join video call
> 
> *Calendar*
> dev@lens.apache.org
> *Who*
> •
> raju.n...@gmail.com - organizer
> •
> amareshw...@gmail.com
> •
> billbillson...@gmail.com
> •
> rajatgupt...@gmail.com
> •
> Ankit Kailaswar
> •
> dev@lens.apache.org
> •
> Avadh Pandey
> •
> puneet.k.gu...@gmail.com
>
> Hi,
> This is discussion on Lens Road Map.
>
>
>
> https://docs.google.com/document/d/1wbWPrB1VjwAa9kBCSxyfEkC5GjN5sq3nxQLIPaRz85s/edit?userstohinvite=puneet.k.gu...@gmail.com=5d5e3c9a#heading=h.kd9vkchiumif
> 
>
>
> We can have hangout discussion on Saturday 11AM.
>
> Going (dev@lens.apache.org)?   *Yes
> 
> - Maybe
> 
> - No
> *
> more options »
> 
>
> Invitation from Google Calendar 
>
> You are receiving this courtesy email at the account
> dev@lens.apache.org because you are an attendee of this event.
>
> To stop receiving future updates for this 

Re: Updated invitation: Lens RoadMap - Discussion @ Sat Aug 24, 2019 11am - 12pm (IST) (dev@lens.apache.org)

2019-08-28 Thread amareshwarisr .
Essentially, the ask is to separate metastore and query services into two
separate projects, so they can be build separately. Query service would
have dependency on metastore service.

Since the adaption of current stack is limited, fine separate the project
into two sub projects which can help them evolve separately. We iterated
the same in the call as well, where three PMC members participated.
Shall call out a vote for the same. PMC do express you concerns or comments
on the vote.

Thanks


On Wed, Aug 28, 2019 at 3:44 PM Rajashekhar Choukimath 
wrote:

>
> *Phase 1:*To enable the business, we are not making changes in any of the
> projects, we only need smaller version of lens-server(with just much less
> features, as discussed in the doc) and we are calling that as
> clarity-query-builder(new module in clarity stack and it is not in lens).
>
> 1) we require only following projects
> -- lens-cube
> -- lens-api
> -- lens-server-api
> 2) from the Lens-driver-jdbc
> -- we require only JDBCDriver.rewrite() method
> 3) from lens-server
> -- we require the entire package -- org.apache.lens.server.metastore
>
> We will create our own server call it clarity-qurery-builder and have
> -- item 2 and 3 code copied
> -- for item 1, we will have maven dependencies.
>
>
> *Phase 2:*If we need to make any major feature changes in lens-cube like
> the way we added segmentations, in that case, we need to refactor the
> following projects(mainly interfaces):
>  -- lens-api
>  -- lens-server-api
>
> split the projects of lens into 2 build jobs
> 1) Build Job 1:
> -- Lens-cube + needed interfaces of lens-api and lens-server-api.
> 2) Build Job 2:
> -- All the remaining projects
> -- the above projects will have dependencies on the projects of Build Job
> 1.
>
>
>
> On Wed, Aug 28, 2019 at 2:20 PM Rajashekhar Choukimath <
> raju.n...@gmail.com> wrote:
>
>> I will send it today
>>
>> On Wed 28 Aug, 2019, 11:52 AM Puneet Gupta, 
>> wrote:
>>
>>> Hi Rajashekhar,
>>>
>>> Can u please share the minutes of meeting .
>>>
>>> Thanks,
>>> Puneet
>>>
>>> On Fri, 23 Aug, 2019, 5:10 PM ,  wrote:
>>>
 *This event has been changed.*
 more details »
 
 Lens RoadMap - Discussion

 *When*
 Sat Aug 24, 2019 11am – 12pm India Standard Time - Kolkata
 *Video call*
 *Changed: *Join video call
 
 *Calendar*
 dev@lens.apache.org
 *Who*
 •
 raju.n...@gmail.com - organizer
 •
 amareshw...@gmail.com
 •
 billbillson...@gmail.com
 •
 rajatgupt...@gmail.com
 •
 Ankit Kailaswar
 •
 dev@lens.apache.org
 •
 Avadh Pandey
 •
 puneet.k.gu...@gmail.com

 Hi,
 This is discussion on Lens Road Map.



 https://docs.google.com/document/d/1wbWPrB1VjwAa9kBCSxyfEkC5GjN5sq3nxQLIPaRz85s/edit?userstohinvite=puneet.k.gu...@gmail.com=5d5e3c9a#heading=h.kd9vkchiumif
 


 We can have hangout discussion on Saturday 11AM.

 Going (dev@lens.apache.org)?   *Yes
 
 - Maybe
 
 - No
 *
 more options »
 

 Invitation from Google Calendar 

 You are receiving this courtesy email at the account
 dev@lens.apache.org because you are an attendee of this event.

 To stop receiving future updates for this event, decline this event.
 Alternatively you can sign up for a Google account at
 https://www.google.com/calendar/ and control your notification
 settings for your entire calendar.

 Forwarding this invitation could allow any recipient to send a response
 to the 

Re: Updated invitation: Lens RoadMap - Discussion @ Sat Aug 24, 2019 11am - 12pm (IST) (dev@lens.apache.org)

2019-08-28 Thread Rajashekhar Choukimath
*Phase 1:*To enable the business, we are not making changes in any of the
projects, we only need smaller version of lens-server(with just much less
features, as discussed in the doc) and we are calling that as
clarity-query-builder(new module in clarity stack and it is not in lens).

1) we require only following projects
-- lens-cube
-- lens-api
-- lens-server-api
2) from the Lens-driver-jdbc
-- we require only JDBCDriver.rewrite() method
3) from lens-server
-- we require the entire package -- org.apache.lens.server.metastore

We will create our own server call it clarity-qurery-builder and have
-- item 2 and 3 code copied
-- for item 1, we will have maven dependencies.


*Phase 2:*If we need to make any major feature changes in lens-cube like
the way we added segmentations, in that case, we need to refactor the
following projects(mainly interfaces):
 -- lens-api
 -- lens-server-api

split the projects of lens into 2 build jobs
1) Build Job 1:
-- Lens-cube + needed interfaces of lens-api and lens-server-api.
2) Build Job 2:
-- All the remaining projects
-- the above projects will have dependencies on the projects of Build Job 1.



On Wed, Aug 28, 2019 at 2:20 PM Rajashekhar Choukimath 
wrote:

> I will send it today
>
> On Wed 28 Aug, 2019, 11:52 AM Puneet Gupta, 
> wrote:
>
>> Hi Rajashekhar,
>>
>> Can u please share the minutes of meeting .
>>
>> Thanks,
>> Puneet
>>
>> On Fri, 23 Aug, 2019, 5:10 PM ,  wrote:
>>
>>> *This event has been changed.*
>>> more details »
>>> 
>>> Lens RoadMap - Discussion
>>>
>>> *When*
>>> Sat Aug 24, 2019 11am – 12pm India Standard Time - Kolkata
>>> *Video call*
>>> *Changed: *Join video call
>>> 
>>> *Calendar*
>>> dev@lens.apache.org
>>> *Who*
>>> •
>>> raju.n...@gmail.com - organizer
>>> •
>>> amareshw...@gmail.com
>>> •
>>> billbillson...@gmail.com
>>> •
>>> rajatgupt...@gmail.com
>>> •
>>> Ankit Kailaswar
>>> •
>>> dev@lens.apache.org
>>> •
>>> Avadh Pandey
>>> •
>>> puneet.k.gu...@gmail.com
>>>
>>> Hi,
>>> This is discussion on Lens Road Map.
>>>
>>>
>>>
>>> https://docs.google.com/document/d/1wbWPrB1VjwAa9kBCSxyfEkC5GjN5sq3nxQLIPaRz85s/edit?userstohinvite=puneet.k.gu...@gmail.com=5d5e3c9a#heading=h.kd9vkchiumif
>>> 
>>>
>>>
>>> We can have hangout discussion on Saturday 11AM.
>>>
>>> Going (dev@lens.apache.org)?   *Yes
>>> 
>>> - Maybe
>>> 
>>> - No
>>> *
>>> more options »
>>> 
>>>
>>> Invitation from Google Calendar 
>>>
>>> You are receiving this courtesy email at the account dev@lens.apache.org
>>> because you are an attendee of this event.
>>>
>>> To stop receiving future updates for this event, decline this event.
>>> Alternatively you can sign up for a Google account at
>>> https://www.google.com/calendar/ and control your notification settings
>>> for your entire calendar.
>>>
>>> Forwarding this invitation could allow any recipient to send a response
>>> to the organizer and be added to the guest list, or invite others
>>> regardless of their own invitation status, or to modify your RSVP. Learn
>>> More .
>>>
>>

-- 
with regards
Rajashekhar


Re: Updated invitation: Lens RoadMap - Discussion @ Sat Aug 24, 2019 11am - 12pm (IST) (dev@lens.apache.org)

2019-08-28 Thread Rajashekhar Choukimath
I will send it today

On Wed 28 Aug, 2019, 11:52 AM Puneet Gupta,  wrote:

> Hi Rajashekhar,
>
> Can u please share the minutes of meeting .
>
> Thanks,
> Puneet
>
> On Fri, 23 Aug, 2019, 5:10 PM ,  wrote:
>
>> *This event has been changed.*
>> more details »
>> 
>> Lens RoadMap - Discussion
>>
>> *When*
>> Sat Aug 24, 2019 11am – 12pm India Standard Time - Kolkata
>> *Video call*
>> *Changed: *Join video call
>> 
>> *Calendar*
>> dev@lens.apache.org
>> *Who*
>> •
>> raju.n...@gmail.com - organizer
>> •
>> amareshw...@gmail.com
>> •
>> billbillson...@gmail.com
>> •
>> rajatgupt...@gmail.com
>> •
>> Ankit Kailaswar
>> •
>> dev@lens.apache.org
>> •
>> Avadh Pandey
>> •
>> puneet.k.gu...@gmail.com
>>
>> Hi,
>> This is discussion on Lens Road Map.
>>
>>
>>
>> https://docs.google.com/document/d/1wbWPrB1VjwAa9kBCSxyfEkC5GjN5sq3nxQLIPaRz85s/edit?userstohinvite=puneet.k.gu...@gmail.com=5d5e3c9a#heading=h.kd9vkchiumif
>> 
>>
>>
>> We can have hangout discussion on Saturday 11AM.
>>
>> Going (dev@lens.apache.org)?   *Yes
>> 
>> - Maybe
>> 
>> - No
>> *
>> more options »
>> 
>>
>> Invitation from Google Calendar 
>>
>> You are receiving this courtesy email at the account dev@lens.apache.org
>> because you are an attendee of this event.
>>
>> To stop receiving future updates for this event, decline this event.
>> Alternatively you can sign up for a Google account at
>> https://www.google.com/calendar/ and control your notification settings
>> for your entire calendar.
>>
>> Forwarding this invitation could allow any recipient to send a response
>> to the organizer and be added to the guest list, or invite others
>> regardless of their own invitation status, or to modify your RSVP. Learn
>> More .
>>
>


Updated invitation: Lens RoadMap - Discussion @ Sat Aug 24, 2019 11am - 12pm (IST) (dev@lens.apache.org)

2019-08-23 Thread raju . nitk
BEGIN:VCALENDAR
PRODID:-//Google Inc//Google Calendar 70.9054//EN
VERSION:2.0
CALSCALE:GREGORIAN
METHOD:REQUEST
BEGIN:VEVENT
DTSTART:20190824T053000Z
DTEND:20190824T063000Z
DTSTAMP:20190823T112638Z
ORGANIZER;CN=raju.n...@gmail.com:mailto:raju.n...@gmail.com
UID:5o11o2mmrequnrhdeuhpd0n...@google.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=amareshw...@gmail.com;X-NUM-GUESTS=0:mailto:amareshw...@gmail.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=billbillson...@gmail.com;X-NUM-GUESTS=0:mailto:billbillson229@gmail
 .com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=rajatgupt...@gmail.com;X-NUM-GUESTS=0:mailto:rajatgupt...@gmail.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Ankit Kailaswar;X-NUM-GUESTS=0:mailto:ankit.kailas...@inmobi.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=dev@lens.apache.org;X-NUM-GUESTS=0:mailto:dev@lens.apache.org
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Avadh Pandey;X-NUM-GUESTS=0:mailto:avadh.pan...@inmobi.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;RSVP=TRUE
 ;CN=raju.n...@gmail.com;X-NUM-GUESTS=0:mailto:raju.n...@gmail.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=puneet.k.gu...@gmail.com;X-NUM-GUESTS=0:mailto:puneet.k.gupta@gmail
 .com
X-GOOGLE-HANGOUT:https://hangouts.google.com/hangouts/_/calendar/cmFqdS5uaX
 RrQGdtYWlsLmNvbQ.5o11o2mmrequnrhdeuhpd0nko4
X-MICROSOFT-CDO-OWNERAPPTID:-474934220
CREATED:20190823T112549Z
DESCRIPTION:Hi\,This is discussion on Lens Road Map.https://docs.google.com/document/d/1wbWPrB1VjwAa9kBCSxyfEkC5GjN5sq3nx
 QLIPaRz85s/edit?userstoinvite=puneet.k.gu...@gmail.com\;ts=5d5e3c9a#hea
 ding=h.kd9vkchiumif">https://docs.google.com/document/d/1wbWPrB1VjwAa9kBCSx
 yfEkC5GjN5sq3nxQLIPaRz85s/edit?userstohinvite=puneet.k.gu...@gmail.com\
 ;ts=5d5e3c9a#heading=h.kd9vkchiumif\;We can have hangout d
 iscussion on Saturday 11AM.\n\n-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:
 ~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::-\nPlease do not edit this sectio
 n of the description.\n\nThis event has a Google Hangouts video call.\nJoin
 : https://hangouts.google.com/hangouts/_/calendar/cmFqdS5uaXRrQGdtYWlsLmNvb
 Q.5o11o2mmrequnrhdeuhpd0nko4?hs=121\n\nView your event at https://www.googl
 e.com/calendar/event?action=VIEW=NW8xMW8ybW1yZXF1bnJoZGV1aHBkMG5rbzQgZG
 V2QGxlbnMuYXBhY2hlLm9yZw=MTkjcmFqdS5uaXRrQGdtYWlsLmNvbTJkMDg5ZGYzZjcxMj
 M2MTc4ZTE4ZjQ1ZTg2MjhkZTRlMzBiNDZiZjI=Asia%2FKolkata=en=0.\n-::~:
 ~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:
 :~:~::-
LAST-MODIFIED:20190823T112635Z
LOCATION:
SEQUENCE:0
STATUS:CONFIRMED
SUMMARY:Lens RoadMap - Discussion
TRANSP:OPAQUE
END:VEVENT
END:VCALENDAR


invite.ics
Description: application/ics


Invitation: Lens RoadMap - Discussion @ Sat Aug 24, 2019 11am - 12pm (IST) (dev@lens.apache.org)

2019-08-23 Thread raju . nitk
BEGIN:VCALENDAR
PRODID:-//Google Inc//Google Calendar 70.9054//EN
VERSION:2.0
CALSCALE:GREGORIAN
METHOD:REQUEST
BEGIN:VEVENT
DTSTART:20190824T053000Z
DTEND:20190824T063000Z
DTSTAMP:20190823T112552Z
ORGANIZER;CN=raju.n...@gmail.com:mailto:raju.n...@gmail.com
UID:5o11o2mmrequnrhdeuhpd0n...@google.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=amareshw...@gmail.com;X-NUM-GUESTS=0:mailto:amareshw...@gmail.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=billbillson...@gmail.com;X-NUM-GUESTS=0:mailto:billbillson229@gmail
 .com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=rajatgupt...@gmail.com;X-NUM-GUESTS=0:mailto:rajatgupt...@gmail.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Ankit Kailaswar;X-NUM-GUESTS=0:mailto:ankit.kailas...@inmobi.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=dev@lens.apache.org;X-NUM-GUESTS=0:mailto:dev@lens.apache.org
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Avadh Pandey;X-NUM-GUESTS=0:mailto:avadh.pan...@inmobi.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;RSVP=TRUE
 ;CN=raju.n...@gmail.com;X-NUM-GUESTS=0:mailto:raju.n...@gmail.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=puneet.k.gu...@gmail.com;X-NUM-GUESTS=0:mailto:puneet.k.gupta@gmail
 .com
X-MICROSOFT-CDO-OWNERAPPTID:-474934220
CREATED:20190823T112549Z
DESCRIPTION:Hi\,This is discussion on Lens Road Map.https://docs.google.com/document/d/1wbWPrB1VjwAa9kBCSxyfEkC5GjN5sq3nx
 QLIPaRz85s/edit?userstoinvite=puneet.k.gu...@gmail.com\;ts=5d5e3c9a#hea
 ding=h.kd9vkchiumif">https://docs.google.com/document/d/1wbWPrB1VjwAa9kBCSx
 yfEkC5GjN5sq3nxQLIPaRz85s/edit?userstohinvite=puneet.k.gu...@gmail.com\
 ;ts=5d5e3c9a#heading=h.kd9vkchiumif\;We can have hangout d
 iscussion on Saturday 11AM.\n\n-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:
 ~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::-\nPlease do not edit this sectio
 n of the description.\n\nView your event at https://www.google.com/calendar
 /event?action=VIEW=NW8xMW8ybW1yZXF1bnJoZGV1aHBkMG5rbzQgZGV2QGxlbnMuYXBh
 Y2hlLm9yZw=MTkjcmFqdS5uaXRrQGdtYWlsLmNvbTJkMDg5ZGYzZjcxMjM2MTc4ZTE4ZjQ1
 ZTg2MjhkZTRlMzBiNDZiZjI=Asia%2FKolkata=en=1.\n-::~:~::~:~:~:~:~:~
 :~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::-
LAST-MODIFIED:20190823T112549Z
LOCATION:
SEQUENCE:0
STATUS:CONFIRMED
SUMMARY:Lens RoadMap - Discussion
TRANSP:OPAQUE
END:VEVENT
END:VCALENDAR


invite.ics
Description: application/ics