Re: HBase Meetup April 2023

2023-04-19 Thread Tak Lon (Stephen) Wu
Hi everyone,

Thank you for attending our first meetup of 2023 on 04/19/2023 . Below you
can find the resources that were discussed during the event:

* Slides [1]
* Recorded video (including chat history) [2]
* Notes [3][4]

During the meetup, we covered several topics

1. HBase-2.6
 - We discussed HBase-2.6 and we will soon begin release tasks
2. HBase-3.0 and further roadmap
 - We talked about HBase-3.0 and its further roadmap. Some of the major
blockers for HBase-3.0 release
   are stabilizing the runtime, conducting significant tests and
validations, and having early adopters
   who have already run 3.0 in production.
 - We also need a discussion thread on what tests should be covered for
major releases
 - it would be useful to have testing infrastructure in Kubernetes to
double the number of tests
   performed quickly.
3. The community over code (was ApacheCon) 2023
 - We need to start a discussion thread on collecting ideas and structuring
our highlights/visions.
   It would be best to have use cases or support cases from development
teams or business partners.
 - Members of HBase community are who would likely be doing the
presentations
   structure a generalized topic to discuss HBase
 - The call for presentation proposal deadline is by 00:01 UTC on July
13th, 2023
4. HBase on K8s
 - Good work has been done in different $dayjob places with various
implementations, such as
   - WAL on Bookkeeper or HDFS, and HFiles on S3, Azure Blob Storage or HDFS
   - We should reconsider the implementation of the Write-Ahead Log (WAL)
and explore the
 possibility of implementing it either as a stream-based or file-based
approach.
This may require us to modify the WAL interface accordingly, and we will
need to have a
nother round of discussions among the developers to determine the best
approach.
   - mentioned a write heavy use case, or a read heavy use case, data
caching, see more in [4]
 - We discussed the need for dedicated threads to identify the common areas
that the HBase community
   should take ownership of, e.g.
   - common interfaces or functional requirements in HDFS/ HDFS clients,
Zookeeper
   - Modernizing the common infrastructure, e.g. what options could be done
for WAL and for HFiles.
 This item will be discussed by separate development threads
   - a basic example of running HBase on K8s, e.g. for testing , or
standalone mode.
   - need a thread to request apache infra or other sponsors to provide the
infra and resources.
5. HBase with Ozone
   - Wei-chiu presenting the current state of Ozone and its architecture
and development on
 supporting HBase, thanks a lot.
   - Requesting Ozone could be cloud native as an alternative solution for
self-manage storage.


We suggested several future activities, such as
1. setting up a follow-up meetup in two weeks to discuss the remaining
topics,
2. establishing regular quarterly meetups,
3. gathering presentation ideas for the community for the next conference,
   such as Community Over Code and ApacheCon Asia
4. any other discussion would be triggered by the feature developer

Remaining topics for next meetup
* HBase Backup
* Deploy HBase on Cloud without any self-deployed services
* Security/TLS/mTLS
* RIT issues
* High Availability story with HBase 3.0+?

[1]
https://docs.google.com/presentation/d/1xf7DWbEN8-tdiEvPLD6AE2xRB_dBJLFuGMff1QoQKNE/edit#slide=id.g22f8eeb42ae_0_15
[2]
https://cloudera.zoom.us/rec/share/UuGS5IgT3mIXi-ceyhHIMRhqfXW5sJ9cVdF7P9TxwZWLyHBzQ4qrOg3wWxnwXYNH.2iuEHkknZaJR_YZ-
(password will be sent to the slack chat room of hbase )
[3] chat history in Zoom,
https://drive.google.com/file/d/14qn3-2Ug7rW_1ILFMIq7TGMWA_XCpXQw/view?usp=share_link
[4] notes took by our team,
https://drive.google.com/file/d/12G4gI0ECDTAXz5Ci5aodcBCr8gP8DPLx/view?usp=share_link

Thanks,
Stephen

On Thu, Apr 13, 2023 at 11:26 AM Tak Lon (Stephen) Wu 
wrote:

> Hi everyone,
>
> For those didn't put your email on the signup, I searched and sent the
> invite to your apache.org email ….. if you don’t have the meeting invite
> or would like to have the meeting invite on your calendar, please ping me
> your preferred gmail / email , then I will resend the invite to you
> directly…sorry for that.
>
> See you soon on 4/19, and please feel free to ping me if you have any
> questions.
>
> Thanks,
> Stephen
>
> On Sat, Apr 8, 2023 at 10:28 AM Tak Lon (Stephen) Wu 
> wrote:
>
>> Hi guys,
>>
>> The final date will be on 4/19 Wednesday PDT 7:30 AM because we have more
>> folks joining (and I will cancel the invites on 4/12).
>>
>> the physical location is 5470 Great America Pkwy , Santa Clara, CA 95054
>> (Cloudera building Room Ontario), the virtual meeting link is
>> https://cloudera.zoom.us/j/91365181291 (I'm reusing my $dayjob room).
>>
>> If you would like to join and didn't receive the invite (sorry if I missed
>> you on the signup sheet), please let me know directly.
>>
>> See you soon!
>>
>> Thanks,
>> Stephen
>>
>>
>>
>> On Wed, Apr 5, 2023 at 4:06 PM Tak 

