You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by 黑洞 <he...@foxmail.com> on 2016/01/12 09:26:42 UTC

回复: Request Mesos contributor role

欢迎,很高兴,能在此碰到同行,多多交流。
 
------------------
























https://github.com/heidsoft

Research: Cloud computing (cloud security), Big Data (data analysis)
Key-Learning: Linux / C / C + + / JAVA / Python/ R
Email: heidsoft@qq.com



 




------------------ 原始邮件 ------------------
发件人: "陈强"<ch...@qiyi.com>; 
发送时间: 2016年1月12日(星期二) 下午3:32
收件人: "dev"<de...@mesos.apache.org>; 
主题: Re: Request Mesos contributor role



Hi Tim,

My username is: chenqiang

Thanks.


On 2016年01月12日 15:16, Du, Fan wrote:
>
>
> On 2016/1/12 15:02, Timothy Chen wrote:
>> Have you created a jira user already? I searched for Du Fan and
>> couldn't find anything.
>>
>> Let me know what's your jira username.
>
> fan.du
>
> Thanks Tim.
>
>> Tim
>>
>> On Mon, Jan 11, 2016 at 10:22 PM, Du, Fan <fa...@intel.com> wrote:
>>> hi Mesos committer
>>>
>>> I want to assign myself to a JIRA issue I'm about to create,
>>> As from the 
>>> http://mesos.apache.org/documentation/latest/submitting-a-patch/
>>> Could you please add me to the Mesos contributor list?
>>>
>>> thanks a lot.
>>
>>

-- 
陈强

技术产品中心

上海市徐汇区宜山路1388号民润商务大厦6层 / 201103

6/F. Minrun Business Building, No. 1388 Yishan Road

Xuhui District, Shanghai 201103, P.R.China

爱奇艺公司

QIYI.COM,INC.

手机:+86 15900964316
电话:+86 021 5451 9520-8377
邮箱:chenqiang@qiyi.com
网址:www.iQIYI.com

Re: 答复: Request Mesos contributor role

Posted by Guangya Liu <gy...@gmail.com>.
You can also take a look at following link to get more detail:
https://github.com/apache/mesos/blob/master/docs/submitting-a-patch.md
https://github.com/apache/mesos/blob/master/docs/effective-code-reviewing.md

The last one is from OpenStack git commit, you can also take it as a
reference:
https://wiki.openstack.org/wiki/GitCommitMessages


On Fri, Jan 15, 2016 at 3:16 PM, Adam Bordelon <ad...@mesosphere.io> wrote:

> Just run `git log` or `git log --oneline` for many more examples. :)
>
> On Thu, Jan 14, 2016 at 11:15 PM, Adam Bordelon <ad...@mesosphere.io>
> wrote:
>
> > You'll need to shorten your commit summary, which is derived from the
> > 'Summary' field in ReviewBoard. You can put a longer description in the
> > 'Description' field, and it will also be included in the final commit
> > message (although not in the first line, which is restricted to 72
> chars).
> >
> > Also, since the patch's summary ends up being the commit message, please
> > phrase it in terms of what you did to fix the problem, rather than just
> > restating the problem without a solution. For example:
> > "Added timestamp to DockerContainerizer's ResourceStatistics."
> >
> > On Thu, Jan 14, 2016 at 4:36 AM, pangbingqiang <pangbingqiang@huawei.com
> >
> > wrote:
> >
> >> Thanks! Yeah, the hooks dir have a commit-msg file, so what I should do
> >> to fix this? The file line no more than 72 chars.
> >>
> >> -----邮件原件-----
> >> 发件人: Benjamin Bannier [mailto:benjamin.bannier@mesosphere.io]
> >> 发送时间: 2016年1月14日 20:20
> >> 收件人: dev@mesos.apache.org
> >> 主题: Re: Request Mesos contributor role
> >>
> >> Hi,
> >>
> >> >> Error:
> >> >> 2016-01-14 09:19:38 URL:https://reviews.apache.org/r/42288/diff/raw/
> >> >> [612/612] -> "42288.patch" [1] Total errors found: 0 Checking 1 files
> >> >> Error: Commit message summary (the first line) must not exceed 72
> >> characters.
> >> >
> >> >> my patch first line is:
> >> >> diff --git a/src/slave/containerizer/docker.cpp
> >> >> b/src/slave/containerizer/docker.cpp
> >> >
> >> >> how could I to fix this?
> >>
> >> This refers to the commit message,
> >>
> >>     Docker container REST API /monitor/statistics.json output have no
> >> timestamp field
> >>
> >> which is too long (I count 81 chars, but a hard max is put at 72 chars);
> >> the same automated check also rejects commit summaries not ending in a
> >> period `.`. Additionally, a human reviewer will likely ask you to use
> past
> >> tense (e.g., “Fixed … for …”).
> >>
> >> If you rerun `bootstrap` from the project root it should install local
> >> git hooks so that the same checks are run locally on your machine while
> you
> >> develop.
> >>
> >>
> >> HTH,
> >>
> >> Benjamin
> >>
> >
> >
>

答复: 答复: Request Mesos contributor role

Posted by pangbingqiang <pa...@huawei.com>.
Thanks, I have fix it, please rereview it. If have any problem please let me know.

-----邮件原件-----
发件人: Adam Bordelon [mailto:adam@mesosphere.io] 
发送时间: 2016年1月15日 15:17
收件人: dev
主题: Re: 答复: Request Mesos contributor role

Just run `git log` or `git log --oneline` for many more examples. :)

On Thu, Jan 14, 2016 at 11:15 PM, Adam Bordelon <ad...@mesosphere.io> wrote:

> You'll need to shorten your commit summary, which is derived from the 
> 'Summary' field in ReviewBoard. You can put a longer description in 
> the 'Description' field, and it will also be included in the final 
> commit message (although not in the first line, which is restricted to 72 chars).
>
> Also, since the patch's summary ends up being the commit message, 
> please phrase it in terms of what you did to fix the problem, rather 
> than just restating the problem without a solution. For example:
> "Added timestamp to DockerContainerizer's ResourceStatistics."
>
> On Thu, Jan 14, 2016 at 4:36 AM, pangbingqiang 
> <pa...@huawei.com>
> wrote:
>
>> Thanks! Yeah, the hooks dir have a commit-msg file, so what I should 
>> do to fix this? The file line no more than 72 chars.
>>
>> -----邮件原件-----
>> 发件人: Benjamin Bannier [mailto:benjamin.bannier@mesosphere.io]
>> 发送时间: 2016年1月14日 20:20
>> 收件人: dev@mesos.apache.org
>> 主题: Re: Request Mesos contributor role
>>
>> Hi,
>>
>> >> Error:
>> >> 2016-01-14 09:19:38 
>> >> URL:https://reviews.apache.org/r/42288/diff/raw/
>> >> [612/612] -> "42288.patch" [1] Total errors found: 0 Checking 1 
>> >> files
>> >> Error: Commit message summary (the first line) must not exceed 72
>> characters.
>> >
>> >> my patch first line is:
>> >> diff --git a/src/slave/containerizer/docker.cpp
>> >> b/src/slave/containerizer/docker.cpp
>> >
>> >> how could I to fix this?
>>
>> This refers to the commit message,
>>
>>     Docker container REST API /monitor/statistics.json output have no 
>> timestamp field
>>
>> which is too long (I count 81 chars, but a hard max is put at 72 
>> chars); the same automated check also rejects commit summaries not 
>> ending in a period `.`. Additionally, a human reviewer will likely 
>> ask you to use past tense (e.g., “Fixed … for …”).
>>
>> If you rerun `bootstrap` from the project root it should install 
>> local git hooks so that the same checks are run locally on your 
>> machine while you develop.
>>
>>
>> HTH,
>>
>> Benjamin
>>
>
>

