答复: 答复: Request Mesos contributor role

2016-01-24 Thread pangbingqiang
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:a...@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 <a...@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 
> <pangbingqi...@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.bann...@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

2016-01-21 Thread pangbingqiang
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:a...@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 <a...@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 
> <pangbingqi...@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.bann...@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

2016-01-20 Thread pangbingqiang
Thanks, I have fix it, please rereview it. If have any problem please let me 
know.

-邮件原件-
发件人: Adam Bordelon [mailto:a...@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 <a...@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 
> <pangbingqi...@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.bann...@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

2016-01-14 Thread Benjamin Bannier
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

2016-01-14 Thread pangbingqiang
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.bann...@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

2016-01-14 Thread pangbingqiang
> 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

2016-01-14 Thread Adam Bordelon
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 <pangbingqi...@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.bann...@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

2016-01-14 Thread Adam Bordelon
Just run `git log` or `git log --oneline` for many more examples. :)

On Thu, Jan 14, 2016 at 11:15 PM, Adam Bordelon <a...@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 <pangbingqi...@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.bann...@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

2016-01-14 Thread Guangya Liu
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 <a...@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 <a...@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 <pangbingqi...@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.bann...@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

2016-01-13 Thread pangbingqiang
>>  please add me to the Mesos contributor list too,
>>  my jira username is:AndyPang
>>  thanks!

-邮件原件-
发件人: Klaus Ma [mailto:klaus1982...@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...@gmail.com | http://k82.me

On Wed, Jan 13, 2016 at 4:22 PM, 陈强 <chenqi...@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: heids...@qq.com
>>
>>
>>
>>
>>
>>
>>
>> -- 原始邮件 --
>> 发件人: "陈强"<chenqi...@qiyi.com>;
>> 发送时间: 2016年1月12日(星期二) 下午3:32
>> 收件人: "dev"<dev@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 <fan...@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
> 邮箱:chenqi...@qiyi.com
> 网址:www.iQIYI.com
>
>


Re: 回复: Request Mesos contributor role

2016-01-13 Thread Alex Rukletsov
No worries! It's always good to have some buddies in the community.

On Wed, Jan 13, 2016 at 10:28 AM, 陈强 <chenqi...@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 <klaus1982...@gmail.com> wrote:
>>>
>>> 多多沟通 :).
>>>
>>> 
>>> Da (Klaus), Ma (马达) | PMP® | Advisory Software Engineer
>>> Platform OpenSource Technology, STG, IBM GCG
>>> +86-10-8245 4084 | klaus1982...@gmail.com | http://k82.me
>>>
>>> On Wed, Jan 13, 2016 at 4:22 PM, 陈强 <chenqi...@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: heids...@qq.com
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> -- 原始邮件 --
>>>>> 发件人: "陈强"<chenqi...@qiyi.com>;
>>>>> 发送时间: 2016年1月12日(星期二) 下午3:32
>>>>> 收件人: "dev"<dev@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 <fan...@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
>>>> 邮箱:chenqi...@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
> 邮箱:chenqi...@qiyi.com
> 网址:www.iQIYI.com
>


Re: 回复: Request Mesos contributor role

2016-01-13 Thread Klaus Ma
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...@gmail.com | http://k82.me

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

> Could a native speaker please translate it into English?
>
> On Wed, Jan 13, 2016 at 9:25 AM, Klaus Ma <klaus1982...@gmail.com> wrote:
> > 多多沟通 :).
> >
> > 
> > Da (Klaus), Ma (马达) | PMP® | Advisory Software Engineer
> > Platform OpenSource Technology, STG, IBM GCG
> > +86-10-8245 4084 | klaus1982...@gmail.com | http://k82.me
> >
> > On Wed, Jan 13, 2016 at 4:22 PM, 陈强 <chenqi...@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: heids...@qq.com
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>> -- 原始邮件 --
> >>> 发件人: "陈强"<chenqi...@qiyi.com>;
> >>> 发送时间: 2016年1月12日(星期二) 下午3:32
> >>> 收件人: "dev"<dev@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 <fan...@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
> >> 邮箱:chenqi...@qiyi.com
> >> 网址:www.iQIYI.com
> >>
> >>
>