Re: HBase Meetup April 2023

2023-04-19 Thread Tak Lon (Stephen) Wu
Hi everyone,

Thank you for attending our first meetup of 2023 on 04/19/2023 . Below you
can find the resources that were discussed during the event:

* Slides [1]
* Recorded video (including chat history) [2]
* Notes [3][4]

During the meetup, we covered several topics

1. HBase-2.6
 - We discussed HBase-2.6 and we will soon begin release tasks
2. HBase-3.0 and further roadmap
 - We talked about HBase-3.0 and its further roadmap. Some of the major
blockers for HBase-3.0 release
   are stabilizing the runtime, conducting significant tests and
validations, and having early adopters
   who have already run 3.0 in production.
 - We also need a discussion thread on what tests should be covered for
major releases
 - it would be useful to have testing infrastructure in Kubernetes to
double the number of tests
   performed quickly.
3. The community over code (was ApacheCon) 2023
 - We need to start a discussion thread on collecting ideas and structuring
our highlights/visions.
   It would be best to have use cases or support cases from development
teams or business partners.
 - Members of HBase community are who would likely be doing the
presentations
   structure a generalized topic to discuss HBase
 - The call for presentation proposal deadline is by 00:01 UTC on July
13th, 2023
4. HBase on K8s
 - Good work has been done in different $dayjob places with various
implementations, such as
   - WAL on Bookkeeper or HDFS, and HFiles on S3, Azure Blob Storage or HDFS
   - We should reconsider the implementation of the Write-Ahead Log (WAL)
and explore the
 possibility of implementing it either as a stream-based or file-based
approach.
This may require us to modify the WAL interface accordingly, and we will
need to have a
nother round of discussions among the developers to determine the best
approach.
   - mentioned a write heavy use case, or a read heavy use case, data
caching, see more in [4]
 - We discussed the need for dedicated threads to identify the common areas
that the HBase community
   should take ownership of, e.g.
   - common interfaces or functional requirements in HDFS/ HDFS clients,
Zookeeper
   - Modernizing the common infrastructure, e.g. what options could be done
for WAL and for HFiles.
 This item will be discussed by separate development threads
   - a basic example of running HBase on K8s, e.g. for testing , or
standalone mode.
   - need a thread to request apache infra or other sponsors to provide the
infra and resources.
5. HBase with Ozone
   - Wei-chiu presenting the current state of Ozone and its architecture
and development on
 supporting HBase, thanks a lot.
   - Requesting Ozone could be cloud native as an alternative solution for
self-manage storage.


We suggested several future activities, such as
1. setting up a follow-up meetup in two weeks to discuss the remaining
topics,
2. establishing regular quarterly meetups,
3. gathering presentation ideas for the community for the next conference,
   such as Community Over Code and ApacheCon Asia
4. any other discussion would be triggered by the feature developer

Remaining topics for next meetup
* HBase Backup
* Deploy HBase on Cloud without any self-deployed services
* Security/TLS/mTLS
* RIT issues
* High Availability story with HBase 3.0+?

[1]
https://docs.google.com/presentation/d/1xf7DWbEN8-tdiEvPLD6AE2xRB_dBJLFuGMff1QoQKNE/edit#slide=id.g22f8eeb42ae_0_15
[2]
https://cloudera.zoom.us/rec/share/UuGS5IgT3mIXi-ceyhHIMRhqfXW5sJ9cVdF7P9TxwZWLyHBzQ4qrOg3wWxnwXYNH.2iuEHkknZaJR_YZ-
(password will be sent to the slack chat room of hbase )
[3] chat history in Zoom,
https://drive.google.com/file/d/14qn3-2Ug7rW_1ILFMIq7TGMWA_XCpXQw/view?usp=share_link
[4] notes took by our team,
https://drive.google.com/file/d/12G4gI0ECDTAXz5Ci5aodcBCr8gP8DPLx/view?usp=share_link

Thanks,
Stephen

On Thu, Apr 13, 2023 at 11:26 AM Tak Lon (Stephen) Wu 
wrote:

> Hi everyone,
>
> For those didn't put your email on the signup, I searched and sent the
> invite to your apache.org email ….. if you don’t have the meeting invite
> or would like to have the meeting invite on your calendar, please ping me
> your preferred gmail / email , then I will resend the invite to you
> directly…sorry for that.
>
> See you soon on 4/19, and please feel free to ping me if you have any
> questions.
>
> Thanks,
> Stephen
>
> On Sat, Apr 8, 2023 at 10:28 AM Tak Lon (Stephen) Wu 
> wrote:
>
>> Hi guys,
>>
>> The final date will be on 4/19 Wednesday PDT 7:30 AM because we have more
>> folks joining (and I will cancel the invites on 4/12).
>>
>> the physical location is 5470 Great America Pkwy , Santa Clara, CA 95054
>> (Cloudera building Room Ontario), the virtual meeting link is
>> https://cloudera.zoom.us/j/91365181291 (I'm reusing my $dayjob room).
>>
>> If you would like to join and didn't receive the invite (sorry if I missed
>> you on the signup sheet), please let me know directly.
>>
>> See you soon!
>>
>> Thanks,
>> Stephen
>>
>>
>>
>> On Wed, Apr 5, 2023 at 4:06 PM Tak 

Re: HBase Meetup April 2023

2023-04-13 Thread Tak Lon (Stephen) Wu
Hi everyone,

For those didn't put your email on the signup, I searched and sent the
invite to your apache.org email ….. if you don’t have the meeting invite or
would like to have the meeting invite on your calendar, please ping me your
preferred gmail / email , then I will resend the invite to you
directly…sorry for that.

See you soon on 4/19, and please feel free to ping me if you have any
questions.

Thanks,
Stephen

On Sat, Apr 8, 2023 at 10:28 AM Tak Lon (Stephen) Wu 
wrote:

> Hi guys,
>
> The final date will be on 4/19 Wednesday PDT 7:30 AM because we have more
> folks joining (and I will cancel the invites on 4/12).
>
> the physical location is 5470 Great America Pkwy , Santa Clara, CA 95054
> (Cloudera building Room Ontario), the virtual meeting link is
> https://cloudera.zoom.us/j/91365181291 (I'm reusing my $dayjob room).
>
> If you would like to join and didn't receive the invite (sorry if I missed
> you on the signup sheet), please let me know directly.
>
> See you soon!
>
> Thanks,
> Stephen
>
>
>
> On Wed, Apr 5, 2023 at 4:06 PM Tak Lon (Stephen) Wu 
> wrote:
>
> > Hi everyone,
> >
> > I sent our two invitations, one for 4/12  and one for 4/19 (all of us are
> > still within the same day), both session will be starting at 07:30 am PDT
> > UTC-7
> >
> > Please update the signup sheet again [1] or reply to this email directly
> (I
> > will update the sheet for you), I will put down which date has more
> > participants by 04/08 Sat PDT noon, and confirm the final date.
> >
> > To Mallikarjun and Thibault, I don't have your email/gmail and can you
> > share that to me? [1]
> >
> >
> https://docs.google.com/spreadsheets/d/1TBawOo68GSxkjahCPNjDT3nhdCA-Jv_lG9Qf7hEy96U/edit#gid=0
> >
> > Thanks,
> > Stephen
> >
> > On Thu, Mar 30, 2023 at 5:14 PM Tak Lon (Stephen) Wu 
> > wrote:
> >
> > > Hi users/developers/friends,
> > >
> > > I’m wondering if any users, developers or anyone would be interested
> in a
> > > hybrid (physical and virtual) meetup, where the physical meetup is
> going
> > to
> > > be hosted in the Bay area/Santa Clara/San Jose (with foods and drinks),
> > and
> > > the virtual call will be a zoom call/google hangout for the people
> around
> > > the world. the session should be around 1 ~ 2 hours.
> > >
> > > Topics could be discussed over the user slack channel (we have a thread
> > > there already) or this email if anyone has any emerging, interesting
> > ideas
> > > for the HBase community, although I have few starters in my mind
> > > * What are we going to do in ApacheCon/Community over the code,
> > > https://communityovercode.org/
> > > * Few recent discussions on the dev channel
> > >  - Review/discussion of what's in 2.6
> > >  - HBase on K8s
> > >  - HBase on Ozone integration
> > >  - MTLS integration
> > >  - HBase backup
> > >  - more ...
> > >
> > > If you like to participate, please signup on this google spreadsheet
> [1].
> > > Once we confirm the date, we will reply on this thread. I will try to
> > > accommodate everyone, but if the time conflict is real and we have many
> > > things to cover, we could have multiple sessions to cover people who
> > cannot
> > > make it.
> > >
> > > (Chinese version)
> > > 大家好,我想看看有任何用户、开发人员或任何人会对举办一个非官方线上聚会感兴趣,时长大概为1或2小时。
> > >
> > > 本次聚会的目的为鼓励大家提出对 HBase 项目有任何建议,或新兴的、有趣的想法。以下为我收集的一些议题
> > > * ApacheCon/Community https://communityovercode.org/
> > > 將會於本年2023年10月舉行,我們HBASE 項目有任何參與的想法或活動嗎?
> > > * 最近在DEV频道上的讨论
> > >  - Review/discussion of what's in 2.6
> > >  - HBase on K8s
> > >  - HBase on Ozone integration
> > >  - MTLS integration
> > >  - HBase backup
> > >  - more ...
> > >
> > >
> > >
> >
> 如果您有兴趣参加,请在此电子表格[1]填上你的名字和可参与日期。一旦我们确认线上讨论的日期,我们将在回复此邮件。我会尽量安排合适的时间,但如果时间冲突确实存在或是很多议题要讨论,我们会安排更多时间和多场会议来涵盖所需的讨论。
> > >
> > > 1. Event signup sheet,
> > >
> > >
> >
> https://docs.google.com/spreadsheets/d/1TBawOo68GSxkjahCPNjDT3nhdCA-Jv_lG9Qf7hEy96U/edit#gid=0
> > >
> > > Thanks,
> > > Stephen
> > >
> >
>