答复: 答复: Request Mesos contributor role

Posted by pangbingqiang <pa...@huawei.com>.
Hi,all:
  I have fix the Review Request #42288,please take a time to review, If have any question please me know.
  https://reviews.apache.org/r/42288/


-----邮件原件-----
发件人: pangbingqiang 
发送时间: 2016年1月22日 11:40
收件人: 'dev@mesos.apache.org'
主题: 答复: 答复: Request Mesos contributor role

Thanks, I have fix it, please review it. If have any problem please let me know.

-----邮件原件-----
发件人: pangbingqiang
发送时间: 2016年1月21日 12:24
收件人: dev
主题: 答复: 答复: Request Mesos contributor role

Thanks, I have fix it, please rereview it. If have any problem please let me know.

-----邮件原件-----
发件人: Adam Bordelon [mailto:adam@mesosphere.io]
发送时间: 2016年1月15日 15:17
收件人: dev
主题: Re: 答复: Request Mesos contributor role

Just run `git log` or `git log --oneline` for many more examples. :)

On Thu, Jan 14, 2016 at 11:15 PM, Adam Bordelon <ad...@mesosphere.io> wrote:

> You'll need to shorten your commit summary, which is derived from the 
> 'Summary' field in ReviewBoard. You can put a longer description in 
> the 'Description' field, and it will also be included in the final 
> commit message (although not in the first line, which is restricted to 72 chars).
>
> Also, since the patch's summary ends up being the commit message, 
> please phrase it in terms of what you did to fix the problem, rather 
> than just restating the problem without a solution. For example:
> "Added timestamp to DockerContainerizer's ResourceStatistics."
>
> On Thu, Jan 14, 2016 at 4:36 AM, pangbingqiang 
> <pa...@huawei.com>
> wrote:
>
>> Thanks! Yeah, the hooks dir have a commit-msg file, so what I should 
>> do to fix this? The file line no more than 72 chars.
>>
>> -----邮件原件-----
>> 发件人: Benjamin Bannier [mailto:benjamin.bannier@mesosphere.io]
>> 发送时间: 2016年1月14日 20:20
>> 收件人: dev@mesos.apache.org
>> 主题: Re: Request Mesos contributor role
>>
>> Hi,
>>
>> >> Error:
>> >> 2016-01-14 09:19:38
>> >> URL:https://reviews.apache.org/r/42288/diff/raw/
>> >> [612/612] -> "42288.patch" [1] Total errors found: 0 Checking 1 
>> >> files
>> >> Error: Commit message summary (the first line) must not exceed 72
>> characters.
>> >
>> >> my patch first line is:
>> >> diff --git a/src/slave/containerizer/docker.cpp
>> >> b/src/slave/containerizer/docker.cpp
>> >
>> >> how could I to fix this?
>>
>> This refers to the commit message,
>>
>>     Docker container REST API /monitor/statistics.json output have no 
>> timestamp field
>>
>> which is too long (I count 81 chars, but a hard max is put at 72 
>> chars); the same automated check also rejects commit summaries not 
>> ending in a period `.`. Additionally, a human reviewer will likely 
>> ask you to use past tense (e.g., “Fixed … for …”).
>>
>> If you rerun `bootstrap` from the project root it should install 
>> local git hooks so that the same checks are run locally on your 
>> machine while you develop.
>>
>>
>> HTH,
>>
>> Benjamin
>>
>
>

答复: 答复: Request Mesos contributor role

Posted by pangbingqiang <pa...@huawei.com>.
Thanks, I have fix it, please review it. If have any problem please let me know.

-----邮件原件-----
发件人: pangbingqiang 
发送时间: 2016年1月21日 12:24
收件人: dev
主题: 答复: 答复: Request Mesos contributor role

Thanks, I have fix it, please rereview it. If have any problem please let me know.

-----邮件原件-----
发件人: Adam Bordelon [mailto:adam@mesosphere.io]
发送时间: 2016年1月15日 15:17
收件人: dev
主题: Re: 答复: Request Mesos contributor role

Just run `git log` or `git log --oneline` for many more examples. :)

On Thu, Jan 14, 2016 at 11:15 PM, Adam Bordelon <ad...@mesosphere.io> wrote:

> You'll need to shorten your commit summary, which is derived from the 
> 'Summary' field in ReviewBoard. You can put a longer description in 
> the 'Description' field, and it will also be included in the final 
> commit message (although not in the first line, which is restricted to 72 chars).
>
> Also, since the patch's summary ends up being the commit message, 
> please phrase it in terms of what you did to fix the problem, rather 
> than just restating the problem without a solution. For example:
> "Added timestamp to DockerContainerizer's ResourceStatistics."
>
> On Thu, Jan 14, 2016 at 4:36 AM, pangbingqiang 
> <pa...@huawei.com>
> wrote:
>
>> Thanks! Yeah, the hooks dir have a commit-msg file, so what I should 
>> do to fix this? The file line no more than 72 chars.
>>
>> -----邮件原件-----
>> 发件人: Benjamin Bannier [mailto:benjamin.bannier@mesosphere.io]
>> 发送时间: 2016年1月14日 20:20
>> 收件人: dev@mesos.apache.org
>> 主题: Re: Request Mesos contributor role
>>
>> Hi,
>>
>> >> Error:
>> >> 2016-01-14 09:19:38
>> >> URL:https://reviews.apache.org/r/42288/diff/raw/
>> >> [612/612] -> "42288.patch" [1] Total errors found: 0 Checking 1 
>> >> files
>> >> Error: Commit message summary (the first line) must not exceed 72
>> characters.
>> >
>> >> my patch first line is:
>> >> diff --git a/src/slave/containerizer/docker.cpp
>> >> b/src/slave/containerizer/docker.cpp
>> >
>> >> how could I to fix this?
>>
>> This refers to the commit message,
>>
>>     Docker container REST API /monitor/statistics.json output have no 
>> timestamp field
>>
>> which is too long (I count 81 chars, but a hard max is put at 72 
>> chars); the same automated check also rejects commit summaries not 
>> ending in a period `.`. Additionally, a human reviewer will likely 
>> ask you to use past tense (e.g., “Fixed … for …”).
>>
>> If you rerun `bootstrap` from the project root it should install 
>> local git hooks so that the same checks are run locally on your 
>> machine while you develop.
>>
>>
>> HTH,
>>
>> Benjamin
>>
>
>

Re: 答复: Request Mesos contributor role