Re: 回复: Request Mesos contributor role

2016-01-13 Thread 陈强

??

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: heids...@qq.com



  





--  --
??: ""<chenqi...@qiyi.com>;
: 2016??1??12??(??) 3:32
??: "dev"<dev@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 <fan...@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
??chenqi...@qiyi.com
??www.iQIYI.com



Re: 回复: Request Mesos contributor role

2016-01-13 Thread 陈强

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 <klaus1982...@gmail.com> wrote:

多多沟通 :).


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

On Wed, Jan 13, 2016 at 4:22 PM, 陈强 <chenqi...@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: heids...@qq.com







-- 原始邮件 --
发件人: "陈强"<chenqi...@qiyi.com>;
发送时间: 2016年1月12日(星期二) 下午3:32
收件人: "dev"<dev@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 <fan...@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
邮箱:chenqi...@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
邮箱:chenqi...@qiyi.com
网址:www.iQIYI.com



Re: 回复: Request Mesos contributor role

2016-01-13 Thread Klaus Ma
多多沟通 :).


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

On Wed, Jan 13, 2016 at 4:22 PM, 陈强 <chenqi...@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: heids...@qq.com
>>
>>
>>
>>
>>
>>
>>
>> -- 原始邮件 --
>> 发件人: "陈强"<chenqi...@qiyi.com>;
>> 发送时间: 2016年1月12日(星期二) 下午3:32
>> 收件人: "dev"<dev@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 <fan...@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
> 邮箱:chenqi...@qiyi.com
> 网址:www.iQIYI.com
>
>


Re: 回复: Request Mesos contributor role

2016-01-13 Thread Alex Rukletsov
Could a native speaker please translate it into English?

On Wed, Jan 13, 2016 at 9:25 AM, Klaus Ma <klaus1982...@gmail.com> wrote:
> 多多沟通 :).
>
> 
> Da (Klaus), Ma (马达) | PMP® | Advisory Software Engineer
> Platform OpenSource Technology, STG, IBM GCG
> +86-10-8245 4084 | klaus1982...@gmail.com | http://k82.me
>
> On Wed, Jan 13, 2016 at 4:22 PM, 陈强 <chenqi...@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: heids...@qq.com
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> -- 原始邮件 --
>>> 发件人: "陈强"<chenqi...@qiyi.com>;
>>> 发送时间: 2016年1月12日(星期二) 下午3:32
>>> 收件人: "dev"<dev@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 <fan...@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
>> 邮箱:chenqi...@qiyi.com
>> 网址:www.iQIYI.com
>>
>>


Re: 回复: Request Mesos contributor role

2016-01-13 Thread Adam Bordelon
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 <a...@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, 陈强 <chenqi...@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 <klaus1982...@gmail.com>
> wrote:
> >>>
> >>> 多多沟通 :).
> >>>
> >>> 
> >>> Da (Klaus), Ma (马达) | PMP® | Advisory Software Engineer
> >>> Platform OpenSource Technology, STG, IBM GCG
> >>> +86-10-8245 4084 | klaus1982...@gmail.com | http://k82.me
> >>>
> >>> On Wed, Jan 13, 2016 at 4:22 PM, 陈强 <chenqi...@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: heids...@qq.com
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>> -- 原始邮件 --
> >>>>> 发件人: "陈强"<chenqi...@qiyi.com>;
> >>>>> 发送时间: 2016年1月12日(星期二) 下午3:32
> >>>>> 收件人: "dev"<dev@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 <fan...@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
> >>>> 邮箱:chenqi...@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
> > 邮箱:chenqi...@qiyi.com
> > 网址:www.iQIYI.com
> >
>