Re: HBase Meetup April 2023

2023-04-13 Thread Tak Lon (Stephen) Wu
Hi everyone,

For those didn't put your email on the signup, I searched and sent the
invite to your apache.org email ….. if you don’t have the meeting invite or
would like to have the meeting invite on your calendar, please ping me your
preferred gmail / email , then I will resend the invite to you
directly…sorry for that.

See you soon on 4/19, and please feel free to ping me if you have any
questions.

Thanks,
Stephen

On Sat, Apr 8, 2023 at 10:28 AM Tak Lon (Stephen) Wu 
wrote:

> Hi guys,
>
> The final date will be on 4/19 Wednesday PDT 7:30 AM because we have more
> folks joining (and I will cancel the invites on 4/12).
>
> the physical location is 5470 Great America Pkwy , Santa Clara, CA 95054
> (Cloudera building Room Ontario), the virtual meeting link is
> https://cloudera.zoom.us/j/91365181291 (I'm reusing my $dayjob room).
>
> If you would like to join and didn't receive the invite (sorry if I missed
> you on the signup sheet), please let me know directly.
>
> See you soon!
>
> Thanks,
> Stephen
>
>
>
> On Wed, Apr 5, 2023 at 4:06 PM Tak Lon (Stephen) Wu 
> wrote:
>
> > Hi everyone,
> >
> > I sent our two invitations, one for 4/12  and one for 4/19 (all of us are
> > still within the same day), both session will be starting at 07:30 am PDT
> > UTC-7
> >
> > Please update the signup sheet again [1] or reply to this email directly
> (I
> > will update the sheet for you), I will put down which date has more
> > participants by 04/08 Sat PDT noon, and confirm the final date.
> >
> > To Mallikarjun and Thibault, I don't have your email/gmail and can you
> > share that to me? [1]
> >
> >
> https://docs.google.com/spreadsheets/d/1TBawOo68GSxkjahCPNjDT3nhdCA-Jv_lG9Qf7hEy96U/edit#gid=0
> >
> > Thanks,
> > Stephen
> >
> > On Thu, Mar 30, 2023 at 5:14 PM Tak Lon (Stephen) Wu 
> > wrote:
> >
> > > Hi users/developers/friends,
> > >
> > > I’m wondering if any users, developers or anyone would be interested
> in a
> > > hybrid (physical and virtual) meetup, where the physical meetup is
> going
> > to
> > > be hosted in the Bay area/Santa Clara/San Jose (with foods and drinks),
> > and
> > > the virtual call will be a zoom call/google hangout for the people
> around
> > > the world. the session should be around 1 ~ 2 hours.
> > >
> > > Topics could be discussed over the user slack channel (we have a thread
> > > there already) or this email if anyone has any emerging, interesting
> > ideas
> > > for the HBase community, although I have few starters in my mind
> > > * What are we going to do in ApacheCon/Community over the code,
> > > https://communityovercode.org/
> > > * Few recent discussions on the dev channel
> > >  - Review/discussion of what's in 2.6
> > >  - HBase on K8s
> > >  - HBase on Ozone integration
> > >  - MTLS integration
> > >  - HBase backup
> > >  - more ...
> > >
> > > If you like to participate, please signup on this google spreadsheet
> [1].
> > > Once we confirm the date, we will reply on this thread. I will try to
> > > accommodate everyone, but if the time conflict is real and we have many
> > > things to cover, we could have multiple sessions to cover people who
> > cannot
> > > make it.
> > >
> > > (Chinese version)
> > > 大家好,我想看看有任何用户、开发人员或任何人会对举办一个非官方线上聚会感兴趣,时长大概为1或2小时。
> > >
> > > 本次聚会的目的为鼓励大家提出对 HBase 项目有任何建议,或新兴的、有趣的想法。以下为我收集的一些议题
> > > * ApacheCon/Community https://communityovercode.org/
> > > 將會於本年2023年10月舉行,我們HBASE 項目有任何參與的想法或活動嗎?
> > > * 最近在DEV频道上的讨论
> > >  - Review/discussion of what's in 2.6
> > >  - HBase on K8s
> > >  - HBase on Ozone integration
> > >  - MTLS integration
> > >  - HBase backup
> > >  - more ...
> > >
> > >
> > >
> >
> 如果您有兴趣参加,请在此电子表格[1]填上你的名字和可参与日期。一旦我们确认线上讨论的日期,我们将在回复此邮件。我会尽量安排合适的时间,但如果时间冲突确实存在或是很多议题要讨论,我们会安排更多时间和多场会议来涵盖所需的讨论。
> > >
> > > 1. Event signup sheet,
> > >
> > >
> >
> https://docs.google.com/spreadsheets/d/1TBawOo68GSxkjahCPNjDT3nhdCA-Jv_lG9Qf7hEy96U/edit#gid=0
> > >
> > > Thanks,
> > > Stephen
> > >
> >
>