Posted by Adam Bordelon <ad...@mesosphere.io>.
Just run `git log` or `git log --oneline` for many more examples. :)

On Thu, Jan 14, 2016 at 11:15 PM, Adam Bordelon <ad...@mesosphere.io> wrote:

> You'll need to shorten your commit summary, which is derived from the
> 'Summary' field in ReviewBoard. You can put a longer description in the
> 'Description' field, and it will also be included in the final commit
> message (although not in the first line, which is restricted to 72 chars).
>
> Also, since the patch's summary ends up being the commit message, please
> phrase it in terms of what you did to fix the problem, rather than just
> restating the problem without a solution. For example:
> "Added timestamp to DockerContainerizer's ResourceStatistics."
>
> On Thu, Jan 14, 2016 at 4:36 AM, pangbingqiang <pa...@huawei.com>
> wrote:
>
>> Thanks! Yeah, the hooks dir have a commit-msg file, so what I should do
>> to fix this? The file line no more than 72 chars.
>>
>> -----邮件原件-----
>> 发件人: Benjamin Bannier [mailto:benjamin.bannier@mesosphere.io]
>> 发送时间: 2016年1月14日 20:20
>> 收件人: dev@mesos.apache.org
>> 主题: Re: Request Mesos contributor role
>>
>> Hi,
>>
>> >> Error:
>> >> 2016-01-14 09:19:38 URL:https://reviews.apache.org/r/42288/diff/raw/
>> >> [612/612] -> "42288.patch" [1] Total errors found: 0 Checking 1 files
>> >> Error: Commit message summary (the first line) must not exceed 72
>> characters.
>> >
>> >> my patch first line is:
>> >> diff --git a/src/slave/containerizer/docker.cpp
>> >> b/src/slave/containerizer/docker.cpp
>> >
>> >> how could I to fix this?
>>
>> This refers to the commit message,
>>
>>     Docker container REST API /monitor/statistics.json output have no
>> timestamp field
>>
>> which is too long (I count 81 chars, but a hard max is put at 72 chars);
>> the same automated check also rejects commit summaries not ending in a
>> period `.`. Additionally, a human reviewer will likely ask you to use past
>> tense (e.g., “Fixed … for …”).
>>
>> If you rerun `bootstrap` from the project root it should install local
>> git hooks so that the same checks are run locally on your machine while you
>> develop.
>>
>>
>> HTH,
>>
>> Benjamin
>>
>
>

Re: 答复: Request Mesos contributor role

Posted by Adam Bordelon <ad...@mesosphere.io>.
You'll need to shorten your commit summary, which is derived from the
'Summary' field in ReviewBoard. You can put a longer description in the
'Description' field, and it will also be included in the final commit
message (although not in the first line, which is restricted to 72 chars).

Also, since the patch's summary ends up being the commit message, please
phrase it in terms of what you did to fix the problem, rather than just
restating the problem without a solution. For example:
"Added timestamp to DockerContainerizer's ResourceStatistics."

On Thu, Jan 14, 2016 at 4:36 AM, pangbingqiang <pa...@huawei.com>
wrote:

> Thanks! Yeah, the hooks dir have a commit-msg file, so what I should do to
> fix this? The file line no more than 72 chars.
>
> -----邮件原件-----
> 发件人: Benjamin Bannier [mailto:benjamin.bannier@mesosphere.io]
> 发送时间: 2016年1月14日 20:20
> 收件人: dev@mesos.apache.org
> 主题: Re: Request Mesos contributor role
>
> Hi,
>
> >> Error:
> >> 2016-01-14 09:19:38 URL:https://reviews.apache.org/r/42288/diff/raw/
> >> [612/612] -> "42288.patch" [1] Total errors found: 0 Checking 1 files
> >> Error: Commit message summary (the first line) must not exceed 72
> characters.
> >
> >> my patch first line is:
> >> diff --git a/src/slave/containerizer/docker.cpp
> >> b/src/slave/containerizer/docker.cpp
> >
> >> how could I to fix this?
>
> This refers to the commit message,
>
>     Docker container REST API /monitor/statistics.json output have no
> timestamp field
>
> which is too long (I count 81 chars, but a hard max is put at 72 chars);
> the same automated check also rejects commit summaries not ending in a
> period `.`. Additionally, a human reviewer will likely ask you to use past
> tense (e.g., “Fixed … for …”).
>
> If you rerun `bootstrap` from the project root it should install local git
> hooks so that the same checks are run locally on your machine while you
> develop.
>
>
> HTH,
>
> Benjamin
>

答复: Request Mesos contributor role

Posted by pangbingqiang <pa...@huawei.com>.
Thanks! Yeah, the hooks dir have a commit-msg file, so what I should do to fix this? The file line no more than 72 chars.

-----邮件原件-----
发件人: Benjamin Bannier [mailto:benjamin.bannier@mesosphere.io] 
发送时间: 2016年1月14日 20:20
收件人: dev@mesos.apache.org
主题: Re: Request Mesos contributor role

Hi,

>> Error:
>> 2016-01-14 09:19:38 URL:https://reviews.apache.org/r/42288/diff/raw/ 
>> [612/612] -> "42288.patch" [1] Total errors found: 0 Checking 1 files
>> Error: Commit message summary (the first line) must not exceed 72 characters.
> 
>> my patch first line is:
>> diff --git a/src/slave/containerizer/docker.cpp 
>> b/src/slave/containerizer/docker.cpp
> 
>> how could I to fix this?

This refers to the commit message,

    Docker container REST API /monitor/statistics.json output have no timestamp field

which is too long (I count 81 chars, but a hard max is put at 72 chars); the same automated check also rejects commit summaries not ending in a period `.`. Additionally, a human reviewer will likely ask you to use past tense (e.g., “Fixed … for …”).

If you rerun `bootstrap` from the project root it should install local git hooks so that the same checks are run locally on your machine while you develop.


HTH,

Benjamin

Re: Request Mesos contributor role

Posted by Benjamin Bannier <be...@mesosphere.io>.
Hi,

>> Error:
>> 2016-01-14 09:19:38 URL:https://reviews.apache.org/r/42288/diff/raw/ [612/612] -> "42288.patch" [1]
>> Total errors found: 0
>> Checking 1 files
>> Error: Commit message summary (the first line) must not exceed 72 characters.
> 
>> my patch first line is:
>> diff --git a/src/slave/containerizer/docker.cpp b/src/slave/containerizer/docker.cpp
> 
>> how could I to fix this?

This refers to the commit message,

    Docker container REST API /monitor/statistics.json output have no timestamp field

which is too long (I count 81 chars, but a hard max is put at 72 chars); the same automated check also rejects commit summaries not ending in a period `.`. Additionally, a human reviewer will likely ask you to use past tense (e.g., “Fixed … for …”).

If you rerun `bootstrap` from the project root it should install local git hooks so that the same checks are run locally on your machine while you develop.


HTH,

Benjamin

答复: 回复: Request Mesos contributor role

Posted by pangbingqiang <pa...@huawei.com>.
> I submit a patch in ReviewBoard,MesosReview's reply is:
> Bad patch!

> Reviews applied: [42288]