?????? ?????? Request Mesos contributor role

2016-01-13 Thread ????
heidsoft 
--
























https://github.com/heidsoft

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



 




--  --
??: "X Brick"<ngdoc...@gmail.com>; 
: 2016??1??14??(??) 11:17
??: "dev"<dev@mesos.apache.org>; 
: Re: ?? Request Mesos contributor role



??Klaus Ma, ??XuLei @ Qunar, keep in touch :)


2016-01-14 6:30 GMT+08:00 Adam Bordelon <a...@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 <a...@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,  <chenqi...@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 <klaus1982...@gmail.com>
> > wrote:
> > >>>
> > >>>  :).
> > >>>
> > >>> 
> > >>> Da (Klaus), Ma () | PMP?0?3 | Advisory Software Engineer
> > >>> Platform OpenSource Technology, STG, IBM GCG
> > >>> +86-10-8245 4084 | klaus1982...@gmail.com | http://k82.me
> > >>>
> > >>> On Wed, Jan 13, 2016 at 4:22 PM,  <chenqi...@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: heids...@qq.com
> > >>>>>
> > >>>>>
> > >>>>>
> > >>>>>
> > >>>>>
> > >>>>>
> > >>>>>
> > >>>>> --  --
> > >>>>> ??: ""<chenqi...@qiyi.com>;
> > >>>>> : 2016??1??12??(??) 3:32
> > >>>>> ??: "dev"<dev@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 <fan...@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
> > >>>> ??chenqi...@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
> > > ??chenqi...@qiyi.com
> > > ??www.iQIYI.com
> > >
> >
>

Re: 回复: Request Mesos contributor role

2016-01-13 Thread X Brick
黑洞和Klaus Ma, 我已经有你俩的微信了!XuLei @ Qunar, keep in touch :)


2016-01-14 6:30 GMT+08:00 Adam Bordelon <a...@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 <a...@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, 陈强 <chenqi...@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 <klaus1982...@gmail.com>
> > wrote:
> > >>>
> > >>> 多多沟通 :).
> > >>>
> > >>> 
> > >>> Da (Klaus), Ma (马达) | PMP® | Advisory Software Engineer
> > >>> Platform OpenSource Technology, STG, IBM GCG
> > >>> +86-10-8245 4084 | klaus1982...@gmail.com | http://k82.me
> > >>>
> > >>> On Wed, Jan 13, 2016 at 4:22 PM, 陈强 <chenqi...@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: heids...@qq.com
> > >>>>>
> > >>>>>
> > >>>>>
> > >>>>>
> > >>>>>
> > >>>>>
> > >>>>>
> > >>>>> -- 原始邮件 --
> > >>>>> 发件人: "陈强"<chenqi...@qiyi.com>;
> > >>>>> 发送时间: 2016年1月12日(星期二) 下午3:32
> > >>>>> 收件人: "dev"<dev@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 <fan...@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
> > >>>> 邮箱:chenqi...@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
> > > 邮箱:chenqi...@qiyi.com
> > > 网址:www.iQIYI.com
> > >
> >
>


?????? Request Mesos contributor role

2016-01-12 Thread ????

 
--
























https://github.com/heidsoft

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



 




--  --
??: ""<chenqi...@qiyi.com>; 
: 2016??1??12??(??) 3:32
??: "dev"<dev@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 <fan...@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
??chenqi...@qiyi.com
??www.iQIYI.com

Re: Request Mesos contributor role

2016-01-11 Thread Timothy Chen
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.

Tim

On Mon, Jan 11, 2016 at 10:22 PM, Du, Fan  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.


Re: Request Mesos contributor role

2016-01-11 Thread 陈强

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  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
邮箱:chenqi...@qiyi.com
网址:www.iQIYI.com



Request Mesos contributor role

2016-01-11 Thread Du, Fan

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.


Re: Request Mesos contributor role

2016-01-11 Thread Du, Fan



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  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.