Re: HBase Meetup April 2023

2023-04-08 Thread Tak Lon (Stephen) Wu
Hi guys,

The final date will be on 4/19 Wednesday PDT 7:30 AM because we have more
folks joining (and I will cancel the invites on 4/12).

the physical location is 5470 Great America Pkwy , Santa Clara, CA 95054
(Cloudera building Room Ontario), the virtual meeting link is
https://cloudera.zoom.us/j/91365181291 (I'm reusing my $dayjob room).

If you would like to join and didn't receive the invite (sorry if I missed
you on the signup sheet), please let me know directly.

See you soon!

Thanks,
Stephen



On Wed, Apr 5, 2023 at 4:06 PM Tak Lon (Stephen) Wu 
wrote:

> Hi everyone,
>
> I sent our two invitations, one for 4/12  and one for 4/19 (all of us are
> still within the same day), both session will be starting at 07:30 am PDT
> UTC-7
>
> Please update the signup sheet again [1] or reply to this email directly (I
> will update the sheet for you), I will put down which date has more
> participants by 04/08 Sat PDT noon, and confirm the final date.
>
> To Mallikarjun and Thibault, I don't have your email/gmail and can you
> share that to me? [1]
>
> https://docs.google.com/spreadsheets/d/1TBawOo68GSxkjahCPNjDT3nhdCA-Jv_lG9Qf7hEy96U/edit#gid=0
>
> Thanks,
> Stephen
>
> On Thu, Mar 30, 2023 at 5:14 PM Tak Lon (Stephen) Wu 
> wrote:
>
> > Hi users/developers/friends,
> >
> > I’m wondering if any users, developers or anyone would be interested in a
> > hybrid (physical and virtual) meetup, where the physical meetup is going
> to
> > be hosted in the Bay area/Santa Clara/San Jose (with foods and drinks),
> and
> > the virtual call will be a zoom call/google hangout for the people around
> > the world. the session should be around 1 ~ 2 hours.
> >
> > Topics could be discussed over the user slack channel (we have a thread
> > there already) or this email if anyone has any emerging, interesting
> ideas
> > for the HBase community, although I have few starters in my mind
> > * What are we going to do in ApacheCon/Community over the code,
> > https://communityovercode.org/
> > * Few recent discussions on the dev channel
> >  - Review/discussion of what's in 2.6
> >  - HBase on K8s
> >  - HBase on Ozone integration
> >  - MTLS integration
> >  - HBase backup
> >  - more ...
> >
> > If you like to participate, please signup on this google spreadsheet [1].
> > Once we confirm the date, we will reply on this thread. I will try to
> > accommodate everyone, but if the time conflict is real and we have many
> > things to cover, we could have multiple sessions to cover people who
> cannot
> > make it.
> >
> > (Chinese version)
> > 大家好,我想看看有任何用户、开发人员或任何人会对举办一个非官方线上聚会感兴趣,时长大概为1或2小时。
> >
> > 本次聚会的目的为鼓励大家提出对 HBase 项目有任何建议,或新兴的、有趣的想法。以下为我收集的一些议题
> > * ApacheCon/Community https://communityovercode.org/
> > 將會於本年2023年10月舉行,我們HBASE 項目有任何參與的想法或活動嗎?
> > * 最近在DEV频道上的讨论
> >  - Review/discussion of what's in 2.6
> >  - HBase on K8s
> >  - HBase on Ozone integration
> >  - MTLS integration
> >  - HBase backup
> >  - more ...
> >
> >
> >
> 如果您有兴趣参加,请在此电子表格[1]填上你的名字和可参与日期。一旦我们确认线上讨论的日期,我们将在回复此邮件。我会尽量安排合适的时间,但如果时间冲突确实存在或是很多议题要讨论,我们会安排更多时间和多场会议来涵盖所需的讨论。
> >
> > 1. Event signup sheet,
> >
> >
> https://docs.google.com/spreadsheets/d/1TBawOo68GSxkjahCPNjDT3nhdCA-Jv_lG9Qf7hEy96U/edit#gid=0
> >
> > Thanks,
> > Stephen
> >
>


Re: HBase Meetup April 2023

2023-04-08 Thread Tak Lon (Stephen) Wu
Hi guys,

The final date will be on 4/19 Wednesday PDT 7:30 AM because we have more
folks joining (and I will cancel the invites on 4/12).