> Failed command: ./support/apply-review.sh -n -r 42288

> Error:
> 2016-01-14 09:19:38 URL:https://reviews.apache.org/r/42288/diff/raw/ [612/612] -> "42288.patch" [1]
> Total errors found: 0
> Checking 1 files
> Error: Commit message summary (the first line) must not exceed 72 characters.

> my patch first line is:
> diff --git a/src/slave/containerizer/docker.cpp b/src/slave/containerizer/docker.cpp

> how could I to fix this?

Re: 回复: Request Mesos contributor role

Posted by X Brick <ng...@gmail.com>.
黑洞和Klaus Ma, 我已经有你俩的微信了!XuLei @ Qunar, keep in touch :)


2016-01-14 6:30 GMT+08:00 Adam Bordelon <ad...@mesosphere.io>:

> I just added AndyPang and chenqiang as Mesos contributors. Now tickets can
> be assigned to you.
> Did we miss anybody else?
>
> On Wed, Jan 13, 2016 at 1:31 AM, Alex Rukletsov <al...@mesosphere.com>
> wrote:
>
> > No worries! It's always good to have some buddies in the community.
> >
> > On Wed, Jan 13, 2016 at 10:28 AM, 陈强 <ch...@qiyi.com> wrote:
> > > Hi Alex,
> > >
> > > Please ignore the greetings to local developers:-) ,
> > > Actually, I made a mistake to send it to all, sorry for any
> > inconvenience.
> > >
> > >
> > > On 2016年01月13日 17:17, Alex Rukletsov wrote:
> > >>
> > >> Could a native speaker please translate it into English?
> > >>
> > >> On Wed, Jan 13, 2016 at 9:25 AM, Klaus Ma <kl...@gmail.com>
> > wrote:
> > >>>
> > >>> 多多沟通 :).
> > >>>
> > >>> ----
> > >>> Da (Klaus), Ma (马达) | PMP® | Advisory Software Engineer
> > >>> Platform OpenSource Technology, STG, IBM GCG
> > >>> +86-10-8245 4084 | klaus1982.cn@gmail.com | http://k82.me
> > >>>
> > >>> On Wed, Jan 13, 2016 at 4:22 PM, 陈强 <ch...@qiyi.com> wrote:
> > >>>
> > >>>> 哈哈,多谢!以后有问题可以一起讨论,沟通。
> > >>>>
> > >>>> On 2016年01月12日 16:26, 黑洞 wrote:
> > >>>>
> > >>>>> 欢迎,很高兴,能在此碰到同行,多多交流。
> > >>>>>    ------------------
> > >>>>>
> > >>>>>
> > >>>>>
> > >>>>>
> > >>>>>
> > >>>>>
> > >>>>>
> > >>>>>
> > >>>>>
> > >>>>>
> > >>>>>
> > >>>>>
> > >>>>>
> > >>>>>
> > >>>>>
> > >>>>>
> > >>>>>
> > >>>>>
> > >>>>>
> > >>>>>
> > >>>>>
> > >>>>>
> > >>>>>
> > >>>>>
> > >>>>> https://github.com/heidsoft
> > >>>>>
> > >>>>> Research: Cloud computing (cloud security), Big Data (data
> analysis)
> > >>>>> Key-Learning: Linux / C / C + + / JAVA / Python/ R
> > >>>>> Email: heidsoft@qq.com
> > >>>>>
> > >>>>>
> > >>>>>
> > >>>>>
> > >>>>>
> > >>>>>
> > >>>>>
> > >>>>> ------------------ 原始邮件 ------------------
> > >>>>> 发件人: "陈强"<ch...@qiyi.com>;
> > >>>>> 发送时间: 2016年1月12日(星期二) 下午3:32
> > >>>>> 收件人: "dev"<de...@mesos.apache.org>;
> > >>>>> 主题: Re: Request Mesos contributor role
> > >>>>>
> > >>>>>
> > >>>>>
> > >>>>> Hi Tim,
> > >>>>>
> > >>>>> My username is: chenqiang
> > >>>>>
> > >>>>> Thanks.
> > >>>>>
> > >>>>>
> > >>>>> On 2016年01月12日 15:16, Du, Fan wrote:
> > >>>>>
> > >>>>>> On 2016/1/12 15:02, Timothy Chen wrote:
> > >>>>>>
> > >>>>>>> Have you created a jira user already? I searched for Du Fan and
> > >>>>>>> couldn't find anything.
> > >>>>>>>
> > >>>>>>> Let me know what's your jira username.
> > >>>>>>>
> > >>>>>> fan.du
> > >>>>>>
> > >>>>>> Thanks Tim.
> > >>>>>>
> > >>>>>> Tim
> > >>>>>>>
> > >>>>>>> On Mon, Jan 11, 2016 at 10:22 PM, Du, Fan <fa...@intel.com>
> > wrote:
> > >>>>>>>
> > >>>>>>>> hi Mesos committer
> > >>>>>>>>
> > >>>>>>>> I want to assign myself to a JIRA issue I'm about to create,
> > >>>>>>>> As from the
> > >>>>>>>>
> http://mesos.apache.org/documentation/latest/submitting-a-patch/
> > >>>>>>>> Could you please add me to the Mesos contributor list?
> > >>>>>>>>
> > >>>>>>>> thanks a lot.
> > >>>>>>>>
> > >>>>>>>
> > >>>> --
> > >>>> 陈强
> > >>>>
> > >>>> 技术产品中心
> > >>>>
> > >>>> 上海市徐汇区宜山路1388号民润商务大厦6层 / 201103
> > >>>>
> > >>>> 6/F. Minrun Business Building, No. 1388 Yishan Road
> > >>>>
> > >>>> Xuhui District, Shanghai 201103, P.R.China
> > >>>>
> > >>>> 爱奇艺公司
> > >>>>
> > >>>> QIYI.COM,INC.
> > >>>>
> > >>>> 手机:+86 15900964316
> > >>>> 电话:+86 021 5451 9520-8377
> > >>>> 邮箱:chenqiang@qiyi.com
> > >>>> 网址:www.iQIYI.com
> > >>>>
> > >>>>
> > >
> > > --
> > > 陈强
> > >
> > > 技术产品中心
> > >
> > > 上海市徐汇区宜山路1388号民润商务大厦6层 / 201103
> > >
> > > 6/F. Minrun Business Building, No. 1388 Yishan Road
> > >
> > > Xuhui District, Shanghai 201103, P.R.China
> > >
> > > 爱奇艺公司
> > >
> > > QIYI.COM,INC.
> > >
> > > 手机:+86 15900964316
> > > 电话:+86 021 5451 9520-8377
> > > 邮箱:chenqiang@qiyi.com
> > > 网址:www.iQIYI.com
> > >
> >
>

Re: 回复: Request Mesos contributor role

Posted by Adam Bordelon <ad...@mesosphere.io>.
I just added AndyPang and chenqiang as Mesos contributors. Now tickets can
be assigned to you.
Did we miss anybody else?

On Wed, Jan 13, 2016 at 1:31 AM, Alex Rukletsov <al...@mesosphere.com> wrote:

> No worries! It's always good to have some buddies in the community.
>
> On Wed, Jan 13, 2016 at 10:28 AM, 陈强 <ch...@qiyi.com> wrote:
> > Hi Alex,
> >
> > Please ignore the greetings to local developers:-) ,
> > Actually, I made a mistake to send it to all, sorry for any
> inconvenience.
> >
> >
> > On 2016年01月13日 17:17, Alex Rukletsov wrote:
> >>
> >> Could a native speaker please translate it into English?
> >>
> >> On Wed, Jan 13, 2016 at 9:25 AM, Klaus Ma <kl...@gmail.com>
> wrote:
> >>>
> >>> 多多沟通 :).
> >>>
> >>> ----
> >>> Da (Klaus), Ma (马达) | PMP® | Advisory Software Engineer
> >>> Platform OpenSource Technology, STG, IBM GCG
> >>> +86-10-8245 4084 | klaus1982.cn@gmail.com | http://k82.me
> >>>
> >>> On Wed, Jan 13, 2016 at 4:22 PM, 陈强 <ch...@qiyi.com> wrote:
> >>>
> >>>> 哈哈,多谢!以后有问题可以一起讨论,沟通。
> >>>>
> >>>> On 2016年01月12日 16:26, 黑洞 wrote:
> >>>>
> >>>>> 欢迎,很高兴,能在此碰到同行,多多交流。
> >>>>>    ------------------
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>> https://github.com/heidsoft
> >>>>>
> >>>>> Research: Cloud computing (cloud security), Big Data (data analysis)
> >>>>> Key-Learning: Linux / C / C + + / JAVA / Python/ R
> >>>>> Email: heidsoft@qq.com
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>> ------------------ 原始邮件 ------------------
> >>>>> 发件人: "陈强"<ch...@qiyi.com>;
> >>>>> 发送时间: 2016年1月12日(星期二) 下午3:32
> >>>>> 收件人: "dev"<de...@mesos.apache.org>;
> >>>>> 主题: Re: Request Mesos contributor role
> >>>>>
> >>>>>
> >>>>>
> >>>>> Hi Tim,
> >>>>>
> >>>>> My username is: chenqiang
> >>>>>
> >>>>> Thanks.
> >>>>>
> >>>>>
> >>>>> On 2016年01月12日 15:16, Du, Fan wrote:
> >>>>>
> >>>>>> On 2016/1/12 15:02, Timothy Chen wrote:
> >>>>>>
> >>>>>>> Have you created a jira user already? I searched for Du Fan and
> >>>>>>> couldn't find anything.
> >>>>>>>
> >>>>>>> Let me know what's your jira username.
> >>>>>>>
> >>>>>> fan.du
> >>>>>>
> >>>>>> Thanks Tim.
> >>>>>>
> >>>>>> Tim
> >>>>>>>
> >>>>>>> On Mon, Jan 11, 2016 at 10:22 PM, Du, Fan <fa...@intel.com>
> wrote:
> >>>>>>>
> >>>>>>>> hi Mesos committer
> >>>>>>>>
> >>>>>>>> I want to assign myself to a JIRA issue I'm about to create,
> >>>>>>>> As from the
> >>>>>>>> http://mesos.apache.org/documentation/latest/submitting-a-patch/
> >>>>>>>> Could you please add me to the Mesos contributor list?
> >>>>>>>>
> >>>>>>>> thanks a lot.
> >>>>>>>>
> >>>>>>>
> >>>> --
> >>>> 陈强
> >>>>
> >>>> 技术产品中心
> >>>>
> >>>> 上海市徐汇区宜山路1388号民润商务大厦6层 / 201103
> >>>>
> >>>> 6/F. Minrun Business Building, No. 1388 Yishan Road
> >>>>
> >>>> Xuhui District, Shanghai 201103, P.R.China
> >>>>
> >>>> 爱奇艺公司
> >>>>
> >>>> QIYI.COM,INC.
> >>>>
> >>>> 手机:+86 15900964316
> >>>> 电话:+86 021 5451 9520-8377
> >>>> 邮箱:chenqiang@qiyi.com
> >>>> 网址:www.iQIYI.com
> >>>>
> >>>>
> >
> > --
> > 陈强
> >
> > 技术产品中心
> >
> > 上海市徐汇区宜山路1388号民润商务大厦6层 / 201103
> >
> > 6/F. Minrun Business Building, No. 1388 Yishan Road
> >
> > Xuhui District, Shanghai 201103, P.R.China
> >
> > 爱奇艺公司
> >
> > QIYI.COM,INC.
> >
> > 手机:+86 15900964316
> > 电话:+86 021 5451 9520-8377
> > 邮箱:chenqiang@qiyi.com
> > 网址:www.iQIYI.com
> >
>

Re: 回复: Request Mesos contributor role

Posted by Alex Rukletsov <al...@mesosphere.com>.
No worries! It's always good to have some buddies in the community.

On Wed, Jan 13, 2016 at 10:28 AM, 陈强 <ch...@qiyi.com> wrote:
> Hi Alex,
>
> Please ignore the greetings to local developers:-) ,
> Actually, I made a mistake to send it to all, sorry for any inconvenience.
>
>
> On 2016年01月13日 17:17, Alex Rukletsov wrote:
>>
>> Could a native speaker please translate it into English?
>>
>> On Wed, Jan 13, 2016 at 9:25 AM, Klaus Ma <kl...@gmail.com> wrote:
>>>
>>> 多多沟通 :).
>>>
>>> ----
>>> Da (Klaus), Ma (马达) | PMP® | Advisory Software Engineer
>>> Platform OpenSource Technology, STG, IBM GCG
>>> +86-10-8245 4084 | klaus1982.cn@gmail.com | http://k82.me
>>>
>>> On Wed, Jan 13, 2016 at 4:22 PM, 陈强 <ch...@qiyi.com> wrote:
>>>
>>>> 哈哈,多谢!以后有问题可以一起讨论,沟通。
>>>>
>>>> On 2016年01月12日 16:26, 黑洞 wrote:
>>>>
>>>>> 欢迎,很高兴,能在此碰到同行,多多交流。
>>>>>    ------------------
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> https://github.com/heidsoft
>>>>>
>>>>> Research: Cloud computing (cloud security), Big Data (data analysis)
>>>>> Key-Learning: Linux / C / C + + / JAVA / Python/ R
>>>>> Email: heidsoft@qq.com
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> ------------------ 原始邮件 ------------------
>>>>> 发件人: "陈强"<ch...@qiyi.com>;
>>>>> 发送时间: 2016年1月12日(星期二) 下午3:32
>>>>> 收件人: "dev"<de...@mesos.apache.org>;
>>>>> 主题: Re: Request Mesos contributor role
>>>>>
>>>>>
>>>>>
>>>>> Hi Tim,
>>>>>
>>>>> My username is: chenqiang
>>>>>
>>>>> Thanks.
>>>>>
>>>>>
>>>>> On 2016年01月12日 15:16, Du, Fan wrote:
>>>>>
>>>>>> On 2016/1/12 15:02, Timothy Chen wrote:
>>>>>>
>>>>>>> Have you created a jira user already? I searched for Du Fan and
>>>>>>> couldn't find anything.
>>>>>>>
>>>>>>> Let me know what's your jira username.
>>>>>>>
>>>>>> fan.du
>>>>>>
>>>>>> Thanks Tim.
>>>>>>
>>>>>> Tim
>>>>>>>
>>>>>>> On Mon, Jan 11, 2016 at 10:22 PM, Du, Fan <fa...@intel.com> wrote:
>>>>>>>
>>>>>>>> hi Mesos committer
>>>>>>>>
>>>>>>>> I want to assign myself to a JIRA issue I'm about to create,
>>>>>>>> As from the
>>>>>>>> http://mesos.apache.org/documentation/latest/submitting-a-patch/
>>>>>>>> Could you please add me to the Mesos contributor list?
>>>>>>>>
>>>>>>>> thanks a lot.
>>>>>>>>
>>>>>>>
>>>> --
>>>> 陈强
>>>>
>>>> 技术产品中心
>>>>
>>>> 上海市徐汇区宜山路1388号民润商务大厦6层 / 201103
>>>>
>>>> 6/F. Minrun Business Building, No. 1388 Yishan Road
>>>>
>>>> Xuhui District, Shanghai 201103, P.R.China
>>>>
>>>> 爱奇艺公司
>>>>
>>>> QIYI.COM,INC.
>>>>
>>>> 手机:+86 15900964316
>>>> 电话:+86 021 5451 9520-8377
>>>> 邮箱:chenqiang@qiyi.com
>>>> 网址:www.iQIYI.com
>>>>
>>>>
>
> --
> 陈强
>
> 技术产品中心
>
> 上海市徐汇区宜山路1388号民润商务大厦6层 / 201103
>
> 6/F. Minrun Business Building, No. 1388 Yishan Road
>
> Xuhui District, Shanghai 201103, P.R.China
>
> 爱奇艺公司
>
> QIYI.COM,INC.
>
> 手机:+86 15900964316
> 电话:+86 021 5451 9520-8377
> 邮箱:chenqiang@qiyi.com
> 网址:www.iQIYI.com
>