the physical location is 5470 Great America Pkwy , Santa Clara, CA 95054
(Cloudera building Room Ontario), the virtual meeting link is
https://cloudera.zoom.us/j/91365181291 (I'm reusing my $dayjob room).

If you would like to join and didn't receive the invite (sorry if I missed
you on the signup sheet), please let me know directly.

See you soon!

Thanks,
Stephen



On Wed, Apr 5, 2023 at 4:06 PM Tak Lon (Stephen) Wu 
wrote:

> Hi everyone,
>
> I sent our two invitations, one for 4/12  and one for 4/19 (all of us are
> still within the same day), both session will be starting at 07:30 am PDT
> UTC-7
>
> Please update the signup sheet again [1] or reply to this email directly (I
> will update the sheet for you), I will put down which date has more
> participants by 04/08 Sat PDT noon, and confirm the final date.
>
> To Mallikarjun and Thibault, I don't have your email/gmail and can you
> share that to me? [1]
>
> https://docs.google.com/spreadsheets/d/1TBawOo68GSxkjahCPNjDT3nhdCA-Jv_lG9Qf7hEy96U/edit#gid=0
>
> Thanks,
> Stephen
>
> On Thu, Mar 30, 2023 at 5:14 PM Tak Lon (Stephen) Wu 
> wrote:
>
> > Hi users/developers/friends,
> >
> > I’m wondering if any users, developers or anyone would be interested in a
> > hybrid (physical and virtual) meetup, where the physical meetup is going
> to
> > be hosted in the Bay area/Santa Clara/San Jose (with foods and drinks),
> and
> > the virtual call will be a zoom call/google hangout for the people around
> > the world. the session should be around 1 ~ 2 hours.
> >
> > Topics could be discussed over the user slack channel (we have a thread
> > there already) or this email if anyone has any emerging, interesting
> ideas
> > for the HBase community, although I have few starters in my mind
> > * What are we going to do in ApacheCon/Community over the code,
> > https://communityovercode.org/
> > * Few recent discussions on the dev channel
> >  - Review/discussion of what's in 2.6
> >  - HBase on K8s
> >  - HBase on Ozone integration
> >  - MTLS integration
> >  - HBase backup
> >  - more ...
> >
> > If you like to participate, please signup on this google spreadsheet [1].
> > Once we confirm the date, we will reply on this thread. I will try to
> > accommodate everyone, but if the time conflict is real and we have many
> > things to cover, we could have multiple sessions to cover people who
> cannot
> > make it.
> >
> > (Chinese version)
> > 大家好,我想看看有任何用户、开发人员或任何人会对举办一个非官方线上聚会感兴趣,时长大概为1或2小时。
> >
> > 本次聚会的目的为鼓励大家提出对 HBase 项目有任何建议,或新兴的、有趣的想法。以下为我收集的一些议题
> > * ApacheCon/Community https://communityovercode.org/
> > 將會於本年2023年10月舉行,我們HBASE 項目有任何參與的想法或活動嗎?
> > * 最近在DEV频道上的讨论
> >  - Review/discussion of what's in 2.6
> >  - HBase on K8s
> >  - HBase on Ozone integration
> >  - MTLS integration
> >  - HBase backup
> >  - more ...
> >
> >
> >
> 如果您有兴趣参加,请在此电子表格[1]填上你的名字和可参与日期。一旦我们确认线上讨论的日期,我们将在回复此邮件。我会尽量安排合适的时间,但如果时间冲突确实存在或是很多议题要讨论,我们会安排更多时间和多场会议来涵盖所需的讨论。
> >
> > 1. Event signup sheet,
> >
> >
> https://docs.google.com/spreadsheets/d/1TBawOo68GSxkjahCPNjDT3nhdCA-Jv_lG9Qf7hEy96U/edit#gid=0
> >
> > Thanks,
> > Stephen
> >
>


Re: HBase Meetup April 2023

2023-04-05 Thread Tak Lon (Stephen) Wu
Hi everyone,

I sent our two invitations, one for 4/12  and one for 4/19 (all of us are
still within the same day), both session will be starting at 07:30 am PDT
UTC-7

Please update the signup sheet again [1] or reply to this email directly (I
will update the sheet for you), I will put down which date has more
participants by 04/08 Sat PDT noon, and confirm the final date.

To Mallikarjun and Thibault, I don't have your email/gmail and can you
share that to me? [1]
https://docs.google.com/spreadsheets/d/1TBawOo68GSxkjahCPNjDT3nhdCA-Jv_lG9Qf7hEy96U/edit#gid=0

Thanks,
Stephen

On Thu, Mar 30, 2023 at 5:14 PM Tak Lon (Stephen) Wu 
wrote:

> Hi users/developers/friends,
>
> I’m wondering if any users, developers or anyone would be interested in a
> hybrid (physical and virtual) meetup, where the physical meetup is going to
> be hosted in the Bay area/Santa Clara/San Jose (with foods and drinks), and
> the virtual call will be a zoom call/google hangout for the people around
> the world. the session should be around 1 ~ 2 hours.
>
> Topics could be discussed over the user slack channel (we have a thread
> there already) or this email if anyone has any emerging, interesting ideas
> for the HBase community, although I have few starters in my mind
> * What are we going to do in ApacheCon/Community over the code,
> https://communityovercode.org/
> * Few recent discussions on the dev channel
>  - Review/discussion of what's in 2.6
>  - HBase on K8s
>  - HBase on Ozone integration
>  - MTLS integration
>  - HBase backup
>  - more ...
>
> If you like to participate, please signup on this google spreadsheet [1].
> Once we confirm the date, we will reply on this thread. I will try to
> accommodate everyone, but if the time conflict is real and we have many
> things to cover, we could have multiple sessions to cover people who cannot
> make it.
>
> (Chinese version)
> 大家好,我想看看有任何用户、开发人员或任何人会对举办一个非官方线上聚会感兴趣,时长大概为1或2小时。
>
> 本次聚会的目的为鼓励大家提出对 HBase 项目有任何建议,或新兴的、有趣的想法。以下为我收集的一些议题
> * ApacheCon/Community https://communityovercode.org/
> 將會於本年2023年10月舉行,我們HBASE 項目有任何參與的想法或活動嗎?
> * 最近在DEV频道上的讨论
>  - Review/discussion of what's in 2.6
>  - HBase on K8s
>  - HBase on Ozone integration
>  - MTLS integration
>  - HBase backup
>  - more ...
>
>
> 如果您有兴趣参加,请在此电子表格[1]填上你的名字和可参与日期。一旦我们确认线上讨论的日期,我们将在回复此邮件。我会尽量安排合适的时间,但如果时间冲突确实存在或是很多议题要讨论,我们会安排更多时间和多场会议来涵盖所需的讨论。
>
> 1. Event signup sheet,
>
> https://docs.google.com/spreadsheets/d/1TBawOo68GSxkjahCPNjDT3nhdCA-Jv_lG9Qf7hEy96U/edit#gid=0
>
> Thanks,
> Stephen
>


Re: HBase Meetup April 2023

2023-04-05 Thread Tak Lon (Stephen) Wu
Hi everyone,

I sent our two invitations, one for 4/12  and one for 4/19 (all of us are
still within the same day), both session will be starting at 07:30 am PDT
UTC-7

Please update the signup sheet again [1] or reply to this email directly (I
will update the sheet for you), I will put down which date has more
participants by 04/08 Sat PDT noon, and confirm the final date.

To Mallikarjun and Thibault, I don't have your email/gmail and can you
share that to me? [1]
https://docs.google.com/spreadsheets/d/1TBawOo68GSxkjahCPNjDT3nhdCA-Jv_lG9Qf7hEy96U/edit#gid=0

Thanks,
Stephen

On Thu, Mar 30, 2023 at 5:14 PM Tak Lon (Stephen) Wu 
wrote:

> Hi users/developers/friends,
>
> I’m wondering if any users, developers or anyone would be interested in a
> hybrid (physical and virtual) meetup, where the physical meetup is going to
> be hosted in the Bay area/Santa Clara/San Jose (with foods and drinks), and
> the virtual call will be a zoom call/google hangout for the people around
> the world. the session should be around 1 ~ 2 hours.
>
> Topics could be discussed over the user slack channel (we have a thread
> there already) or this email if anyone has any emerging, interesting ideas
> for the HBase community, although I have few starters in my mind
> * What are we going to do in ApacheCon/Community over the code,
> https://communityovercode.org/
> * Few recent discussions on the dev channel
>  - Review/discussion of what's in 2.6
>  - HBase on K8s
>  - HBase on Ozone integration
>  - MTLS integration
>  - HBase backup
>  - more ...
>
> If you like to participate, please signup on this google spreadsheet [1].
> Once we confirm the date, we will reply on this thread. I will try to
> accommodate everyone, but if the time conflict is real and we have many
> things to cover, we could have multiple sessions to cover people who cannot
> make it.
>
> (Chinese version)
> 大家好,我想看看有任何用户、开发人员或任何人会对举办一个非官方线上聚会感兴趣,时长大概为1或2小时。
>
> 本次聚会的目的为鼓励大家提出对 HBase 项目有任何建议,或新兴的、有趣的想法。以下为我收集的一些议题
> * ApacheCon/Community https://communityovercode.org/
> 將會於本年2023年10月舉行,我們HBASE 項目有任何參與的想法或活動嗎?
> * 最近在DEV频道上的讨论
>  - Review/discussion of what's in 2.6
>  - HBase on K8s
>  - HBase on Ozone integration
>  - MTLS integration
>  - HBase backup
>  - more ...
>
>
> 如果您有兴趣参加,请在此电子表格[1]填上你的名字和可参与日期。一旦我们确认线上讨论的日期,我们将在回复此邮件。我会尽量安排合适的时间,但如果时间冲突确实存在或是很多议题要讨论,我们会安排更多时间和多场会议来涵盖所需的讨论。
>
> 1. Event signup sheet,
>
> https://docs.google.com/spreadsheets/d/1TBawOo68GSxkjahCPNjDT3nhdCA-Jv_lG9Qf7hEy96U/edit#gid=0
>
> Thanks,
> Stephen
>


HBase Meetup April 2023

2023-03-30 Thread Tak Lon (Stephen) Wu
Hi users/developers/friends,

I’m wondering if any users, developers or anyone would be interested in a
hybrid (physical and virtual) meetup, where the physical meetup is going to
be hosted in the Bay area/Santa Clara/San Jose (with foods and drinks), and
the virtual call will be a zoom call/google hangout for the people around
the world. the session should be around 1 ~ 2 hours.

Topics could be discussed over the user slack channel (we have a thread
there already) or this email if anyone has any emerging, interesting ideas
for the HBase community, although I have few starters in my mind
* What are we going to do in ApacheCon/Community over the code,
https://communityovercode.org/
* Few recent discussions on the dev channel
 - Review/discussion of what's in 2.6
 - HBase on K8s
 - HBase on Ozone integration
 - MTLS integration
 - HBase backup
 - more ...

If you like to participate, please signup on this google spreadsheet [1].
Once we confirm the date, we will reply on this thread. I will try to
accommodate everyone, but if the time conflict is real and we have many
things to cover, we could have multiple sessions to cover people who cannot
make it.

(Chinese version)
大家好,我想看看有任何用户、开发人员或任何人会对举办一个非官方线上聚会感兴趣,时长大概为1或2小时。

本次聚会的目的为鼓励大家提出对 HBase 项目有任何建议,或新兴的、有趣的想法。以下为我收集的一些议题
* ApacheCon/Community https://communityovercode.org/
將會於本年2023年10月舉行,我們HBASE 項目有任何參與的想法或活動嗎?
* 最近在DEV频道上的讨论
 - Review/discussion of what's in 2.6
 - HBase on K8s
 - HBase on Ozone integration
 - MTLS integration
 - HBase backup
 - more ...

如果您有兴趣参加,请在此电子表格[1]填上你的名字和可参与日期。一旦我们确认线上讨论的日期,我们将在回复此邮件。我会尽量安排合适的时间,但如果时间冲突确实存在或是很多议题要讨论,我们会安排更多时间和多场会议来涵盖所需的讨论。

1. Event signup sheet,
https://docs.google.com/spreadsheets/d/1TBawOo68GSxkjahCPNjDT3nhdCA-Jv_lG9Qf7hEy96U/edit#gid=0

Thanks,
Stephen


HBase Meetup April 2023

2023-03-30 Thread Tak Lon (Stephen) Wu
Hi users/developers/friends,

I’m wondering if any users, developers or anyone would be interested in a
hybrid (physical and virtual) meetup, where the physical meetup is going to
be hosted in the Bay area/Santa Clara/San Jose (with foods and drinks), and
the virtual call will be a zoom call/google hangout for the people around
the world. the session should be around 1 ~ 2 hours.

Topics could be discussed over the user slack channel (we have a thread
there already) or this email if anyone has any emerging, interesting ideas
for the HBase community, although I have few starters in my mind
* What are we going to do in ApacheCon/Community over the code,
https://communityovercode.org/
* Few recent discussions on the dev channel
 - Review/discussion of what's in 2.6
 - HBase on K8s
 - HBase on Ozone integration
 - MTLS integration
 - HBase backup
 - more ...

If you like to participate, please signup on this google spreadsheet [1].
Once we confirm the date, we will reply on this thread. I will try to
accommodate everyone, but if the time conflict is real and we have many
things to cover, we could have multiple sessions to cover people who cannot
make it.

(Chinese version)
大家好,我想看看有任何用户、开发人员或任何人会对举办一个非官方线上聚会感兴趣,时长大概为1或2小时。

本次聚会的目的为鼓励大家提出对 HBase 项目有任何建议,或新兴的、有趣的想法。以下为我收集的一些议题
* ApacheCon/Community https://communityovercode.org/
將會於本年2023年10月舉行,我們HBASE 項目有任何參與的想法或活動嗎?
* 最近在DEV频道上的讨论
 - Review/discussion of what's in 2.6
 - HBase on K8s
 - HBase on Ozone integration
 - MTLS integration
 - HBase backup
 - more ...

如果您有兴趣参加,请在此电子表格[1]填上你的名字和可参与日期。一旦我们确认线上讨论的日期,我们将在回复此邮件。我会尽量安排合适的时间,但如果时间冲突确实存在或是很多议题要讨论,我们会安排更多时间和多场会议来涵盖所需的讨论。

1. Event signup sheet,
https://docs.google.com/spreadsheets/d/1TBawOo68GSxkjahCPNjDT3nhdCA-Jv_lG9Qf7hEy96U/edit#gid=0

Thanks,
Stephen