Re: 回复: Request Mesos contributor role

Posted by 陈强 <ch...@qiyi.com>.
Hi Alex,

Please ignore the greetings to local developers:-) ,
Actually, I made a mistake to send it to all, sorry for any inconvenience.

On 2016年01月13日 17:17, Alex Rukletsov wrote:
> Could a native speaker please translate it into English?
>
> On Wed, Jan 13, 2016 at 9:25 AM, Klaus Ma <kl...@gmail.com> wrote:
>> 多多沟通 :).
>>
>> ----
>> Da (Klaus), Ma (马达) | PMP® | Advisory Software Engineer
>> Platform OpenSource Technology, STG, IBM GCG
>> +86-10-8245 4084 | klaus1982.cn@gmail.com | http://k82.me
>>
>> On Wed, Jan 13, 2016 at 4:22 PM, 陈强 <ch...@qiyi.com> wrote:
>>
>>> 哈哈,多谢!以后有问题可以一起讨论,沟通。
>>>
>>> On 2016年01月12日 16:26, 黑洞 wrote:
>>>
>>>> 欢迎,很高兴,能在此碰到同行,多多交流。
>>>>    ------------------
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> https://github.com/heidsoft
>>>>
>>>> Research: Cloud computing (cloud security), Big Data (data analysis)
>>>> Key-Learning: Linux / C / C + + / JAVA / Python/ R
>>>> Email: heidsoft@qq.com
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> ------------------ 原始邮件 ------------------
>>>> 发件人: "陈强"<ch...@qiyi.com>;
>>>> 发送时间: 2016年1月12日(星期二) 下午3:32
>>>> 收件人: "dev"<de...@mesos.apache.org>;
>>>> 主题: Re: Request Mesos contributor role
>>>>
>>>>
>>>>
>>>> Hi Tim,
>>>>
>>>> My username is: chenqiang
>>>>
>>>> Thanks.
>>>>
>>>>
>>>> On 2016年01月12日 15:16, Du, Fan wrote:
>>>>
>>>>> On 2016/1/12 15:02, Timothy Chen wrote:
>>>>>
>>>>>> Have you created a jira user already? I searched for Du Fan and
>>>>>> couldn't find anything.
>>>>>>
>>>>>> Let me know what's your jira username.
>>>>>>
>>>>> fan.du
>>>>>
>>>>> Thanks Tim.
>>>>>
>>>>> Tim
>>>>>> On Mon, Jan 11, 2016 at 10:22 PM, Du, Fan <fa...@intel.com> wrote:
>>>>>>
>>>>>>> hi Mesos committer
>>>>>>>
>>>>>>> I want to assign myself to a JIRA issue I'm about to create,
>>>>>>> As from the
>>>>>>> http://mesos.apache.org/documentation/latest/submitting-a-patch/
>>>>>>> Could you please add me to the Mesos contributor list?
>>>>>>>
>>>>>>> thanks a lot.
>>>>>>>
>>>>>>
>>> --
>>> 陈强
>>>
>>> 技术产品中心
>>>
>>> 上海市徐汇区宜山路1388号民润商务大厦6层 / 201103
>>>
>>> 6/F. Minrun Business Building, No. 1388 Yishan Road
>>>
>>> Xuhui District, Shanghai 201103, P.R.China
>>>
>>> 爱奇艺公司
>>>
>>> QIYI.COM,INC.
>>>
>>> 手机:+86 15900964316
>>> 电话:+86 021 5451 9520-8377
>>> 邮箱:chenqiang@qiyi.com
>>> 网址:www.iQIYI.com
>>>
>>>

-- 
陈强

技术产品中心

上海市徐汇区宜山路1388号民润商务大厦6层 / 201103

6/F. Minrun Business Building, No. 1388 Yishan Road

Xuhui District, Shanghai 201103, P.R.China

爱奇艺公司

QIYI.COM,INC.

手机:+86 15900964316
电话:+86 021 5451 9520-8377
邮箱:chenqiang@qiyi.com
网址:www.iQIYI.com


Re: 回复: Request Mesos contributor role

Posted by Klaus Ma <kl...@gmail.com>.
Sorry for the inconvenience :). Beside add contributor's request in
English, the other are something like "Hi", "Keep in touch" ...

----
Da (Klaus), Ma (马达) | PMP® | Advisory Software Engineer
Platform OpenSource Technology, STG, IBM GCG
+86-10-8245 4084 | klaus1982.cn@gmail.com | http://k82.me

On Wed, Jan 13, 2016 at 5:17 PM, Alex Rukletsov <al...@mesosphere.com> wrote:

> Could a native speaker please translate it into English?
>
> On Wed, Jan 13, 2016 at 9:25 AM, Klaus Ma <kl...@gmail.com> wrote:
> > 多多沟通 :).
> >
> > ----
> > Da (Klaus), Ma (马达) | PMP® | Advisory Software Engineer
> > Platform OpenSource Technology, STG, IBM GCG
> > +86-10-8245 4084 | klaus1982.cn@gmail.com | http://k82.me
> >
> > On Wed, Jan 13, 2016 at 4:22 PM, 陈强 <ch...@qiyi.com> wrote:
> >
> >> 哈哈,多谢!以后有问题可以一起讨论,沟通。
> >>
> >> On 2016年01月12日 16:26, 黑洞 wrote:
> >>
> >>> 欢迎,很高兴,能在此碰到同行,多多交流。
> >>>   ------------------
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>> https://github.com/heidsoft
> >>>
> >>> Research: Cloud computing (cloud security), Big Data (data analysis)
> >>> Key-Learning: Linux / C / C + + / JAVA / Python/ R
> >>> Email: heidsoft@qq.com
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>> ------------------ 原始邮件 ------------------
> >>> 发件人: "陈强"<ch...@qiyi.com>;
> >>> 发送时间: 2016年1月12日(星期二) 下午3:32
> >>> 收件人: "dev"<de...@mesos.apache.org>;
> >>> 主题: Re: Request Mesos contributor role
> >>>
> >>>
> >>>
> >>> Hi Tim,
> >>>
> >>> My username is: chenqiang
> >>>
> >>> Thanks.
> >>>
> >>>
> >>> On 2016年01月12日 15:16, Du, Fan wrote:
> >>>
> >>>>
> >>>> On 2016/1/12 15:02, Timothy Chen wrote:
> >>>>
> >>>>> Have you created a jira user already? I searched for Du Fan and
> >>>>> couldn't find anything.
> >>>>>
> >>>>> Let me know what's your jira username.
> >>>>>
> >>>> fan.du
> >>>>
> >>>> Thanks Tim.
> >>>>
> >>>> Tim
> >>>>>
> >>>>> On Mon, Jan 11, 2016 at 10:22 PM, Du, Fan <fa...@intel.com> wrote:
> >>>>>
> >>>>>> hi Mesos committer
> >>>>>>
> >>>>>> I want to assign myself to a JIRA issue I'm about to create,
> >>>>>> As from the
> >>>>>> http://mesos.apache.org/documentation/latest/submitting-a-patch/
> >>>>>> Could you please add me to the Mesos contributor list?
> >>>>>>
> >>>>>> thanks a lot.
> >>>>>>
> >>>>>
> >>>>>
> >> --
> >> 陈强
> >>
> >> 技术产品中心
> >>
> >> 上海市徐汇区宜山路1388号民润商务大厦6层 / 201103
> >>
> >> 6/F. Minrun Business Building, No. 1388 Yishan Road
> >>
> >> Xuhui District, Shanghai 201103, P.R.China
> >>
> >> 爱奇艺公司
> >>
> >> QIYI.COM,INC.
> >>
> >> 手机:+86 15900964316
> >> 电话:+86 021 5451 9520-8377
> >> 邮箱:chenqiang@qiyi.com
> >> 网址:www.iQIYI.com
> >>
> >>
>

Re: 回复: Request Mesos contributor role

Posted by Alex Rukletsov <al...@mesosphere.com>.
Could a native speaker please translate it into English?

On Wed, Jan 13, 2016 at 9:25 AM, Klaus Ma <kl...@gmail.com> wrote:
> 多多沟通 :).
>
> ----
> Da (Klaus), Ma (马达) | PMP® | Advisory Software Engineer
> Platform OpenSource Technology, STG, IBM GCG
> +86-10-8245 4084 | klaus1982.cn@gmail.com | http://k82.me
>
> On Wed, Jan 13, 2016 at 4:22 PM, 陈强 <ch...@qiyi.com> wrote:
>
>> 哈哈,多谢!以后有问题可以一起讨论,沟通。
>>
>> On 2016年01月12日 16:26, 黑洞 wrote:
>>
>>> 欢迎,很高兴,能在此碰到同行,多多交流。
>>>   ------------------
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> https://github.com/heidsoft
>>>
>>> Research: Cloud computing (cloud security), Big Data (data analysis)
>>> Key-Learning: Linux / C / C + + / JAVA / Python/ R
>>> Email: heidsoft@qq.com
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> ------------------ 原始邮件 ------------------
>>> 发件人: "陈强"<ch...@qiyi.com>;
>>> 发送时间: 2016年1月12日(星期二) 下午3:32
>>> 收件人: "dev"<de...@mesos.apache.org>;
>>> 主题: Re: Request Mesos contributor role
>>>
>>>
>>>
>>> Hi Tim,
>>>
>>> My username is: chenqiang
>>>
>>> Thanks.
>>>
>>>
>>> On 2016年01月12日 15:16, Du, Fan wrote:
>>>
>>>>
>>>> On 2016/1/12 15:02, Timothy Chen wrote:
>>>>
>>>>> Have you created a jira user already? I searched for Du Fan and
>>>>> couldn't find anything.
>>>>>
>>>>> Let me know what's your jira username.
>>>>>
>>>> fan.du
>>>>
>>>> Thanks Tim.
>>>>
>>>> Tim
>>>>>
>>>>> On Mon, Jan 11, 2016 at 10:22 PM, Du, Fan <fa...@intel.com> wrote:
>>>>>
>>>>>> hi Mesos committer
>>>>>>
>>>>>> I want to assign myself to a JIRA issue I'm about to create,
>>>>>> As from the
>>>>>> http://mesos.apache.org/documentation/latest/submitting-a-patch/
>>>>>> Could you please add me to the Mesos contributor list?
>>>>>>
>>>>>> thanks a lot.
>>>>>>
>>>>>
>>>>>
>> --
>> 陈强
>>
>> 技术产品中心
>>
>> 上海市徐汇区宜山路1388号民润商务大厦6层 / 201103
>>
>> 6/F. Minrun Business Building, No. 1388 Yishan Road
>>
>> Xuhui District, Shanghai 201103, P.R.China
>>
>> 爱奇艺公司
>>
>> QIYI.COM,INC.
>>
>> 手机:+86 15900964316
>> 电话:+86 021 5451 9520-8377
>> 邮箱:chenqiang@qiyi.com
>> 网址:www.iQIYI.com
>>
>>

答复: 回复: Request Mesos contributor role

Posted by pangbingqiang <pa...@huawei.com>.
>>  please add me to the Mesos contributor list too,
>>  my jira username is:AndyPang
>>  thanks!

-----邮件原件-----
发件人: Klaus Ma [mailto:klaus1982.cn@gmail.com] 
发送时间: 2016年1月13日 16:25
收件人: dev@mesos.apache.org
主题: Re: 回复: Request Mesos contributor role

多多沟通 :).

----
Da (Klaus), Ma (马达) | PMP® | Advisory Software Engineer Platform OpenSource Technology, STG, IBM GCG
+86-10-8245 4084 | klaus1982.cn@gmail.com | http://k82.me

On Wed, Jan 13, 2016 at 4:22 PM, 陈强 <ch...@qiyi.com> wrote:

> 哈哈,多谢!以后有问题可以一起讨论,沟通。
>
> On 2016年01月12日 16:26, 黑洞 wrote:
>
>> 欢迎,很高兴,能在此碰到同行,多多交流。
>>   ------------------
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> https://github.com/heidsoft
>>
>> Research: Cloud computing (cloud security), Big Data (data analysis)
>> Key-Learning: Linux / C / C + + / JAVA / Python/ R
>> Email: heidsoft@qq.com
>>
>>
>>
>>
>>
>>
>>
>> ------------------ 原始邮件 ------------------
>> 发件人: "陈强"<ch...@qiyi.com>;
>> 发送时间: 2016年1月12日(星期二) 下午3:32
>> 收件人: "dev"<de...@mesos.apache.org>;
>> 主题: Re: Request Mesos contributor role
>>
>>
>>
>> Hi Tim,
>>
>> My username is: chenqiang
>>
>> Thanks.
>>
>>
>> On 2016年01月12日 15:16, Du, Fan wrote:
>>
>>>
>>> On 2016/1/12 15:02, Timothy Chen wrote:
>>>
>>>> Have you created a jira user already? I searched for Du Fan and 
>>>> couldn't find anything.
>>>>
>>>> Let me know what's your jira username.
>>>>
>>> fan.du
>>>
>>> Thanks Tim.
>>>
>>> Tim
>>>>
>>>> On Mon, Jan 11, 2016 at 10:22 PM, Du, Fan <fa...@intel.com> wrote:
>>>>
>>>>> hi Mesos committer
>>>>>
>>>>> I want to assign myself to a JIRA issue I'm about to create, As 
>>>>> from the 
>>>>> http://mesos.apache.org/documentation/latest/submitting-a-patch/
>>>>> Could you please add me to the Mesos contributor list?
>>>>>
>>>>> thanks a lot.
>>>>>
>>>>
>>>>
> --
> 陈强
>
> 技术产品中心
>
> 上海市徐汇区宜山路1388号民润商务大厦6层 / 201103
>
> 6/F. Minrun Business Building, No. 1388 Yishan Road
>
> Xuhui District, Shanghai 201103, P.R.China
>
> 爱奇艺公司
>
> QIYI.COM,INC.
>
> 手机:+86 15900964316
> 电话:+86 021 5451 9520-8377
> 邮箱:chenqiang@qiyi.com
> 网址:www.iQIYI.com
>
>

Re: 回复: Request Mesos contributor role

Posted by Klaus Ma <kl...@gmail.com>.
多多沟通 :).

----
Da (Klaus), Ma (马达) | PMP® | Advisory Software Engineer
Platform OpenSource Technology, STG, IBM GCG
+86-10-8245 4084 | klaus1982.cn@gmail.com | http://k82.me

On Wed, Jan 13, 2016 at 4:22 PM, 陈强 <ch...@qiyi.com> wrote:

> 哈哈,多谢!以后有问题可以一起讨论,沟通。
>
> On 2016年01月12日 16:26, 黑洞 wrote:
>
>> 欢迎,很高兴,能在此碰到同行,多多交流。
>>   ------------------
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> https://github.com/heidsoft
>>
>> Research: Cloud computing (cloud security), Big Data (data analysis)
>> Key-Learning: Linux / C / C + + / JAVA / Python/ R
>> Email: heidsoft@qq.com
>>
>>
>>
>>
>>
>>
>>
>> ------------------ 原始邮件 ------------------
>> 发件人: "陈强"<ch...@qiyi.com>;
>> 发送时间: 2016年1月12日(星期二) 下午3:32
>> 收件人: "dev"<de...@mesos.apache.org>;
>> 主题: Re: Request Mesos contributor role
>>
>>
>>
>> Hi Tim,
>>
>> My username is: chenqiang
>>
>> Thanks.
>>
>>
>> On 2016年01月12日 15:16, Du, Fan wrote:
>>
>>>
>>> On 2016/1/12 15:02, Timothy Chen wrote:
>>>
>>>> Have you created a jira user already? I searched for Du Fan and
>>>> couldn't find anything.
>>>>
>>>> Let me know what's your jira username.
>>>>
>>> fan.du
>>>
>>> Thanks Tim.
>>>
>>> Tim
>>>>
>>>> On Mon, Jan 11, 2016 at 10:22 PM, Du, Fan <fa...@intel.com> wrote:
>>>>
>>>>> hi Mesos committer
>>>>>
>>>>> I want to assign myself to a JIRA issue I'm about to create,
>>>>> As from the
>>>>> http://mesos.apache.org/documentation/latest/submitting-a-patch/
>>>>> Could you please add me to the Mesos contributor list?
>>>>>
>>>>> thanks a lot.
>>>>>
>>>>
>>>>
> --
> 陈强
>
> 技术产品中心
>
> 上海市徐汇区宜山路1388号民润商务大厦6层 / 201103
>
> 6/F. Minrun Business Building, No. 1388 Yishan Road
>
> Xuhui District, Shanghai 201103, P.R.China
>
> 爱奇艺公司
>
> QIYI.COM,INC.
>
> 手机:+86 15900964316
> 电话:+86 021 5451 9520-8377
> 邮箱:chenqiang@qiyi.com
> 网址:www.iQIYI.com
>
>

Re: 回复: Request Mesos contributor role

Posted by 陈强 <ch...@qiyi.com>.
哈哈,多谢!以后有问题可以一起讨论,沟通。

On 2016年01月12日 16:26, 黑洞 wrote:
> 欢迎,很高兴,能在此碰到同行,多多交流。
>   
> ------------------
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> https://github.com/heidsoft
>
> Research: Cloud computing (cloud security), Big Data (data analysis)
> Key-Learning: Linux / C / C + + / JAVA / Python/ R
> Email: heidsoft@qq.com
>
>
>
>   
>
>
>
>
> ------------------ 原始邮件 ------------------
> 发件人: "陈强"<ch...@qiyi.com>;
> 发送时间: 2016年1月12日(星期二) 下午3:32
> 收件人: "dev"<de...@mesos.apache.org>;
> 主题: Re: Request Mesos contributor role
>
>
>
> Hi Tim,
>
> My username is: chenqiang
>
> Thanks.
>
>
> On 2016年01月12日 15:16, Du, Fan wrote:
>>
>> On 2016/1/12 15:02, Timothy Chen wrote:
>>> Have you created a jira user already? I searched for Du Fan and
>>> couldn't find anything.
>>>
>>> Let me know what's your jira username.
>> fan.du
>>
>> Thanks Tim.
>>
>>> Tim
>>>
>>> On Mon, Jan 11, 2016 at 10:22 PM, Du, Fan <fa...@intel.com> wrote:
>>>> hi Mesos committer
>>>>
>>>> I want to assign myself to a JIRA issue I'm about to create,
>>>> As from the
>>>> http://mesos.apache.org/documentation/latest/submitting-a-patch/
>>>> Could you please add me to the Mesos contributor list?
>>>>
>>>> thanks a lot.
>>>

-- 
陈强

技术产品中心

上海市徐汇区宜山路1388号民润商务大厦6层 / 201103

6/F. Minrun Business Building, No. 1388 Yishan Road

Xuhui District, Shanghai 201103, P.R.China

爱奇艺公司

QIYI.COM,INC.

手机:+86 15900964316
电话:+86 021 5451 9520-8377
邮箱:chenqiang@qiyi.com
网址:www.iQIYI.com