You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by Arun C Murthy <ac...@hortonworks.com> on 2014/03/31 11:22:48 UTC

[VOTE] Release Apache Hadoop 2.4.0

Folks,

I've created a release candidate (rc0) for hadoop-2.4.0 that I would like to get released.

The RC is available at: http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
The RC tag in svn is here: https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0

The maven artifacts are available via repository.apache.org.

Please try the release and vote; the vote will run for the usual 7 days.

thanks,
Arun

--
Arun C. Murthy
Hortonworks Inc.
http://hortonworks.com/



-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Jason Lowe <jl...@yahoo-inc.com>.
Here's my late +1, was just finishing up looking at the release.

- Verified signatures and digests
- Examined LICENSE file
- Installed binary distribution, ran some sample MapReduce jobs and 
examined logs and job history
- Built from source

Jason

On 04/07/2014 03:04 PM, Arun C Murthy wrote:
> With 11 +1s (4 binding) and no -1s the vote passes. Thanks to everyone who tried out the release and passed their feedback along.
>
> I'll send a note out once I actually get the bits out and the site updated etc.
>
> thanks,
> Arun
>
> On Mar 31, 2014, at 2:22 AM, Arun C Murthy <ac...@hortonworks.com> wrote:
>
>> Folks,
>>
>> I've created a release candidate (rc0) for hadoop-2.4.0 that I would like to get released.
>>
>> The RC is available at: http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
>> The RC tag in svn is here: https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
>>
>> The maven artifacts are available via repository.apache.org.
>>
>> Please try the release and vote; the vote will run for the usual 7 days.
>>
>> thanks,
>> Arun
>>
> --
> Arun C. Murthy
> Hortonworks Inc.
> http://hortonworks.com/
>
>
>


Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Steve Loughran <st...@hortonworks.com>.
another belated +1 binding

-set mvn to pull in the 2.4.0 artifacts

-rebuilt my slider YARN code. Only compile failure was caused in our custom
AmFilterInitializer not compiling due to YARN-1553 dropping a static
isSecure() method -switched to
inlining  WebAppUtils.getHttpSchemePrefix(conf) to create code that still
compiles and runs against 2.3.0 clusters as well as 2.4.0. This filter
isn't actually used right now -and may get dropped. I just patched the code
to handle it,. YARN proxy filtering is pretty low-level code that most
people won't go near.

-successful test runs against YARN clusters on VMs, bringing up Hbase
clusters

  2.4.0-based CentoOS VM & Java 7 (HDP 2.1 sandbox)
 branch-2 Ubuntu VM running kerberized on Java8.

Steve

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Steve Loughran <st...@hortonworks.com>.
another belated +1 binding

-set mvn to pull in the 2.4.0 artifacts

-rebuilt my slider YARN code. Only compile failure was caused in our custom
AmFilterInitializer not compiling due to YARN-1553 dropping a static
isSecure() method -switched to
inlining  WebAppUtils.getHttpSchemePrefix(conf) to create code that still
compiles and runs against 2.3.0 clusters as well as 2.4.0. This filter
isn't actually used right now -and may get dropped. I just patched the code
to handle it,. YARN proxy filtering is pretty low-level code that most
people won't go near.

-successful test runs against YARN clusters on VMs, bringing up Hbase
clusters

  2.4.0-based CentoOS VM & Java 7 (HDP 2.1 sandbox)
 branch-2 Ubuntu VM running kerberized on Java8.

Steve

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Steve Loughran <st...@hortonworks.com>.
another belated +1 binding

-set mvn to pull in the 2.4.0 artifacts

-rebuilt my slider YARN code. Only compile failure was caused in our custom
AmFilterInitializer not compiling due to YARN-1553 dropping a static
isSecure() method -switched to
inlining  WebAppUtils.getHttpSchemePrefix(conf) to create code that still
compiles and runs against 2.3.0 clusters as well as 2.4.0. This filter
isn't actually used right now -and may get dropped. I just patched the code
to handle it,. YARN proxy filtering is pretty low-level code that most
people won't go near.

-successful test runs against YARN clusters on VMs, bringing up Hbase
clusters

  2.4.0-based CentoOS VM & Java 7 (HDP 2.1 sandbox)
 branch-2 Ubuntu VM running kerberized on Java8.

Steve

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Jason Lowe <jl...@yahoo-inc.com>.
Here's my late +1, was just finishing up looking at the release.

- Verified signatures and digests
- Examined LICENSE file
- Installed binary distribution, ran some sample MapReduce jobs and 
examined logs and job history
- Built from source

Jason

On 04/07/2014 03:04 PM, Arun C Murthy wrote:
> With 11 +1s (4 binding) and no -1s the vote passes. Thanks to everyone who tried out the release and passed their feedback along.
>
> I'll send a note out once I actually get the bits out and the site updated etc.
>
> thanks,
> Arun
>
> On Mar 31, 2014, at 2:22 AM, Arun C Murthy <ac...@hortonworks.com> wrote:
>
>> Folks,
>>
>> I've created a release candidate (rc0) for hadoop-2.4.0 that I would like to get released.
>>
>> The RC is available at: http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
>> The RC tag in svn is here: https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
>>
>> The maven artifacts are available via repository.apache.org.
>>
>> Please try the release and vote; the vote will run for the usual 7 days.
>>
>> thanks,
>> Arun
>>
> --
> Arun C. Murthy
> Hortonworks Inc.
> http://hortonworks.com/
>
>
>


Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Steve Loughran <st...@hortonworks.com>.
another belated +1 binding

-set mvn to pull in the 2.4.0 artifacts

-rebuilt my slider YARN code. Only compile failure was caused in our custom
AmFilterInitializer not compiling due to YARN-1553 dropping a static
isSecure() method -switched to
inlining  WebAppUtils.getHttpSchemePrefix(conf) to create code that still
compiles and runs against 2.3.0 clusters as well as 2.4.0. This filter
isn't actually used right now -and may get dropped. I just patched the code
to handle it,. YARN proxy filtering is pretty low-level code that most
people won't go near.

-successful test runs against YARN clusters on VMs, bringing up Hbase
clusters

  2.4.0-based CentoOS VM & Java 7 (HDP 2.1 sandbox)
 branch-2 Ubuntu VM running kerberized on Java8.

Steve

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Jason Lowe <jl...@yahoo-inc.com>.
Here's my late +1, was just finishing up looking at the release.

- Verified signatures and digests
- Examined LICENSE file
- Installed binary distribution, ran some sample MapReduce jobs and 
examined logs and job history
- Built from source

Jason

On 04/07/2014 03:04 PM, Arun C Murthy wrote:
> With 11 +1s (4 binding) and no -1s the vote passes. Thanks to everyone who tried out the release and passed their feedback along.
>
> I'll send a note out once I actually get the bits out and the site updated etc.
>
> thanks,
> Arun
>
> On Mar 31, 2014, at 2:22 AM, Arun C Murthy <ac...@hortonworks.com> wrote:
>
>> Folks,
>>
>> I've created a release candidate (rc0) for hadoop-2.4.0 that I would like to get released.
>>
>> The RC is available at: http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
>> The RC tag in svn is here: https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
>>
>> The maven artifacts are available via repository.apache.org.
>>
>> Please try the release and vote; the vote will run for the usual 7 days.
>>
>> thanks,
>> Arun
>>
> --
> Arun C. Murthy
> Hortonworks Inc.
> http://hortonworks.com/
>
>
>


Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Jason Lowe <jl...@yahoo-inc.com>.
Here's my late +1, was just finishing up looking at the release.

- Verified signatures and digests
- Examined LICENSE file
- Installed binary distribution, ran some sample MapReduce jobs and 
examined logs and job history
- Built from source

Jason

On 04/07/2014 03:04 PM, Arun C Murthy wrote:
> With 11 +1s (4 binding) and no -1s the vote passes. Thanks to everyone who tried out the release and passed their feedback along.
>
> I'll send a note out once I actually get the bits out and the site updated etc.
>
> thanks,
> Arun
>
> On Mar 31, 2014, at 2:22 AM, Arun C Murthy <ac...@hortonworks.com> wrote:
>
>> Folks,
>>
>> I've created a release candidate (rc0) for hadoop-2.4.0 that I would like to get released.
>>
>> The RC is available at: http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
>> The RC tag in svn is here: https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
>>
>> The maven artifacts are available via repository.apache.org.
>>
>> Please try the release and vote; the vote will run for the usual 7 days.
>>
>> thanks,
>> Arun
>>
> --
> Arun C. Murthy
> Hortonworks Inc.
> http://hortonworks.com/
>
>
>


Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Arun C Murthy <ac...@hortonworks.com>.
With 11 +1s (4 binding) and no -1s the vote passes. Thanks to everyone who tried out the release and passed their feedback along.

I'll send a note out once I actually get the bits out and the site updated etc.

thanks,
Arun

On Mar 31, 2014, at 2:22 AM, Arun C Murthy <ac...@hortonworks.com> wrote:

> Folks,
> 
> I've created a release candidate (rc0) for hadoop-2.4.0 that I would like to get released.
> 
> The RC is available at: http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
> The RC tag in svn is here: https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
> 
> The maven artifacts are available via repository.apache.org.
> 
> Please try the release and vote; the vote will run for the usual 7 days.
> 
> thanks,
> Arun
> 

--
Arun C. Murthy
Hortonworks Inc.
http://hortonworks.com/



-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Azuryy Yu <az...@gmail.com>.
Hi Tsuyoshi,

I filed the JIRA:
https://issues.apache.org/jira/browse/YARN-1901


On Fri, Apr 4, 2014 at 7:55 AM, Tsuyoshi OZAWA <oz...@gmail.com>wrote:

> Hi,
>
> Ran tests and confirmed that some tests(TestSymlinkLocalFSFileSystem) fail.
> The log of the test failure is as follows:
>
> https://gist.github.com/oza/9965197
>
> Should we fix or disable the feature?
>
> Thanks,
> - Tsuyoshi
>
> On Mon, Mar 31, 2014 at 6:22 PM, Arun C Murthy <ac...@hortonworks.com>
> wrote:
> > Folks,
> >
> > I've created a release candidate (rc0) for hadoop-2.4.0 that I would
> like to get released.
> >
> > The RC is available at:
> http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
> > The RC tag in svn is here:
> https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
> >
> > The maven artifacts are available via repository.apache.org.
> >
> > Please try the release and vote; the vote will run for the usual 7 days.
> >
> > thanks,
> > Arun
> >
> > --
> > Arun C. Murthy
> > Hortonworks Inc.
> > http://hortonworks.com/
> >
> >
> >
> > --
> > CONFIDENTIALITY NOTICE
> > NOTICE: This message is intended for the use of the individual or entity
> to
> > which it is addressed and may contain information that is confidential,
> > privileged and exempt from disclosure under applicable law. If the reader
> > of this message is not the intended recipient, you are hereby notified
> that
> > any printing, copying, dissemination, distribution, disclosure or
> > forwarding of this communication is strictly prohibited. If you have
> > received this communication in error, please contact the sender
> immediately
> > and delete it from your system. Thank You.
>
>
>
> --
> - Tsuyoshi
>

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Eli Collins <el...@cloudera.com>.
+1  for another rc.  There have been quite a few issues found (handful
marked blocker) and this is only the first release candidate, seems
like the point of having multiple release candidates is to iterate
with another one that addresses the major issues found with the
previous one.

On Fri, Apr 4, 2014 at 5:06 PM, Gera Shegalov <ge...@shegalov.com> wrote:
> I built the release from the rc tag, enabled timeline history service and
> ran a sleep job on a pseudo-distributed cluster.
>
> I encourage another rc, for 2.4.0 (non-binding)
>
> 1) Despite the discussion on YARN-1701, timeline AHS still sets
> yarn.timeline-service.generic-application-history.fs-history-store.uri to a
> location under ${hadoop.log.dir} that is meant for local file system, but
> uses it on HDFS by default.
>
> 2) Critical patch for WebHdfs/Hftp to fix the filesystem contract HDFS-6143
> is not included
>
> 3) Several patches that already proved themselves useful for diagnostics in
> production and have been available for some months are still not included.
> MAPREDUCE-5044/YARN-1515 is the most obvious example. Our users need to see
> where the task container JVM got stuck when it was timed out by AM.
>
> Thanks,
>
> Gera
>
>
>
>
> On Fri, Apr 4, 2014 at 3:51 PM, Azuryy <az...@gmail.com> wrote:
>
>> Arun,
>>
>> Do you mean you will cut another RC for 2.4?
>>
>>
>> Sent from my iPhone5s
>>
>> > On 2014年4月5日, at 3:50, "Arun C. Murthy" <ac...@hortonworks.com> wrote:
>> >
>> > Thanks for helping Tsuyoshi. Pls mark them as Blockers and set the
>> fix-version to 2.4.1.
>> >
>> > Thanks again.
>> >
>> > Arun
>> >
>> >
>> >> On Apr 3, 2014, at 11:38 PM, Tsuyoshi OZAWA <oz...@gmail.com>
>> wrote:
>> >>
>> >> Hi,
>> >>
>> >> Updated a test result log based on the result of 2.4.0-rc0:
>> >> https://gist.github.com/oza/9965197
>> >>
>> >> IMO, there are some blockers to be fixed:
>> >> * MAPREDUCE-5815(TestMRAppMaster failure)
>> >> * YARN-1872(TestDistributedShell failure)
>> >> * HDFS: TestSymlinkLocalFSFileSystem failure on Linux (I cannot find
>> >> JIRA about this failure)
>> >>
>> >> Now I'm checking the problem reported by Azuryy.
>> >>
>> >> Thanks,
>> >> - Tsuyoshi
>> >>
>> >>> On Fri, Apr 4, 2014 at 8:55 AM, Tsuyoshi OZAWA <
>> ozawa.tsuyoshi@gmail.com> wrote:
>> >>> Hi,
>> >>>
>> >>> Ran tests and confirmed that some tests(TestSymlinkLocalFSFileSystem)
>> fail.
>> >>> The log of the test failure is as follows:
>> >>>
>> >>> https://gist.github.com/oza/9965197
>> >>>
>> >>> Should we fix or disable the feature?
>> >>>
>> >>> Thanks,
>> >>> - Tsuyoshi
>> >>>
>> >>>> On Mon, Mar 31, 2014 at 6:22 PM, Arun C Murthy <ac...@hortonworks.com>
>> wrote:
>> >>>> Folks,
>> >>>>
>> >>>> I've created a release candidate (rc0) for hadoop-2.4.0 that I would
>> like to get released.
>> >>>>
>> >>>> The RC is available at:
>> http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
>> >>>> The RC tag in svn is here:
>> https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
>> >>>>
>> >>>> The maven artifacts are available via repository.apache.org.
>> >>>>
>> >>>> Please try the release and vote; the vote will run for the usual 7
>> days.
>> >>>>
>> >>>> thanks,
>> >>>> Arun
>> >>>>
>> >>>> --
>> >>>> Arun C. Murthy
>> >>>> Hortonworks Inc.
>> >>>> http://hortonworks.com/
>> >>>>
>> >>>>
>> >>>>
>> >>>> --
>> >>>> CONFIDENTIALITY NOTICE
>> >>>> NOTICE: This message is intended for the use of the individual or
>> entity to
>> >>>> which it is addressed and may contain information that is
>> confidential,
>> >>>> privileged and exempt from disclosure under applicable law. If the
>> reader
>> >>>> of this message is not the intended recipient, you are hereby
>> notified that
>> >>>> any printing, copying, dissemination, distribution, disclosure or
>> >>>> forwarding of this communication is strictly prohibited. If you have
>> >>>> received this communication in error, please contact the sender
>> immediately
>> >>>> and delete it from your system. Thank You.
>> >>>
>> >>>
>> >>>
>> >>> --
>> >>> - Tsuyoshi
>> >>
>> >>
>> >>
>> >> --
>> >> - Tsuyoshi
>> >
>> > --
>> > CONFIDENTIALITY NOTICE
>> > NOTICE: This message is intended for the use of the individual or entity
>> to
>> > which it is addressed and may contain information that is confidential,
>> > privileged and exempt from disclosure under applicable law. If the reader
>> > of this message is not the intended recipient, you are hereby notified
>> that
>> > any printing, copying, dissemination, distribution, disclosure or
>> > forwarding of this communication is strictly prohibited. If you have
>> > received this communication in error, please contact the sender
>> immediately
>> > and delete it from your system. Thank You.
>>

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Arun C Murthy <ac...@hortonworks.com>.
Gera,

 Apologies for the late response, I decided to take the weekend off! *smile*

 Thanks for the feedback, I took a look at your list and here are some observations:

On Apr 4, 2014, at 5:06 PM, Gera Shegalov <ge...@shegalov.com> wrote:

> I built the release from the rc tag, enabled timeline history service and
> ran a sleep job on a pseudo-distributed cluster.
> 
> I encourage another rc, for 2.4.0 (non-binding)
> 
> 1) Despite the discussion on YARN-1701, timeline AHS still sets
> yarn.timeline-service.generic-application-history.fs-history-store.uri to a
> location under ${hadoop.log.dir} that is meant for local file system, but
> uses it on HDFS by default.

 This is certainly unfortunate, but essentially it's just a bad default config value. As such, there is a pretty simple & clear workaround which I'll release-doc. 

> 
> 2) Critical patch for WebHdfs/Hftp to fix the filesystem contract HDFS-6143
> is not included


 I had already commented on the jira around the time of RC as you may remember. Also, this isn't a regression - this bug has existed for quite a while now. Furthermore, there are some back-compatibility concerns we still need to address.

> 
> 3) Several patches that already proved themselves useful for diagnostics in
> production and have been available for some months are still not included.
> MAPREDUCE-5044/YARN-1515 is the most obvious example. Our users need to see
> where the task container JVM got stuck when it was timed out by AM.

 Please accept my personal apologies, this wasn't on my radar to review. In future, pls drop me a note if you don't see any activity on a jira you care about - I'm sure others like Vinod, Jason etc. would love to help too; it's just something that got missed by the community collectively. Having said that, as you can imagine, new features cannot be a blocker to a release; this sets up a dynamic where it's impossible to please everyone and we cannot ship any release… as you may have seen it's been quite an effort for the last 3-4 weeks just to corral everyone into fixing/reviewing/committing blocker bugs itself. *smile*

 Overall, please feel free to share your feedback, but the above list doesn't seem to have a critically bad release blocker. 
 
 Also, I plan to follow up with a 2.4.1 in a couple of weeks; I'll make sure to include as much as your list as possible - and future ones.

thanks,
Arun

> 
> Thanks,
> 
> Gera
> 
> 
> 
> 
> On Fri, Apr 4, 2014 at 3:51 PM, Azuryy <az...@gmail.com> wrote:
> 
>> Arun,
>> 
>> Do you mean you will cut another RC for 2.4?
>> 
>> 
>> Sent from my iPhone5s
>> 
>>> On 2014年4月5日, at 3:50, "Arun C. Murthy" <ac...@hortonworks.com> wrote:
>>> 
>>> Thanks for helping Tsuyoshi. Pls mark them as Blockers and set the
>> fix-version to 2.4.1.
>>> 
>>> Thanks again.
>>> 
>>> Arun
>>> 
>>> 
>>>> On Apr 3, 2014, at 11:38 PM, Tsuyoshi OZAWA <oz...@gmail.com>
>> wrote:
>>>> 
>>>> Hi,
>>>> 
>>>> Updated a test result log based on the result of 2.4.0-rc0:
>>>> https://gist.github.com/oza/9965197
>>>> 
>>>> IMO, there are some blockers to be fixed:
>>>> * MAPREDUCE-5815(TestMRAppMaster failure)
>>>> * YARN-1872(TestDistributedShell failure)
>>>> * HDFS: TestSymlinkLocalFSFileSystem failure on Linux (I cannot find
>>>> JIRA about this failure)
>>>> 
>>>> Now I'm checking the problem reported by Azuryy.
>>>> 
>>>> Thanks,
>>>> - Tsuyoshi
>>>> 
>>>>> On Fri, Apr 4, 2014 at 8:55 AM, Tsuyoshi OZAWA <
>> ozawa.tsuyoshi@gmail.com> wrote:
>>>>> Hi,
>>>>> 
>>>>> Ran tests and confirmed that some tests(TestSymlinkLocalFSFileSystem)
>> fail.
>>>>> The log of the test failure is as follows:
>>>>> 
>>>>> https://gist.github.com/oza/9965197
>>>>> 
>>>>> Should we fix or disable the feature?
>>>>> 
>>>>> Thanks,
>>>>> - Tsuyoshi
>>>>> 
>>>>>> On Mon, Mar 31, 2014 at 6:22 PM, Arun C Murthy <ac...@hortonworks.com>
>> wrote:
>>>>>> Folks,
>>>>>> 
>>>>>> I've created a release candidate (rc0) for hadoop-2.4.0 that I would
>> like to get released.
>>>>>> 
>>>>>> The RC is available at:
>> http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
>>>>>> The RC tag in svn is here:
>> https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
>>>>>> 
>>>>>> The maven artifacts are available via repository.apache.org.
>>>>>> 
>>>>>> Please try the release and vote; the vote will run for the usual 7
>> days.
>>>>>> 
>>>>>> thanks,
>>>>>> Arun
>>>>>> 
>>>>>> --
>>>>>> Arun C. Murthy
>>>>>> Hortonworks Inc.
>>>>>> http://hortonworks.com/
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> --
>>>>>> CONFIDENTIALITY NOTICE
>>>>>> NOTICE: This message is intended for the use of the individual or
>> entity to
>>>>>> which it is addressed and may contain information that is
>> confidential,
>>>>>> privileged and exempt from disclosure under applicable law. If the
>> reader
>>>>>> of this message is not the intended recipient, you are hereby
>> notified that
>>>>>> any printing, copying, dissemination, distribution, disclosure or
>>>>>> forwarding of this communication is strictly prohibited. If you have
>>>>>> received this communication in error, please contact the sender
>> immediately
>>>>>> and delete it from your system. Thank You.
>>>>> 
>>>>> 
>>>>> 
>>>>> --
>>>>> - Tsuyoshi
>>>> 
>>>> 
>>>> 
>>>> --
>>>> - Tsuyoshi
>>> 
>>> --
>>> CONFIDENTIALITY NOTICE
>>> NOTICE: This message is intended for the use of the individual or entity
>> to
>>> which it is addressed and may contain information that is confidential,
>>> privileged and exempt from disclosure under applicable law. If the reader
>>> of this message is not the intended recipient, you are hereby notified
>> that
>>> any printing, copying, dissemination, distribution, disclosure or
>>> forwarding of this communication is strictly prohibited. If you have
>>> received this communication in error, please contact the sender
>> immediately
>>> and delete it from your system. Thank You.
>> 

--
Arun C. Murthy
Hortonworks Inc.
http://hortonworks.com/



-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Eli Collins <el...@cloudera.com>.
+1  for another rc.  There have been quite a few issues found (handful
marked blocker) and this is only the first release candidate, seems
like the point of having multiple release candidates is to iterate
with another one that addresses the major issues found with the
previous one.

On Fri, Apr 4, 2014 at 5:06 PM, Gera Shegalov <ge...@shegalov.com> wrote:
> I built the release from the rc tag, enabled timeline history service and
> ran a sleep job on a pseudo-distributed cluster.
>
> I encourage another rc, for 2.4.0 (non-binding)
>
> 1) Despite the discussion on YARN-1701, timeline AHS still sets
> yarn.timeline-service.generic-application-history.fs-history-store.uri to a
> location under ${hadoop.log.dir} that is meant for local file system, but
> uses it on HDFS by default.
>
> 2) Critical patch for WebHdfs/Hftp to fix the filesystem contract HDFS-6143
> is not included
>
> 3) Several patches that already proved themselves useful for diagnostics in
> production and have been available for some months are still not included.
> MAPREDUCE-5044/YARN-1515 is the most obvious example. Our users need to see
> where the task container JVM got stuck when it was timed out by AM.
>
> Thanks,
>
> Gera
>
>
>
>
> On Fri, Apr 4, 2014 at 3:51 PM, Azuryy <az...@gmail.com> wrote:
>
>> Arun,
>>
>> Do you mean you will cut another RC for 2.4?
>>
>>
>> Sent from my iPhone5s
>>
>> > On 2014年4月5日, at 3:50, "Arun C. Murthy" <ac...@hortonworks.com> wrote:
>> >
>> > Thanks for helping Tsuyoshi. Pls mark them as Blockers and set the
>> fix-version to 2.4.1.
>> >
>> > Thanks again.
>> >
>> > Arun
>> >
>> >
>> >> On Apr 3, 2014, at 11:38 PM, Tsuyoshi OZAWA <oz...@gmail.com>
>> wrote:
>> >>
>> >> Hi,
>> >>
>> >> Updated a test result log based on the result of 2.4.0-rc0:
>> >> https://gist.github.com/oza/9965197
>> >>
>> >> IMO, there are some blockers to be fixed:
>> >> * MAPREDUCE-5815(TestMRAppMaster failure)
>> >> * YARN-1872(TestDistributedShell failure)
>> >> * HDFS: TestSymlinkLocalFSFileSystem failure on Linux (I cannot find
>> >> JIRA about this failure)
>> >>
>> >> Now I'm checking the problem reported by Azuryy.
>> >>
>> >> Thanks,
>> >> - Tsuyoshi
>> >>
>> >>> On Fri, Apr 4, 2014 at 8:55 AM, Tsuyoshi OZAWA <
>> ozawa.tsuyoshi@gmail.com> wrote:
>> >>> Hi,
>> >>>
>> >>> Ran tests and confirmed that some tests(TestSymlinkLocalFSFileSystem)
>> fail.
>> >>> The log of the test failure is as follows:
>> >>>
>> >>> https://gist.github.com/oza/9965197
>> >>>
>> >>> Should we fix or disable the feature?
>> >>>
>> >>> Thanks,
>> >>> - Tsuyoshi
>> >>>
>> >>>> On Mon, Mar 31, 2014 at 6:22 PM, Arun C Murthy <ac...@hortonworks.com>
>> wrote:
>> >>>> Folks,
>> >>>>
>> >>>> I've created a release candidate (rc0) for hadoop-2.4.0 that I would
>> like to get released.
>> >>>>
>> >>>> The RC is available at:
>> http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
>> >>>> The RC tag in svn is here:
>> https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
>> >>>>
>> >>>> The maven artifacts are available via repository.apache.org.
>> >>>>
>> >>>> Please try the release and vote; the vote will run for the usual 7
>> days.
>> >>>>
>> >>>> thanks,
>> >>>> Arun
>> >>>>
>> >>>> --
>> >>>> Arun C. Murthy
>> >>>> Hortonworks Inc.
>> >>>> http://hortonworks.com/
>> >>>>
>> >>>>
>> >>>>
>> >>>> --
>> >>>> CONFIDENTIALITY NOTICE
>> >>>> NOTICE: This message is intended for the use of the individual or
>> entity to
>> >>>> which it is addressed and may contain information that is
>> confidential,
>> >>>> privileged and exempt from disclosure under applicable law. If the
>> reader
>> >>>> of this message is not the intended recipient, you are hereby
>> notified that
>> >>>> any printing, copying, dissemination, distribution, disclosure or
>> >>>> forwarding of this communication is strictly prohibited. If you have
>> >>>> received this communication in error, please contact the sender
>> immediately
>> >>>> and delete it from your system. Thank You.
>> >>>
>> >>>
>> >>>
>> >>> --
>> >>> - Tsuyoshi
>> >>
>> >>
>> >>
>> >> --
>> >> - Tsuyoshi
>> >
>> > --
>> > CONFIDENTIALITY NOTICE
>> > NOTICE: This message is intended for the use of the individual or entity
>> to
>> > which it is addressed and may contain information that is confidential,
>> > privileged and exempt from disclosure under applicable law. If the reader
>> > of this message is not the intended recipient, you are hereby notified
>> that
>> > any printing, copying, dissemination, distribution, disclosure or
>> > forwarding of this communication is strictly prohibited. If you have
>> > received this communication in error, please contact the sender
>> immediately
>> > and delete it from your system. Thank You.
>>

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Arun C Murthy <ac...@hortonworks.com>.
Gera,

 Apologies for the late response, I decided to take the weekend off! *smile*

 Thanks for the feedback, I took a look at your list and here are some observations:

On Apr 4, 2014, at 5:06 PM, Gera Shegalov <ge...@shegalov.com> wrote:

> I built the release from the rc tag, enabled timeline history service and
> ran a sleep job on a pseudo-distributed cluster.
> 
> I encourage another rc, for 2.4.0 (non-binding)
> 
> 1) Despite the discussion on YARN-1701, timeline AHS still sets
> yarn.timeline-service.generic-application-history.fs-history-store.uri to a
> location under ${hadoop.log.dir} that is meant for local file system, but
> uses it on HDFS by default.

 This is certainly unfortunate, but essentially it's just a bad default config value. As such, there is a pretty simple & clear workaround which I'll release-doc. 

> 
> 2) Critical patch for WebHdfs/Hftp to fix the filesystem contract HDFS-6143
> is not included


 I had already commented on the jira around the time of RC as you may remember. Also, this isn't a regression - this bug has existed for quite a while now. Furthermore, there are some back-compatibility concerns we still need to address.

> 
> 3) Several patches that already proved themselves useful for diagnostics in
> production and have been available for some months are still not included.
> MAPREDUCE-5044/YARN-1515 is the most obvious example. Our users need to see
> where the task container JVM got stuck when it was timed out by AM.

 Please accept my personal apologies, this wasn't on my radar to review. In future, pls drop me a note if you don't see any activity on a jira you care about - I'm sure others like Vinod, Jason etc. would love to help too; it's just something that got missed by the community collectively. Having said that, as you can imagine, new features cannot be a blocker to a release; this sets up a dynamic where it's impossible to please everyone and we cannot ship any release… as you may have seen it's been quite an effort for the last 3-4 weeks just to corral everyone into fixing/reviewing/committing blocker bugs itself. *smile*

 Overall, please feel free to share your feedback, but the above list doesn't seem to have a critically bad release blocker. 
 
 Also, I plan to follow up with a 2.4.1 in a couple of weeks; I'll make sure to include as much as your list as possible - and future ones.

thanks,
Arun

> 
> Thanks,
> 
> Gera
> 
> 
> 
> 
> On Fri, Apr 4, 2014 at 3:51 PM, Azuryy <az...@gmail.com> wrote:
> 
>> Arun,
>> 
>> Do you mean you will cut another RC for 2.4?
>> 
>> 
>> Sent from my iPhone5s
>> 
>>> On 2014年4月5日, at 3:50, "Arun C. Murthy" <ac...@hortonworks.com> wrote:
>>> 
>>> Thanks for helping Tsuyoshi. Pls mark them as Blockers and set the
>> fix-version to 2.4.1.
>>> 
>>> Thanks again.
>>> 
>>> Arun
>>> 
>>> 
>>>> On Apr 3, 2014, at 11:38 PM, Tsuyoshi OZAWA <oz...@gmail.com>
>> wrote:
>>>> 
>>>> Hi,
>>>> 
>>>> Updated a test result log based on the result of 2.4.0-rc0:
>>>> https://gist.github.com/oza/9965197
>>>> 
>>>> IMO, there are some blockers to be fixed:
>>>> * MAPREDUCE-5815(TestMRAppMaster failure)
>>>> * YARN-1872(TestDistributedShell failure)
>>>> * HDFS: TestSymlinkLocalFSFileSystem failure on Linux (I cannot find
>>>> JIRA about this failure)
>>>> 
>>>> Now I'm checking the problem reported by Azuryy.
>>>> 
>>>> Thanks,
>>>> - Tsuyoshi
>>>> 
>>>>> On Fri, Apr 4, 2014 at 8:55 AM, Tsuyoshi OZAWA <
>> ozawa.tsuyoshi@gmail.com> wrote:
>>>>> Hi,
>>>>> 
>>>>> Ran tests and confirmed that some tests(TestSymlinkLocalFSFileSystem)
>> fail.
>>>>> The log of the test failure is as follows:
>>>>> 
>>>>> https://gist.github.com/oza/9965197
>>>>> 
>>>>> Should we fix or disable the feature?
>>>>> 
>>>>> Thanks,
>>>>> - Tsuyoshi
>>>>> 
>>>>>> On Mon, Mar 31, 2014 at 6:22 PM, Arun C Murthy <ac...@hortonworks.com>
>> wrote:
>>>>>> Folks,
>>>>>> 
>>>>>> I've created a release candidate (rc0) for hadoop-2.4.0 that I would
>> like to get released.
>>>>>> 
>>>>>> The RC is available at:
>> http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
>>>>>> The RC tag in svn is here:
>> https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
>>>>>> 
>>>>>> The maven artifacts are available via repository.apache.org.
>>>>>> 
>>>>>> Please try the release and vote; the vote will run for the usual 7
>> days.
>>>>>> 
>>>>>> thanks,
>>>>>> Arun
>>>>>> 
>>>>>> --
>>>>>> Arun C. Murthy
>>>>>> Hortonworks Inc.
>>>>>> http://hortonworks.com/
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> --
>>>>>> CONFIDENTIALITY NOTICE
>>>>>> NOTICE: This message is intended for the use of the individual or
>> entity to
>>>>>> which it is addressed and may contain information that is
>> confidential,
>>>>>> privileged and exempt from disclosure under applicable law. If the
>> reader
>>>>>> of this message is not the intended recipient, you are hereby
>> notified that
>>>>>> any printing, copying, dissemination, distribution, disclosure or
>>>>>> forwarding of this communication is strictly prohibited. If you have
>>>>>> received this communication in error, please contact the sender
>> immediately
>>>>>> and delete it from your system. Thank You.
>>>>> 
>>>>> 
>>>>> 
>>>>> --
>>>>> - Tsuyoshi
>>>> 
>>>> 
>>>> 
>>>> --
>>>> - Tsuyoshi
>>> 
>>> --
>>> CONFIDENTIALITY NOTICE
>>> NOTICE: This message is intended for the use of the individual or entity
>> to
>>> which it is addressed and may contain information that is confidential,
>>> privileged and exempt from disclosure under applicable law. If the reader
>>> of this message is not the intended recipient, you are hereby notified
>> that
>>> any printing, copying, dissemination, distribution, disclosure or
>>> forwarding of this communication is strictly prohibited. If you have
>>> received this communication in error, please contact the sender
>> immediately
>>> and delete it from your system. Thank You.
>> 

--
Arun C. Murthy
Hortonworks Inc.
http://hortonworks.com/



-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Arun C Murthy <ac...@hortonworks.com>.
Gera,

 Apologies for the late response, I decided to take the weekend off! *smile*

 Thanks for the feedback, I took a look at your list and here are some observations:

On Apr 4, 2014, at 5:06 PM, Gera Shegalov <ge...@shegalov.com> wrote:

> I built the release from the rc tag, enabled timeline history service and
> ran a sleep job on a pseudo-distributed cluster.
> 
> I encourage another rc, for 2.4.0 (non-binding)
> 
> 1) Despite the discussion on YARN-1701, timeline AHS still sets
> yarn.timeline-service.generic-application-history.fs-history-store.uri to a
> location under ${hadoop.log.dir} that is meant for local file system, but
> uses it on HDFS by default.

 This is certainly unfortunate, but essentially it's just a bad default config value. As such, there is a pretty simple & clear workaround which I'll release-doc. 

> 
> 2) Critical patch for WebHdfs/Hftp to fix the filesystem contract HDFS-6143
> is not included


 I had already commented on the jira around the time of RC as you may remember. Also, this isn't a regression - this bug has existed for quite a while now. Furthermore, there are some back-compatibility concerns we still need to address.

> 
> 3) Several patches that already proved themselves useful for diagnostics in
> production and have been available for some months are still not included.
> MAPREDUCE-5044/YARN-1515 is the most obvious example. Our users need to see
> where the task container JVM got stuck when it was timed out by AM.

 Please accept my personal apologies, this wasn't on my radar to review. In future, pls drop me a note if you don't see any activity on a jira you care about - I'm sure others like Vinod, Jason etc. would love to help too; it's just something that got missed by the community collectively. Having said that, as you can imagine, new features cannot be a blocker to a release; this sets up a dynamic where it's impossible to please everyone and we cannot ship any release… as you may have seen it's been quite an effort for the last 3-4 weeks just to corral everyone into fixing/reviewing/committing blocker bugs itself. *smile*

 Overall, please feel free to share your feedback, but the above list doesn't seem to have a critically bad release blocker. 
 
 Also, I plan to follow up with a 2.4.1 in a couple of weeks; I'll make sure to include as much as your list as possible - and future ones.

thanks,
Arun

> 
> Thanks,
> 
> Gera
> 
> 
> 
> 
> On Fri, Apr 4, 2014 at 3:51 PM, Azuryy <az...@gmail.com> wrote:
> 
>> Arun,
>> 
>> Do you mean you will cut another RC for 2.4?
>> 
>> 
>> Sent from my iPhone5s
>> 
>>> On 2014年4月5日, at 3:50, "Arun C. Murthy" <ac...@hortonworks.com> wrote:
>>> 
>>> Thanks for helping Tsuyoshi. Pls mark them as Blockers and set the
>> fix-version to 2.4.1.
>>> 
>>> Thanks again.
>>> 
>>> Arun
>>> 
>>> 
>>>> On Apr 3, 2014, at 11:38 PM, Tsuyoshi OZAWA <oz...@gmail.com>
>> wrote:
>>>> 
>>>> Hi,
>>>> 
>>>> Updated a test result log based on the result of 2.4.0-rc0:
>>>> https://gist.github.com/oza/9965197
>>>> 
>>>> IMO, there are some blockers to be fixed:
>>>> * MAPREDUCE-5815(TestMRAppMaster failure)
>>>> * YARN-1872(TestDistributedShell failure)
>>>> * HDFS: TestSymlinkLocalFSFileSystem failure on Linux (I cannot find
>>>> JIRA about this failure)
>>>> 
>>>> Now I'm checking the problem reported by Azuryy.
>>>> 
>>>> Thanks,
>>>> - Tsuyoshi
>>>> 
>>>>> On Fri, Apr 4, 2014 at 8:55 AM, Tsuyoshi OZAWA <
>> ozawa.tsuyoshi@gmail.com> wrote:
>>>>> Hi,
>>>>> 
>>>>> Ran tests and confirmed that some tests(TestSymlinkLocalFSFileSystem)
>> fail.
>>>>> The log of the test failure is as follows:
>>>>> 
>>>>> https://gist.github.com/oza/9965197
>>>>> 
>>>>> Should we fix or disable the feature?
>>>>> 
>>>>> Thanks,
>>>>> - Tsuyoshi
>>>>> 
>>>>>> On Mon, Mar 31, 2014 at 6:22 PM, Arun C Murthy <ac...@hortonworks.com>
>> wrote:
>>>>>> Folks,
>>>>>> 
>>>>>> I've created a release candidate (rc0) for hadoop-2.4.0 that I would
>> like to get released.
>>>>>> 
>>>>>> The RC is available at:
>> http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
>>>>>> The RC tag in svn is here:
>> https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
>>>>>> 
>>>>>> The maven artifacts are available via repository.apache.org.
>>>>>> 
>>>>>> Please try the release and vote; the vote will run for the usual 7
>> days.
>>>>>> 
>>>>>> thanks,
>>>>>> Arun
>>>>>> 
>>>>>> --
>>>>>> Arun C. Murthy
>>>>>> Hortonworks Inc.
>>>>>> http://hortonworks.com/
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> --
>>>>>> CONFIDENTIALITY NOTICE
>>>>>> NOTICE: This message is intended for the use of the individual or
>> entity to
>>>>>> which it is addressed and may contain information that is
>> confidential,
>>>>>> privileged and exempt from disclosure under applicable law. If the
>> reader
>>>>>> of this message is not the intended recipient, you are hereby
>> notified that
>>>>>> any printing, copying, dissemination, distribution, disclosure or
>>>>>> forwarding of this communication is strictly prohibited. If you have
>>>>>> received this communication in error, please contact the sender
>> immediately
>>>>>> and delete it from your system. Thank You.
>>>>> 
>>>>> 
>>>>> 
>>>>> --
>>>>> - Tsuyoshi
>>>> 
>>>> 
>>>> 
>>>> --
>>>> - Tsuyoshi
>>> 
>>> --
>>> CONFIDENTIALITY NOTICE
>>> NOTICE: This message is intended for the use of the individual or entity
>> to
>>> which it is addressed and may contain information that is confidential,
>>> privileged and exempt from disclosure under applicable law. If the reader
>>> of this message is not the intended recipient, you are hereby notified
>> that
>>> any printing, copying, dissemination, distribution, disclosure or
>>> forwarding of this communication is strictly prohibited. If you have
>>> received this communication in error, please contact the sender
>> immediately
>>> and delete it from your system. Thank You.
>> 

--
Arun C. Murthy
Hortonworks Inc.
http://hortonworks.com/



-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Eli Collins <el...@cloudera.com>.
+1  for another rc.  There have been quite a few issues found (handful
marked blocker) and this is only the first release candidate, seems
like the point of having multiple release candidates is to iterate
with another one that addresses the major issues found with the
previous one.

On Fri, Apr 4, 2014 at 5:06 PM, Gera Shegalov <ge...@shegalov.com> wrote:
> I built the release from the rc tag, enabled timeline history service and
> ran a sleep job on a pseudo-distributed cluster.
>
> I encourage another rc, for 2.4.0 (non-binding)
>
> 1) Despite the discussion on YARN-1701, timeline AHS still sets
> yarn.timeline-service.generic-application-history.fs-history-store.uri to a
> location under ${hadoop.log.dir} that is meant for local file system, but
> uses it on HDFS by default.
>
> 2) Critical patch for WebHdfs/Hftp to fix the filesystem contract HDFS-6143
> is not included
>
> 3) Several patches that already proved themselves useful for diagnostics in
> production and have been available for some months are still not included.
> MAPREDUCE-5044/YARN-1515 is the most obvious example. Our users need to see
> where the task container JVM got stuck when it was timed out by AM.
>
> Thanks,
>
> Gera
>
>
>
>
> On Fri, Apr 4, 2014 at 3:51 PM, Azuryy <az...@gmail.com> wrote:
>
>> Arun,
>>
>> Do you mean you will cut another RC for 2.4?
>>
>>
>> Sent from my iPhone5s
>>
>> > On 2014年4月5日, at 3:50, "Arun C. Murthy" <ac...@hortonworks.com> wrote:
>> >
>> > Thanks for helping Tsuyoshi. Pls mark them as Blockers and set the
>> fix-version to 2.4.1.
>> >
>> > Thanks again.
>> >
>> > Arun
>> >
>> >
>> >> On Apr 3, 2014, at 11:38 PM, Tsuyoshi OZAWA <oz...@gmail.com>
>> wrote:
>> >>
>> >> Hi,
>> >>
>> >> Updated a test result log based on the result of 2.4.0-rc0:
>> >> https://gist.github.com/oza/9965197
>> >>
>> >> IMO, there are some blockers to be fixed:
>> >> * MAPREDUCE-5815(TestMRAppMaster failure)
>> >> * YARN-1872(TestDistributedShell failure)
>> >> * HDFS: TestSymlinkLocalFSFileSystem failure on Linux (I cannot find
>> >> JIRA about this failure)
>> >>
>> >> Now I'm checking the problem reported by Azuryy.
>> >>
>> >> Thanks,
>> >> - Tsuyoshi
>> >>
>> >>> On Fri, Apr 4, 2014 at 8:55 AM, Tsuyoshi OZAWA <
>> ozawa.tsuyoshi@gmail.com> wrote:
>> >>> Hi,
>> >>>
>> >>> Ran tests and confirmed that some tests(TestSymlinkLocalFSFileSystem)
>> fail.
>> >>> The log of the test failure is as follows:
>> >>>
>> >>> https://gist.github.com/oza/9965197
>> >>>
>> >>> Should we fix or disable the feature?
>> >>>
>> >>> Thanks,
>> >>> - Tsuyoshi
>> >>>
>> >>>> On Mon, Mar 31, 2014 at 6:22 PM, Arun C Murthy <ac...@hortonworks.com>
>> wrote:
>> >>>> Folks,
>> >>>>
>> >>>> I've created a release candidate (rc0) for hadoop-2.4.0 that I would
>> like to get released.
>> >>>>
>> >>>> The RC is available at:
>> http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
>> >>>> The RC tag in svn is here:
>> https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
>> >>>>
>> >>>> The maven artifacts are available via repository.apache.org.
>> >>>>
>> >>>> Please try the release and vote; the vote will run for the usual 7
>> days.
>> >>>>
>> >>>> thanks,
>> >>>> Arun
>> >>>>
>> >>>> --
>> >>>> Arun C. Murthy
>> >>>> Hortonworks Inc.
>> >>>> http://hortonworks.com/
>> >>>>
>> >>>>
>> >>>>
>> >>>> --
>> >>>> CONFIDENTIALITY NOTICE
>> >>>> NOTICE: This message is intended for the use of the individual or
>> entity to
>> >>>> which it is addressed and may contain information that is
>> confidential,
>> >>>> privileged and exempt from disclosure under applicable law. If the
>> reader
>> >>>> of this message is not the intended recipient, you are hereby
>> notified that
>> >>>> any printing, copying, dissemination, distribution, disclosure or
>> >>>> forwarding of this communication is strictly prohibited. If you have
>> >>>> received this communication in error, please contact the sender
>> immediately
>> >>>> and delete it from your system. Thank You.
>> >>>
>> >>>
>> >>>
>> >>> --
>> >>> - Tsuyoshi
>> >>
>> >>
>> >>
>> >> --
>> >> - Tsuyoshi
>> >
>> > --
>> > CONFIDENTIALITY NOTICE
>> > NOTICE: This message is intended for the use of the individual or entity
>> to
>> > which it is addressed and may contain information that is confidential,
>> > privileged and exempt from disclosure under applicable law. If the reader
>> > of this message is not the intended recipient, you are hereby notified
>> that
>> > any printing, copying, dissemination, distribution, disclosure or
>> > forwarding of this communication is strictly prohibited. If you have
>> > received this communication in error, please contact the sender
>> immediately
>> > and delete it from your system. Thank You.
>>

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Eli Collins <el...@cloudera.com>.
+1  for another rc.  There have been quite a few issues found (handful
marked blocker) and this is only the first release candidate, seems
like the point of having multiple release candidates is to iterate
with another one that addresses the major issues found with the
previous one.

On Fri, Apr 4, 2014 at 5:06 PM, Gera Shegalov <ge...@shegalov.com> wrote:
> I built the release from the rc tag, enabled timeline history service and
> ran a sleep job on a pseudo-distributed cluster.
>
> I encourage another rc, for 2.4.0 (non-binding)
>
> 1) Despite the discussion on YARN-1701, timeline AHS still sets
> yarn.timeline-service.generic-application-history.fs-history-store.uri to a
> location under ${hadoop.log.dir} that is meant for local file system, but
> uses it on HDFS by default.
>
> 2) Critical patch for WebHdfs/Hftp to fix the filesystem contract HDFS-6143
> is not included
>
> 3) Several patches that already proved themselves useful for diagnostics in
> production and have been available for some months are still not included.
> MAPREDUCE-5044/YARN-1515 is the most obvious example. Our users need to see
> where the task container JVM got stuck when it was timed out by AM.
>
> Thanks,
>
> Gera
>
>
>
>
> On Fri, Apr 4, 2014 at 3:51 PM, Azuryy <az...@gmail.com> wrote:
>
>> Arun,
>>
>> Do you mean you will cut another RC for 2.4?
>>
>>
>> Sent from my iPhone5s
>>
>> > On 2014年4月5日, at 3:50, "Arun C. Murthy" <ac...@hortonworks.com> wrote:
>> >
>> > Thanks for helping Tsuyoshi. Pls mark them as Blockers and set the
>> fix-version to 2.4.1.
>> >
>> > Thanks again.
>> >
>> > Arun
>> >
>> >
>> >> On Apr 3, 2014, at 11:38 PM, Tsuyoshi OZAWA <oz...@gmail.com>
>> wrote:
>> >>
>> >> Hi,
>> >>
>> >> Updated a test result log based on the result of 2.4.0-rc0:
>> >> https://gist.github.com/oza/9965197
>> >>
>> >> IMO, there are some blockers to be fixed:
>> >> * MAPREDUCE-5815(TestMRAppMaster failure)
>> >> * YARN-1872(TestDistributedShell failure)
>> >> * HDFS: TestSymlinkLocalFSFileSystem failure on Linux (I cannot find
>> >> JIRA about this failure)
>> >>
>> >> Now I'm checking the problem reported by Azuryy.
>> >>
>> >> Thanks,
>> >> - Tsuyoshi
>> >>
>> >>> On Fri, Apr 4, 2014 at 8:55 AM, Tsuyoshi OZAWA <
>> ozawa.tsuyoshi@gmail.com> wrote:
>> >>> Hi,
>> >>>
>> >>> Ran tests and confirmed that some tests(TestSymlinkLocalFSFileSystem)
>> fail.
>> >>> The log of the test failure is as follows:
>> >>>
>> >>> https://gist.github.com/oza/9965197
>> >>>
>> >>> Should we fix or disable the feature?
>> >>>
>> >>> Thanks,
>> >>> - Tsuyoshi
>> >>>
>> >>>> On Mon, Mar 31, 2014 at 6:22 PM, Arun C Murthy <ac...@hortonworks.com>
>> wrote:
>> >>>> Folks,
>> >>>>
>> >>>> I've created a release candidate (rc0) for hadoop-2.4.0 that I would
>> like to get released.
>> >>>>
>> >>>> The RC is available at:
>> http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
>> >>>> The RC tag in svn is here:
>> https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
>> >>>>
>> >>>> The maven artifacts are available via repository.apache.org.
>> >>>>
>> >>>> Please try the release and vote; the vote will run for the usual 7
>> days.
>> >>>>
>> >>>> thanks,
>> >>>> Arun
>> >>>>
>> >>>> --
>> >>>> Arun C. Murthy
>> >>>> Hortonworks Inc.
>> >>>> http://hortonworks.com/
>> >>>>
>> >>>>
>> >>>>
>> >>>> --
>> >>>> CONFIDENTIALITY NOTICE
>> >>>> NOTICE: This message is intended for the use of the individual or
>> entity to
>> >>>> which it is addressed and may contain information that is
>> confidential,
>> >>>> privileged and exempt from disclosure under applicable law. If the
>> reader
>> >>>> of this message is not the intended recipient, you are hereby
>> notified that
>> >>>> any printing, copying, dissemination, distribution, disclosure or
>> >>>> forwarding of this communication is strictly prohibited. If you have
>> >>>> received this communication in error, please contact the sender
>> immediately
>> >>>> and delete it from your system. Thank You.
>> >>>
>> >>>
>> >>>
>> >>> --
>> >>> - Tsuyoshi
>> >>
>> >>
>> >>
>> >> --
>> >> - Tsuyoshi
>> >
>> > --
>> > CONFIDENTIALITY NOTICE
>> > NOTICE: This message is intended for the use of the individual or entity
>> to
>> > which it is addressed and may contain information that is confidential,
>> > privileged and exempt from disclosure under applicable law. If the reader
>> > of this message is not the intended recipient, you are hereby notified
>> that
>> > any printing, copying, dissemination, distribution, disclosure or
>> > forwarding of this communication is strictly prohibited. If you have
>> > received this communication in error, please contact the sender
>> immediately
>> > and delete it from your system. Thank You.
>>

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Arun C Murthy <ac...@hortonworks.com>.
Gera,

 Apologies for the late response, I decided to take the weekend off! *smile*

 Thanks for the feedback, I took a look at your list and here are some observations:

On Apr 4, 2014, at 5:06 PM, Gera Shegalov <ge...@shegalov.com> wrote:

> I built the release from the rc tag, enabled timeline history service and
> ran a sleep job on a pseudo-distributed cluster.
> 
> I encourage another rc, for 2.4.0 (non-binding)
> 
> 1) Despite the discussion on YARN-1701, timeline AHS still sets
> yarn.timeline-service.generic-application-history.fs-history-store.uri to a
> location under ${hadoop.log.dir} that is meant for local file system, but
> uses it on HDFS by default.

 This is certainly unfortunate, but essentially it's just a bad default config value. As such, there is a pretty simple & clear workaround which I'll release-doc. 

> 
> 2) Critical patch for WebHdfs/Hftp to fix the filesystem contract HDFS-6143
> is not included


 I had already commented on the jira around the time of RC as you may remember. Also, this isn't a regression - this bug has existed for quite a while now. Furthermore, there are some back-compatibility concerns we still need to address.

> 
> 3) Several patches that already proved themselves useful for diagnostics in
> production and have been available for some months are still not included.
> MAPREDUCE-5044/YARN-1515 is the most obvious example. Our users need to see
> where the task container JVM got stuck when it was timed out by AM.

 Please accept my personal apologies, this wasn't on my radar to review. In future, pls drop me a note if you don't see any activity on a jira you care about - I'm sure others like Vinod, Jason etc. would love to help too; it's just something that got missed by the community collectively. Having said that, as you can imagine, new features cannot be a blocker to a release; this sets up a dynamic where it's impossible to please everyone and we cannot ship any release… as you may have seen it's been quite an effort for the last 3-4 weeks just to corral everyone into fixing/reviewing/committing blocker bugs itself. *smile*

 Overall, please feel free to share your feedback, but the above list doesn't seem to have a critically bad release blocker. 
 
 Also, I plan to follow up with a 2.4.1 in a couple of weeks; I'll make sure to include as much as your list as possible - and future ones.

thanks,
Arun

> 
> Thanks,
> 
> Gera
> 
> 
> 
> 
> On Fri, Apr 4, 2014 at 3:51 PM, Azuryy <az...@gmail.com> wrote:
> 
>> Arun,
>> 
>> Do you mean you will cut another RC for 2.4?
>> 
>> 
>> Sent from my iPhone5s
>> 
>>> On 2014年4月5日, at 3:50, "Arun C. Murthy" <ac...@hortonworks.com> wrote:
>>> 
>>> Thanks for helping Tsuyoshi. Pls mark them as Blockers and set the
>> fix-version to 2.4.1.
>>> 
>>> Thanks again.
>>> 
>>> Arun
>>> 
>>> 
>>>> On Apr 3, 2014, at 11:38 PM, Tsuyoshi OZAWA <oz...@gmail.com>
>> wrote:
>>>> 
>>>> Hi,
>>>> 
>>>> Updated a test result log based on the result of 2.4.0-rc0:
>>>> https://gist.github.com/oza/9965197
>>>> 
>>>> IMO, there are some blockers to be fixed:
>>>> * MAPREDUCE-5815(TestMRAppMaster failure)
>>>> * YARN-1872(TestDistributedShell failure)
>>>> * HDFS: TestSymlinkLocalFSFileSystem failure on Linux (I cannot find
>>>> JIRA about this failure)
>>>> 
>>>> Now I'm checking the problem reported by Azuryy.
>>>> 
>>>> Thanks,
>>>> - Tsuyoshi
>>>> 
>>>>> On Fri, Apr 4, 2014 at 8:55 AM, Tsuyoshi OZAWA <
>> ozawa.tsuyoshi@gmail.com> wrote:
>>>>> Hi,
>>>>> 
>>>>> Ran tests and confirmed that some tests(TestSymlinkLocalFSFileSystem)
>> fail.
>>>>> The log of the test failure is as follows:
>>>>> 
>>>>> https://gist.github.com/oza/9965197
>>>>> 
>>>>> Should we fix or disable the feature?
>>>>> 
>>>>> Thanks,
>>>>> - Tsuyoshi
>>>>> 
>>>>>> On Mon, Mar 31, 2014 at 6:22 PM, Arun C Murthy <ac...@hortonworks.com>
>> wrote:
>>>>>> Folks,
>>>>>> 
>>>>>> I've created a release candidate (rc0) for hadoop-2.4.0 that I would
>> like to get released.
>>>>>> 
>>>>>> The RC is available at:
>> http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
>>>>>> The RC tag in svn is here:
>> https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
>>>>>> 
>>>>>> The maven artifacts are available via repository.apache.org.
>>>>>> 
>>>>>> Please try the release and vote; the vote will run for the usual 7
>> days.
>>>>>> 
>>>>>> thanks,
>>>>>> Arun
>>>>>> 
>>>>>> --
>>>>>> Arun C. Murthy
>>>>>> Hortonworks Inc.
>>>>>> http://hortonworks.com/
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> --
>>>>>> CONFIDENTIALITY NOTICE
>>>>>> NOTICE: This message is intended for the use of the individual or
>> entity to
>>>>>> which it is addressed and may contain information that is
>> confidential,
>>>>>> privileged and exempt from disclosure under applicable law. If the
>> reader
>>>>>> of this message is not the intended recipient, you are hereby
>> notified that
>>>>>> any printing, copying, dissemination, distribution, disclosure or
>>>>>> forwarding of this communication is strictly prohibited. If you have
>>>>>> received this communication in error, please contact the sender
>> immediately
>>>>>> and delete it from your system. Thank You.
>>>>> 
>>>>> 
>>>>> 
>>>>> --
>>>>> - Tsuyoshi
>>>> 
>>>> 
>>>> 
>>>> --
>>>> - Tsuyoshi
>>> 
>>> --
>>> CONFIDENTIALITY NOTICE
>>> NOTICE: This message is intended for the use of the individual or entity
>> to
>>> which it is addressed and may contain information that is confidential,
>>> privileged and exempt from disclosure under applicable law. If the reader
>>> of this message is not the intended recipient, you are hereby notified
>> that
>>> any printing, copying, dissemination, distribution, disclosure or
>>> forwarding of this communication is strictly prohibited. If you have
>>> received this communication in error, please contact the sender
>> immediately
>>> and delete it from your system. Thank You.
>> 

--
Arun C. Murthy
Hortonworks Inc.
http://hortonworks.com/



-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Gera Shegalov <ge...@shegalov.com>.
I built the release from the rc tag, enabled timeline history service and
ran a sleep job on a pseudo-distributed cluster.

I encourage another rc, for 2.4.0 (non-binding)

1) Despite the discussion on YARN-1701, timeline AHS still sets
yarn.timeline-service.generic-application-history.fs-history-store.uri to a
location under ${hadoop.log.dir} that is meant for local file system, but
uses it on HDFS by default.

2) Critical patch for WebHdfs/Hftp to fix the filesystem contract HDFS-6143
is not included

3) Several patches that already proved themselves useful for diagnostics in
production and have been available for some months are still not included.
MAPREDUCE-5044/YARN-1515 is the most obvious example. Our users need to see
where the task container JVM got stuck when it was timed out by AM.

Thanks,

Gera




On Fri, Apr 4, 2014 at 3:51 PM, Azuryy <az...@gmail.com> wrote:

> Arun,
>
> Do you mean you will cut another RC for 2.4?
>
>
> Sent from my iPhone5s
>
> > On 2014年4月5日, at 3:50, "Arun C. Murthy" <ac...@hortonworks.com> wrote:
> >
> > Thanks for helping Tsuyoshi. Pls mark them as Blockers and set the
> fix-version to 2.4.1.
> >
> > Thanks again.
> >
> > Arun
> >
> >
> >> On Apr 3, 2014, at 11:38 PM, Tsuyoshi OZAWA <oz...@gmail.com>
> wrote:
> >>
> >> Hi,
> >>
> >> Updated a test result log based on the result of 2.4.0-rc0:
> >> https://gist.github.com/oza/9965197
> >>
> >> IMO, there are some blockers to be fixed:
> >> * MAPREDUCE-5815(TestMRAppMaster failure)
> >> * YARN-1872(TestDistributedShell failure)
> >> * HDFS: TestSymlinkLocalFSFileSystem failure on Linux (I cannot find
> >> JIRA about this failure)
> >>
> >> Now I'm checking the problem reported by Azuryy.
> >>
> >> Thanks,
> >> - Tsuyoshi
> >>
> >>> On Fri, Apr 4, 2014 at 8:55 AM, Tsuyoshi OZAWA <
> ozawa.tsuyoshi@gmail.com> wrote:
> >>> Hi,
> >>>
> >>> Ran tests and confirmed that some tests(TestSymlinkLocalFSFileSystem)
> fail.
> >>> The log of the test failure is as follows:
> >>>
> >>> https://gist.github.com/oza/9965197
> >>>
> >>> Should we fix or disable the feature?
> >>>
> >>> Thanks,
> >>> - Tsuyoshi
> >>>
> >>>> On Mon, Mar 31, 2014 at 6:22 PM, Arun C Murthy <ac...@hortonworks.com>
> wrote:
> >>>> Folks,
> >>>>
> >>>> I've created a release candidate (rc0) for hadoop-2.4.0 that I would
> like to get released.
> >>>>
> >>>> The RC is available at:
> http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
> >>>> The RC tag in svn is here:
> https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
> >>>>
> >>>> The maven artifacts are available via repository.apache.org.
> >>>>
> >>>> Please try the release and vote; the vote will run for the usual 7
> days.
> >>>>
> >>>> thanks,
> >>>> Arun
> >>>>
> >>>> --
> >>>> Arun C. Murthy
> >>>> Hortonworks Inc.
> >>>> http://hortonworks.com/
> >>>>
> >>>>
> >>>>
> >>>> --
> >>>> CONFIDENTIALITY NOTICE
> >>>> NOTICE: This message is intended for the use of the individual or
> entity to
> >>>> which it is addressed and may contain information that is
> confidential,
> >>>> privileged and exempt from disclosure under applicable law. If the
> reader
> >>>> of this message is not the intended recipient, you are hereby
> notified that
> >>>> any printing, copying, dissemination, distribution, disclosure or
> >>>> forwarding of this communication is strictly prohibited. If you have
> >>>> received this communication in error, please contact the sender
> immediately
> >>>> and delete it from your system. Thank You.
> >>>
> >>>
> >>>
> >>> --
> >>> - Tsuyoshi
> >>
> >>
> >>
> >> --
> >> - Tsuyoshi
> >
> > --
> > CONFIDENTIALITY NOTICE
> > NOTICE: This message is intended for the use of the individual or entity
> to
> > which it is addressed and may contain information that is confidential,
> > privileged and exempt from disclosure under applicable law. If the reader
> > of this message is not the intended recipient, you are hereby notified
> that
> > any printing, copying, dissemination, distribution, disclosure or
> > forwarding of this communication is strictly prohibited. If you have
> > received this communication in error, please contact the sender
> immediately
> > and delete it from your system. Thank You.
>

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Gera Shegalov <ge...@shegalov.com>.
I built the release from the rc tag, enabled timeline history service and
ran a sleep job on a pseudo-distributed cluster.

I encourage another rc, for 2.4.0 (non-binding)

1) Despite the discussion on YARN-1701, timeline AHS still sets
yarn.timeline-service.generic-application-history.fs-history-store.uri to a
location under ${hadoop.log.dir} that is meant for local file system, but
uses it on HDFS by default.

2) Critical patch for WebHdfs/Hftp to fix the filesystem contract HDFS-6143
is not included

3) Several patches that already proved themselves useful for diagnostics in
production and have been available for some months are still not included.
MAPREDUCE-5044/YARN-1515 is the most obvious example. Our users need to see
where the task container JVM got stuck when it was timed out by AM.

Thanks,

Gera




On Fri, Apr 4, 2014 at 3:51 PM, Azuryy <az...@gmail.com> wrote:

> Arun,
>
> Do you mean you will cut another RC for 2.4?
>
>
> Sent from my iPhone5s
>
> > On 2014年4月5日, at 3:50, "Arun C. Murthy" <ac...@hortonworks.com> wrote:
> >
> > Thanks for helping Tsuyoshi. Pls mark them as Blockers and set the
> fix-version to 2.4.1.
> >
> > Thanks again.
> >
> > Arun
> >
> >
> >> On Apr 3, 2014, at 11:38 PM, Tsuyoshi OZAWA <oz...@gmail.com>
> wrote:
> >>
> >> Hi,
> >>
> >> Updated a test result log based on the result of 2.4.0-rc0:
> >> https://gist.github.com/oza/9965197
> >>
> >> IMO, there are some blockers to be fixed:
> >> * MAPREDUCE-5815(TestMRAppMaster failure)
> >> * YARN-1872(TestDistributedShell failure)
> >> * HDFS: TestSymlinkLocalFSFileSystem failure on Linux (I cannot find
> >> JIRA about this failure)
> >>
> >> Now I'm checking the problem reported by Azuryy.
> >>
> >> Thanks,
> >> - Tsuyoshi
> >>
> >>> On Fri, Apr 4, 2014 at 8:55 AM, Tsuyoshi OZAWA <
> ozawa.tsuyoshi@gmail.com> wrote:
> >>> Hi,
> >>>
> >>> Ran tests and confirmed that some tests(TestSymlinkLocalFSFileSystem)
> fail.
> >>> The log of the test failure is as follows:
> >>>
> >>> https://gist.github.com/oza/9965197
> >>>
> >>> Should we fix or disable the feature?
> >>>
> >>> Thanks,
> >>> - Tsuyoshi
> >>>
> >>>> On Mon, Mar 31, 2014 at 6:22 PM, Arun C Murthy <ac...@hortonworks.com>
> wrote:
> >>>> Folks,
> >>>>
> >>>> I've created a release candidate (rc0) for hadoop-2.4.0 that I would
> like to get released.
> >>>>
> >>>> The RC is available at:
> http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
> >>>> The RC tag in svn is here:
> https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
> >>>>
> >>>> The maven artifacts are available via repository.apache.org.
> >>>>
> >>>> Please try the release and vote; the vote will run for the usual 7
> days.
> >>>>
> >>>> thanks,
> >>>> Arun
> >>>>
> >>>> --
> >>>> Arun C. Murthy
> >>>> Hortonworks Inc.
> >>>> http://hortonworks.com/
> >>>>
> >>>>
> >>>>
> >>>> --
> >>>> CONFIDENTIALITY NOTICE
> >>>> NOTICE: This message is intended for the use of the individual or
> entity to
> >>>> which it is addressed and may contain information that is
> confidential,
> >>>> privileged and exempt from disclosure under applicable law. If the
> reader
> >>>> of this message is not the intended recipient, you are hereby
> notified that
> >>>> any printing, copying, dissemination, distribution, disclosure or
> >>>> forwarding of this communication is strictly prohibited. If you have
> >>>> received this communication in error, please contact the sender
> immediately
> >>>> and delete it from your system. Thank You.
> >>>
> >>>
> >>>
> >>> --
> >>> - Tsuyoshi
> >>
> >>
> >>
> >> --
> >> - Tsuyoshi
> >
> > --
> > CONFIDENTIALITY NOTICE
> > NOTICE: This message is intended for the use of the individual or entity
> to
> > which it is addressed and may contain information that is confidential,
> > privileged and exempt from disclosure under applicable law. If the reader
> > of this message is not the intended recipient, you are hereby notified
> that
> > any printing, copying, dissemination, distribution, disclosure or
> > forwarding of this communication is strictly prohibited. If you have
> > received this communication in error, please contact the sender
> immediately
> > and delete it from your system. Thank You.
>

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Gera Shegalov <ge...@shegalov.com>.
I built the release from the rc tag, enabled timeline history service and
ran a sleep job on a pseudo-distributed cluster.

I encourage another rc, for 2.4.0 (non-binding)

1) Despite the discussion on YARN-1701, timeline AHS still sets
yarn.timeline-service.generic-application-history.fs-history-store.uri to a
location under ${hadoop.log.dir} that is meant for local file system, but
uses it on HDFS by default.

2) Critical patch for WebHdfs/Hftp to fix the filesystem contract HDFS-6143
is not included

3) Several patches that already proved themselves useful for diagnostics in
production and have been available for some months are still not included.
MAPREDUCE-5044/YARN-1515 is the most obvious example. Our users need to see
where the task container JVM got stuck when it was timed out by AM.

Thanks,

Gera




On Fri, Apr 4, 2014 at 3:51 PM, Azuryy <az...@gmail.com> wrote:

> Arun,
>
> Do you mean you will cut another RC for 2.4?
>
>
> Sent from my iPhone5s
>
> > On 2014年4月5日, at 3:50, "Arun C. Murthy" <ac...@hortonworks.com> wrote:
> >
> > Thanks for helping Tsuyoshi. Pls mark them as Blockers and set the
> fix-version to 2.4.1.
> >
> > Thanks again.
> >
> > Arun
> >
> >
> >> On Apr 3, 2014, at 11:38 PM, Tsuyoshi OZAWA <oz...@gmail.com>
> wrote:
> >>
> >> Hi,
> >>
> >> Updated a test result log based on the result of 2.4.0-rc0:
> >> https://gist.github.com/oza/9965197
> >>
> >> IMO, there are some blockers to be fixed:
> >> * MAPREDUCE-5815(TestMRAppMaster failure)
> >> * YARN-1872(TestDistributedShell failure)
> >> * HDFS: TestSymlinkLocalFSFileSystem failure on Linux (I cannot find
> >> JIRA about this failure)
> >>
> >> Now I'm checking the problem reported by Azuryy.
> >>
> >> Thanks,
> >> - Tsuyoshi
> >>
> >>> On Fri, Apr 4, 2014 at 8:55 AM, Tsuyoshi OZAWA <
> ozawa.tsuyoshi@gmail.com> wrote:
> >>> Hi,
> >>>
> >>> Ran tests and confirmed that some tests(TestSymlinkLocalFSFileSystem)
> fail.
> >>> The log of the test failure is as follows:
> >>>
> >>> https://gist.github.com/oza/9965197
> >>>
> >>> Should we fix or disable the feature?
> >>>
> >>> Thanks,
> >>> - Tsuyoshi
> >>>
> >>>> On Mon, Mar 31, 2014 at 6:22 PM, Arun C Murthy <ac...@hortonworks.com>
> wrote:
> >>>> Folks,
> >>>>
> >>>> I've created a release candidate (rc0) for hadoop-2.4.0 that I would
> like to get released.
> >>>>
> >>>> The RC is available at:
> http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
> >>>> The RC tag in svn is here:
> https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
> >>>>
> >>>> The maven artifacts are available via repository.apache.org.
> >>>>
> >>>> Please try the release and vote; the vote will run for the usual 7
> days.
> >>>>
> >>>> thanks,
> >>>> Arun
> >>>>
> >>>> --
> >>>> Arun C. Murthy
> >>>> Hortonworks Inc.
> >>>> http://hortonworks.com/
> >>>>
> >>>>
> >>>>
> >>>> --
> >>>> CONFIDENTIALITY NOTICE
> >>>> NOTICE: This message is intended for the use of the individual or
> entity to
> >>>> which it is addressed and may contain information that is
> confidential,
> >>>> privileged and exempt from disclosure under applicable law. If the
> reader
> >>>> of this message is not the intended recipient, you are hereby
> notified that
> >>>> any printing, copying, dissemination, distribution, disclosure or
> >>>> forwarding of this communication is strictly prohibited. If you have
> >>>> received this communication in error, please contact the sender
> immediately
> >>>> and delete it from your system. Thank You.
> >>>
> >>>
> >>>
> >>> --
> >>> - Tsuyoshi
> >>
> >>
> >>
> >> --
> >> - Tsuyoshi
> >
> > --
> > CONFIDENTIALITY NOTICE
> > NOTICE: This message is intended for the use of the individual or entity
> to
> > which it is addressed and may contain information that is confidential,
> > privileged and exempt from disclosure under applicable law. If the reader
> > of this message is not the intended recipient, you are hereby notified
> that
> > any printing, copying, dissemination, distribution, disclosure or
> > forwarding of this communication is strictly prohibited. If you have
> > received this communication in error, please contact the sender
> immediately
> > and delete it from your system. Thank You.
>

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Gera Shegalov <ge...@shegalov.com>.
I built the release from the rc tag, enabled timeline history service and
ran a sleep job on a pseudo-distributed cluster.

I encourage another rc, for 2.4.0 (non-binding)

1) Despite the discussion on YARN-1701, timeline AHS still sets
yarn.timeline-service.generic-application-history.fs-history-store.uri to a
location under ${hadoop.log.dir} that is meant for local file system, but
uses it on HDFS by default.

2) Critical patch for WebHdfs/Hftp to fix the filesystem contract HDFS-6143
is not included

3) Several patches that already proved themselves useful for diagnostics in
production and have been available for some months are still not included.
MAPREDUCE-5044/YARN-1515 is the most obvious example. Our users need to see
where the task container JVM got stuck when it was timed out by AM.

Thanks,

Gera




On Fri, Apr 4, 2014 at 3:51 PM, Azuryy <az...@gmail.com> wrote:

> Arun,
>
> Do you mean you will cut another RC for 2.4?
>
>
> Sent from my iPhone5s
>
> > On 2014年4月5日, at 3:50, "Arun C. Murthy" <ac...@hortonworks.com> wrote:
> >
> > Thanks for helping Tsuyoshi. Pls mark them as Blockers and set the
> fix-version to 2.4.1.
> >
> > Thanks again.
> >
> > Arun
> >
> >
> >> On Apr 3, 2014, at 11:38 PM, Tsuyoshi OZAWA <oz...@gmail.com>
> wrote:
> >>
> >> Hi,
> >>
> >> Updated a test result log based on the result of 2.4.0-rc0:
> >> https://gist.github.com/oza/9965197
> >>
> >> IMO, there are some blockers to be fixed:
> >> * MAPREDUCE-5815(TestMRAppMaster failure)
> >> * YARN-1872(TestDistributedShell failure)
> >> * HDFS: TestSymlinkLocalFSFileSystem failure on Linux (I cannot find
> >> JIRA about this failure)
> >>
> >> Now I'm checking the problem reported by Azuryy.
> >>
> >> Thanks,
> >> - Tsuyoshi
> >>
> >>> On Fri, Apr 4, 2014 at 8:55 AM, Tsuyoshi OZAWA <
> ozawa.tsuyoshi@gmail.com> wrote:
> >>> Hi,
> >>>
> >>> Ran tests and confirmed that some tests(TestSymlinkLocalFSFileSystem)
> fail.
> >>> The log of the test failure is as follows:
> >>>
> >>> https://gist.github.com/oza/9965197
> >>>
> >>> Should we fix or disable the feature?
> >>>
> >>> Thanks,
> >>> - Tsuyoshi
> >>>
> >>>> On Mon, Mar 31, 2014 at 6:22 PM, Arun C Murthy <ac...@hortonworks.com>
> wrote:
> >>>> Folks,
> >>>>
> >>>> I've created a release candidate (rc0) for hadoop-2.4.0 that I would
> like to get released.
> >>>>
> >>>> The RC is available at:
> http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
> >>>> The RC tag in svn is here:
> https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
> >>>>
> >>>> The maven artifacts are available via repository.apache.org.
> >>>>
> >>>> Please try the release and vote; the vote will run for the usual 7
> days.
> >>>>
> >>>> thanks,
> >>>> Arun
> >>>>
> >>>> --
> >>>> Arun C. Murthy
> >>>> Hortonworks Inc.
> >>>> http://hortonworks.com/
> >>>>
> >>>>
> >>>>
> >>>> --
> >>>> CONFIDENTIALITY NOTICE
> >>>> NOTICE: This message is intended for the use of the individual or
> entity to
> >>>> which it is addressed and may contain information that is
> confidential,
> >>>> privileged and exempt from disclosure under applicable law. If the
> reader
> >>>> of this message is not the intended recipient, you are hereby
> notified that
> >>>> any printing, copying, dissemination, distribution, disclosure or
> >>>> forwarding of this communication is strictly prohibited. If you have
> >>>> received this communication in error, please contact the sender
> immediately
> >>>> and delete it from your system. Thank You.
> >>>
> >>>
> >>>
> >>> --
> >>> - Tsuyoshi
> >>
> >>
> >>
> >> --
> >> - Tsuyoshi
> >
> > --
> > CONFIDENTIALITY NOTICE
> > NOTICE: This message is intended for the use of the individual or entity
> to
> > which it is addressed and may contain information that is confidential,
> > privileged and exempt from disclosure under applicable law. If the reader
> > of this message is not the intended recipient, you are hereby notified
> that
> > any printing, copying, dissemination, distribution, disclosure or
> > forwarding of this communication is strictly prohibited. If you have
> > received this communication in error, please contact the sender
> immediately
> > and delete it from your system. Thank You.
>

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Azuryy <az...@gmail.com>.
Arun,

Do you mean you will cut another RC for 2.4?


Sent from my iPhone5s

> On 2014年4月5日, at 3:50, "Arun C. Murthy" <ac...@hortonworks.com> wrote:
> 
> Thanks for helping Tsuyoshi. Pls mark them as Blockers and set the fix-version to 2.4.1. 
> 
> Thanks again.
> 
> Arun
> 
> 
>> On Apr 3, 2014, at 11:38 PM, Tsuyoshi OZAWA <oz...@gmail.com> wrote:
>> 
>> Hi,
>> 
>> Updated a test result log based on the result of 2.4.0-rc0:
>> https://gist.github.com/oza/9965197
>> 
>> IMO, there are some blockers to be fixed:
>> * MAPREDUCE-5815(TestMRAppMaster failure)
>> * YARN-1872(TestDistributedShell failure)
>> * HDFS: TestSymlinkLocalFSFileSystem failure on Linux (I cannot find
>> JIRA about this failure)
>> 
>> Now I'm checking the problem reported by Azuryy.
>> 
>> Thanks,
>> - Tsuyoshi
>> 
>>> On Fri, Apr 4, 2014 at 8:55 AM, Tsuyoshi OZAWA <oz...@gmail.com> wrote:
>>> Hi,
>>> 
>>> Ran tests and confirmed that some tests(TestSymlinkLocalFSFileSystem) fail.
>>> The log of the test failure is as follows:
>>> 
>>> https://gist.github.com/oza/9965197
>>> 
>>> Should we fix or disable the feature?
>>> 
>>> Thanks,
>>> - Tsuyoshi
>>> 
>>>> On Mon, Mar 31, 2014 at 6:22 PM, Arun C Murthy <ac...@hortonworks.com> wrote:
>>>> Folks,
>>>> 
>>>> I've created a release candidate (rc0) for hadoop-2.4.0 that I would like to get released.
>>>> 
>>>> The RC is available at: http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
>>>> The RC tag in svn is here: https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
>>>> 
>>>> The maven artifacts are available via repository.apache.org.
>>>> 
>>>> Please try the release and vote; the vote will run for the usual 7 days.
>>>> 
>>>> thanks,
>>>> Arun
>>>> 
>>>> --
>>>> Arun C. Murthy
>>>> Hortonworks Inc.
>>>> http://hortonworks.com/
>>>> 
>>>> 
>>>> 
>>>> --
>>>> CONFIDENTIALITY NOTICE
>>>> NOTICE: This message is intended for the use of the individual or entity to
>>>> which it is addressed and may contain information that is confidential,
>>>> privileged and exempt from disclosure under applicable law. If the reader
>>>> of this message is not the intended recipient, you are hereby notified that
>>>> any printing, copying, dissemination, distribution, disclosure or
>>>> forwarding of this communication is strictly prohibited. If you have
>>>> received this communication in error, please contact the sender immediately
>>>> and delete it from your system. Thank You.
>>> 
>>> 
>>> 
>>> --
>>> - Tsuyoshi
>> 
>> 
>> 
>> -- 
>> - Tsuyoshi
> 
> -- 
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to 
> which it is addressed and may contain information that is confidential, 
> privileged and exempt from disclosure under applicable law. If the reader 
> of this message is not the intended recipient, you are hereby notified that 
> any printing, copying, dissemination, distribution, disclosure or 
> forwarding of this communication is strictly prohibited. If you have 
> received this communication in error, please contact the sender immediately 
> and delete it from your system. Thank You.

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Azuryy <az...@gmail.com>.
Arun,

Do you mean you will cut another RC for 2.4?


Sent from my iPhone5s

> On 2014年4月5日, at 3:50, "Arun C. Murthy" <ac...@hortonworks.com> wrote:
> 
> Thanks for helping Tsuyoshi. Pls mark them as Blockers and set the fix-version to 2.4.1. 
> 
> Thanks again.
> 
> Arun
> 
> 
>> On Apr 3, 2014, at 11:38 PM, Tsuyoshi OZAWA <oz...@gmail.com> wrote:
>> 
>> Hi,
>> 
>> Updated a test result log based on the result of 2.4.0-rc0:
>> https://gist.github.com/oza/9965197
>> 
>> IMO, there are some blockers to be fixed:
>> * MAPREDUCE-5815(TestMRAppMaster failure)
>> * YARN-1872(TestDistributedShell failure)
>> * HDFS: TestSymlinkLocalFSFileSystem failure on Linux (I cannot find
>> JIRA about this failure)
>> 
>> Now I'm checking the problem reported by Azuryy.
>> 
>> Thanks,
>> - Tsuyoshi
>> 
>>> On Fri, Apr 4, 2014 at 8:55 AM, Tsuyoshi OZAWA <oz...@gmail.com> wrote:
>>> Hi,
>>> 
>>> Ran tests and confirmed that some tests(TestSymlinkLocalFSFileSystem) fail.
>>> The log of the test failure is as follows:
>>> 
>>> https://gist.github.com/oza/9965197
>>> 
>>> Should we fix or disable the feature?
>>> 
>>> Thanks,
>>> - Tsuyoshi
>>> 
>>>> On Mon, Mar 31, 2014 at 6:22 PM, Arun C Murthy <ac...@hortonworks.com> wrote:
>>>> Folks,
>>>> 
>>>> I've created a release candidate (rc0) for hadoop-2.4.0 that I would like to get released.
>>>> 
>>>> The RC is available at: http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
>>>> The RC tag in svn is here: https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
>>>> 
>>>> The maven artifacts are available via repository.apache.org.
>>>> 
>>>> Please try the release and vote; the vote will run for the usual 7 days.
>>>> 
>>>> thanks,
>>>> Arun
>>>> 
>>>> --
>>>> Arun C. Murthy
>>>> Hortonworks Inc.
>>>> http://hortonworks.com/
>>>> 
>>>> 
>>>> 
>>>> --
>>>> CONFIDENTIALITY NOTICE
>>>> NOTICE: This message is intended for the use of the individual or entity to
>>>> which it is addressed and may contain information that is confidential,
>>>> privileged and exempt from disclosure under applicable law. If the reader
>>>> of this message is not the intended recipient, you are hereby notified that
>>>> any printing, copying, dissemination, distribution, disclosure or
>>>> forwarding of this communication is strictly prohibited. If you have
>>>> received this communication in error, please contact the sender immediately
>>>> and delete it from your system. Thank You.
>>> 
>>> 
>>> 
>>> --
>>> - Tsuyoshi
>> 
>> 
>> 
>> -- 
>> - Tsuyoshi
> 
> -- 
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to 
> which it is addressed and may contain information that is confidential, 
> privileged and exempt from disclosure under applicable law. If the reader 
> of this message is not the intended recipient, you are hereby notified that 
> any printing, copying, dissemination, distribution, disclosure or 
> forwarding of this communication is strictly prohibited. If you have 
> received this communication in error, please contact the sender immediately 
> and delete it from your system. Thank You.

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by "Arun C. Murthy" <ac...@hortonworks.com>.
Thanks for helping Tsuyoshi. Pls mark them as Blockers and set the fix-version to 2.4.1. 

Thanks again.

Arun


> On Apr 3, 2014, at 11:38 PM, Tsuyoshi OZAWA <oz...@gmail.com> wrote:
> 
> Hi,
> 
> Updated a test result log based on the result of 2.4.0-rc0:
> https://gist.github.com/oza/9965197
> 
> IMO, there are some blockers to be fixed:
> * MAPREDUCE-5815(TestMRAppMaster failure)
> * YARN-1872(TestDistributedShell failure)
> * HDFS: TestSymlinkLocalFSFileSystem failure on Linux (I cannot find
> JIRA about this failure)
> 
> Now I'm checking the problem reported by Azuryy.
> 
> Thanks,
> - Tsuyoshi
> 
>> On Fri, Apr 4, 2014 at 8:55 AM, Tsuyoshi OZAWA <oz...@gmail.com> wrote:
>> Hi,
>> 
>> Ran tests and confirmed that some tests(TestSymlinkLocalFSFileSystem) fail.
>> The log of the test failure is as follows:
>> 
>> https://gist.github.com/oza/9965197
>> 
>> Should we fix or disable the feature?
>> 
>> Thanks,
>> - Tsuyoshi
>> 
>>> On Mon, Mar 31, 2014 at 6:22 PM, Arun C Murthy <ac...@hortonworks.com> wrote:
>>> Folks,
>>> 
>>> I've created a release candidate (rc0) for hadoop-2.4.0 that I would like to get released.
>>> 
>>> The RC is available at: http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
>>> The RC tag in svn is here: https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
>>> 
>>> The maven artifacts are available via repository.apache.org.
>>> 
>>> Please try the release and vote; the vote will run for the usual 7 days.
>>> 
>>> thanks,
>>> Arun
>>> 
>>> --
>>> Arun C. Murthy
>>> Hortonworks Inc.
>>> http://hortonworks.com/
>>> 
>>> 
>>> 
>>> --
>>> CONFIDENTIALITY NOTICE
>>> NOTICE: This message is intended for the use of the individual or entity to
>>> which it is addressed and may contain information that is confidential,
>>> privileged and exempt from disclosure under applicable law. If the reader
>>> of this message is not the intended recipient, you are hereby notified that
>>> any printing, copying, dissemination, distribution, disclosure or
>>> forwarding of this communication is strictly prohibited. If you have
>>> received this communication in error, please contact the sender immediately
>>> and delete it from your system. Thank You.
>> 
>> 
>> 
>> --
>> - Tsuyoshi
> 
> 
> 
> -- 
> - Tsuyoshi

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by "Arun C. Murthy" <ac...@hortonworks.com>.
Thanks for helping Tsuyoshi. Pls mark them as Blockers and set the fix-version to 2.4.1. 

Thanks again.

Arun


> On Apr 3, 2014, at 11:38 PM, Tsuyoshi OZAWA <oz...@gmail.com> wrote:
> 
> Hi,
> 
> Updated a test result log based on the result of 2.4.0-rc0:
> https://gist.github.com/oza/9965197
> 
> IMO, there are some blockers to be fixed:
> * MAPREDUCE-5815(TestMRAppMaster failure)
> * YARN-1872(TestDistributedShell failure)
> * HDFS: TestSymlinkLocalFSFileSystem failure on Linux (I cannot find
> JIRA about this failure)
> 
> Now I'm checking the problem reported by Azuryy.
> 
> Thanks,
> - Tsuyoshi
> 
>> On Fri, Apr 4, 2014 at 8:55 AM, Tsuyoshi OZAWA <oz...@gmail.com> wrote:
>> Hi,
>> 
>> Ran tests and confirmed that some tests(TestSymlinkLocalFSFileSystem) fail.
>> The log of the test failure is as follows:
>> 
>> https://gist.github.com/oza/9965197
>> 
>> Should we fix or disable the feature?
>> 
>> Thanks,
>> - Tsuyoshi
>> 
>>> On Mon, Mar 31, 2014 at 6:22 PM, Arun C Murthy <ac...@hortonworks.com> wrote:
>>> Folks,
>>> 
>>> I've created a release candidate (rc0) for hadoop-2.4.0 that I would like to get released.
>>> 
>>> The RC is available at: http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
>>> The RC tag in svn is here: https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
>>> 
>>> The maven artifacts are available via repository.apache.org.
>>> 
>>> Please try the release and vote; the vote will run for the usual 7 days.
>>> 
>>> thanks,
>>> Arun
>>> 
>>> --
>>> Arun C. Murthy
>>> Hortonworks Inc.
>>> http://hortonworks.com/
>>> 
>>> 
>>> 
>>> --
>>> CONFIDENTIALITY NOTICE
>>> NOTICE: This message is intended for the use of the individual or entity to
>>> which it is addressed and may contain information that is confidential,
>>> privileged and exempt from disclosure under applicable law. If the reader
>>> of this message is not the intended recipient, you are hereby notified that
>>> any printing, copying, dissemination, distribution, disclosure or
>>> forwarding of this communication is strictly prohibited. If you have
>>> received this communication in error, please contact the sender immediately
>>> and delete it from your system. Thank You.
>> 
>> 
>> 
>> --
>> - Tsuyoshi
> 
> 
> 
> -- 
> - Tsuyoshi

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by "Arun C. Murthy" <ac...@hortonworks.com>.
Thanks for helping Tsuyoshi. Pls mark them as Blockers and set the fix-version to 2.4.1. 

Thanks again.

Arun


> On Apr 3, 2014, at 11:38 PM, Tsuyoshi OZAWA <oz...@gmail.com> wrote:
> 
> Hi,
> 
> Updated a test result log based on the result of 2.4.0-rc0:
> https://gist.github.com/oza/9965197
> 
> IMO, there are some blockers to be fixed:
> * MAPREDUCE-5815(TestMRAppMaster failure)
> * YARN-1872(TestDistributedShell failure)
> * HDFS: TestSymlinkLocalFSFileSystem failure on Linux (I cannot find
> JIRA about this failure)
> 
> Now I'm checking the problem reported by Azuryy.
> 
> Thanks,
> - Tsuyoshi
> 
>> On Fri, Apr 4, 2014 at 8:55 AM, Tsuyoshi OZAWA <oz...@gmail.com> wrote:
>> Hi,
>> 
>> Ran tests and confirmed that some tests(TestSymlinkLocalFSFileSystem) fail.
>> The log of the test failure is as follows:
>> 
>> https://gist.github.com/oza/9965197
>> 
>> Should we fix or disable the feature?
>> 
>> Thanks,
>> - Tsuyoshi
>> 
>>> On Mon, Mar 31, 2014 at 6:22 PM, Arun C Murthy <ac...@hortonworks.com> wrote:
>>> Folks,
>>> 
>>> I've created a release candidate (rc0) for hadoop-2.4.0 that I would like to get released.
>>> 
>>> The RC is available at: http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
>>> The RC tag in svn is here: https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
>>> 
>>> The maven artifacts are available via repository.apache.org.
>>> 
>>> Please try the release and vote; the vote will run for the usual 7 days.
>>> 
>>> thanks,
>>> Arun
>>> 
>>> --
>>> Arun C. Murthy
>>> Hortonworks Inc.
>>> http://hortonworks.com/
>>> 
>>> 
>>> 
>>> --
>>> CONFIDENTIALITY NOTICE
>>> NOTICE: This message is intended for the use of the individual or entity to
>>> which it is addressed and may contain information that is confidential,
>>> privileged and exempt from disclosure under applicable law. If the reader
>>> of this message is not the intended recipient, you are hereby notified that
>>> any printing, copying, dissemination, distribution, disclosure or
>>> forwarding of this communication is strictly prohibited. If you have
>>> received this communication in error, please contact the sender immediately
>>> and delete it from your system. Thank You.
>> 
>> 
>> 
>> --
>> - Tsuyoshi
> 
> 
> 
> -- 
> - Tsuyoshi

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Zhiguo <ho...@foxmail.com>.
Patch is available for YARN-1872(TestDistributedShell failure). Please review and test it.



------------------ Original ------------------
From:  "Tsuyoshi OZAWA";<oz...@gmail.com>;
Date:  Apr 4, 2014
To:  "common-dev@hadoop.apache.org"<co...@hadoop.apache.org>; 
Cc:  "hdfs-dev@hadoop.apache.org"<hd...@hadoop.apache.org>; "mapreduce-dev@hadoop.apache.org"<ma...@hadoop.apache.org>; "yarn-dev@hadoop.apache.org"<ya...@hadoop.apache.org>; 
Subject:  Re: [VOTE] Release Apache Hadoop 2.4.0



Hi,

Updated a test result log based on the result of 2.4.0-rc0:
https://gist.github.com/oza/9965197

IMO, there are some blockers to be fixed:
* MAPREDUCE-5815(TestMRAppMaster failure)
* YARN-1872(TestDistributedShell failure)
* HDFS: TestSymlinkLocalFSFileSystem failure on Linux (I cannot find
JIRA about this failure)

Now I'm checking the problem reported by Azuryy.

Thanks,
- Tsuyoshi

On Fri, Apr 4, 2014 at 8:55 AM, Tsuyoshi OZAWA <oz...@gmail.com> wrote:
> Hi,
>
> Ran tests and confirmed that some tests(TestSymlinkLocalFSFileSystem) fail.
> The log of the test failure is as follows:
>
> https://gist.github.com/oza/9965197
>
> Should we fix or disable the feature?
>
> Thanks,
> - Tsuyoshi
>
> On Mon, Mar 31, 2014 at 6:22 PM, Arun C Murthy <ac...@hortonworks.com> wrote:
>> Folks,
>>
>> I've created a release candidate (rc0) for hadoop-2.4.0 that I would like to get released.
>>
>> The RC is available at: http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
>> The RC tag in svn is here: https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
>>
>> The maven artifacts are available via repository.apache.org.
>>
>> Please try the release and vote; the vote will run for the usual 7 days.
>>
>> thanks,
>> Arun
>>
>> --
>> Arun C. Murthy
>> Hortonworks Inc.
>> http://hortonworks.com/
>>
>>
>>
>> --
>> CONFIDENTIALITY NOTICE
>> NOTICE: This message is intended for the use of the individual or entity to
>> which it is addressed and may contain information that is confidential,
>> privileged and exempt from disclosure under applicable law. If the reader
>> of this message is not the intended recipient, you are hereby notified that
>> any printing, copying, dissemination, distribution, disclosure or
>> forwarding of this communication is strictly prohibited. If you have
>> received this communication in error, please contact the sender immediately
>> and delete it from your system. Thank You.
>
>
>
> --
> - Tsuyoshi



-- 
- Tsuyoshi
.

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by "Arun C. Murthy" <ac...@hortonworks.com>.
Thanks for helping Tsuyoshi. Pls mark them as Blockers and set the fix-version to 2.4.1. 

Thanks again.

Arun


> On Apr 3, 2014, at 11:38 PM, Tsuyoshi OZAWA <oz...@gmail.com> wrote:
> 
> Hi,
> 
> Updated a test result log based on the result of 2.4.0-rc0:
> https://gist.github.com/oza/9965197
> 
> IMO, there are some blockers to be fixed:
> * MAPREDUCE-5815(TestMRAppMaster failure)
> * YARN-1872(TestDistributedShell failure)
> * HDFS: TestSymlinkLocalFSFileSystem failure on Linux (I cannot find
> JIRA about this failure)
> 
> Now I'm checking the problem reported by Azuryy.
> 
> Thanks,
> - Tsuyoshi
> 
>> On Fri, Apr 4, 2014 at 8:55 AM, Tsuyoshi OZAWA <oz...@gmail.com> wrote:
>> Hi,
>> 
>> Ran tests and confirmed that some tests(TestSymlinkLocalFSFileSystem) fail.
>> The log of the test failure is as follows:
>> 
>> https://gist.github.com/oza/9965197
>> 
>> Should we fix or disable the feature?
>> 
>> Thanks,
>> - Tsuyoshi
>> 
>>> On Mon, Mar 31, 2014 at 6:22 PM, Arun C Murthy <ac...@hortonworks.com> wrote:
>>> Folks,
>>> 
>>> I've created a release candidate (rc0) for hadoop-2.4.0 that I would like to get released.
>>> 
>>> The RC is available at: http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
>>> The RC tag in svn is here: https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
>>> 
>>> The maven artifacts are available via repository.apache.org.
>>> 
>>> Please try the release and vote; the vote will run for the usual 7 days.
>>> 
>>> thanks,
>>> Arun
>>> 
>>> --
>>> Arun C. Murthy
>>> Hortonworks Inc.
>>> http://hortonworks.com/
>>> 
>>> 
>>> 
>>> --
>>> CONFIDENTIALITY NOTICE
>>> NOTICE: This message is intended for the use of the individual or entity to
>>> which it is addressed and may contain information that is confidential,
>>> privileged and exempt from disclosure under applicable law. If the reader
>>> of this message is not the intended recipient, you are hereby notified that
>>> any printing, copying, dissemination, distribution, disclosure or
>>> forwarding of this communication is strictly prohibited. If you have
>>> received this communication in error, please contact the sender immediately
>>> and delete it from your system. Thank You.
>> 
>> 
>> 
>> --
>> - Tsuyoshi
> 
> 
> 
> -- 
> - Tsuyoshi

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Tsuyoshi OZAWA <oz...@gmail.com>.
Hi,

Updated a test result log based on the result of 2.4.0-rc0:
https://gist.github.com/oza/9965197

IMO, there are some blockers to be fixed:
* MAPREDUCE-5815(TestMRAppMaster failure)
* YARN-1872(TestDistributedShell failure)
* HDFS: TestSymlinkLocalFSFileSystem failure on Linux (I cannot find
JIRA about this failure)

Now I'm checking the problem reported by Azuryy.

Thanks,
- Tsuyoshi

On Fri, Apr 4, 2014 at 8:55 AM, Tsuyoshi OZAWA <oz...@gmail.com> wrote:
> Hi,
>
> Ran tests and confirmed that some tests(TestSymlinkLocalFSFileSystem) fail.
> The log of the test failure is as follows:
>
> https://gist.github.com/oza/9965197
>
> Should we fix or disable the feature?
>
> Thanks,
> - Tsuyoshi
>
> On Mon, Mar 31, 2014 at 6:22 PM, Arun C Murthy <ac...@hortonworks.com> wrote:
>> Folks,
>>
>> I've created a release candidate (rc0) for hadoop-2.4.0 that I would like to get released.
>>
>> The RC is available at: http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
>> The RC tag in svn is here: https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
>>
>> The maven artifacts are available via repository.apache.org.
>>
>> Please try the release and vote; the vote will run for the usual 7 days.
>>
>> thanks,
>> Arun
>>
>> --
>> Arun C. Murthy
>> Hortonworks Inc.
>> http://hortonworks.com/
>>
>>
>>
>> --
>> CONFIDENTIALITY NOTICE
>> NOTICE: This message is intended for the use of the individual or entity to
>> which it is addressed and may contain information that is confidential,
>> privileged and exempt from disclosure under applicable law. If the reader
>> of this message is not the intended recipient, you are hereby notified that
>> any printing, copying, dissemination, distribution, disclosure or
>> forwarding of this communication is strictly prohibited. If you have
>> received this communication in error, please contact the sender immediately
>> and delete it from your system. Thank You.
>
>
>
> --
> - Tsuyoshi



-- 
- Tsuyoshi

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Tsuyoshi OZAWA <oz...@gmail.com>.
Hi,

Updated a test result log based on the result of 2.4.0-rc0:
https://gist.github.com/oza/9965197

IMO, there are some blockers to be fixed:
* MAPREDUCE-5815(TestMRAppMaster failure)
* YARN-1872(TestDistributedShell failure)
* HDFS: TestSymlinkLocalFSFileSystem failure on Linux (I cannot find
JIRA about this failure)

Now I'm checking the problem reported by Azuryy.

Thanks,
- Tsuyoshi

On Fri, Apr 4, 2014 at 8:55 AM, Tsuyoshi OZAWA <oz...@gmail.com> wrote:
> Hi,
>
> Ran tests and confirmed that some tests(TestSymlinkLocalFSFileSystem) fail.
> The log of the test failure is as follows:
>
> https://gist.github.com/oza/9965197
>
> Should we fix or disable the feature?
>
> Thanks,
> - Tsuyoshi
>
> On Mon, Mar 31, 2014 at 6:22 PM, Arun C Murthy <ac...@hortonworks.com> wrote:
>> Folks,
>>
>> I've created a release candidate (rc0) for hadoop-2.4.0 that I would like to get released.
>>
>> The RC is available at: http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
>> The RC tag in svn is here: https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
>>
>> The maven artifacts are available via repository.apache.org.
>>
>> Please try the release and vote; the vote will run for the usual 7 days.
>>
>> thanks,
>> Arun
>>
>> --
>> Arun C. Murthy
>> Hortonworks Inc.
>> http://hortonworks.com/
>>
>>
>>
>> --
>> CONFIDENTIALITY NOTICE
>> NOTICE: This message is intended for the use of the individual or entity to
>> which it is addressed and may contain information that is confidential,
>> privileged and exempt from disclosure under applicable law. If the reader
>> of this message is not the intended recipient, you are hereby notified that
>> any printing, copying, dissemination, distribution, disclosure or
>> forwarding of this communication is strictly prohibited. If you have
>> received this communication in error, please contact the sender immediately
>> and delete it from your system. Thank You.
>
>
>
> --
> - Tsuyoshi



-- 
- Tsuyoshi

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Sanjay Radia <sa...@hortonworks.com>.
On Thu, Apr 3, 2014 at 4:55 PM, Tsuyoshi OZAWA <oz...@gmail.com>wrote:

> Hi,
>
> Ran tests and confirmed that some tests(TestSymlinkLocalFSFileSystem)
> fail.

The log of the test failure is as follows:
>
> https://gist.github.com/oza/9965197
>
> Should we fix or disable the feature?
>

Symlinks is still not completed, hence disable.

sanjay

>
> Thanks,
> - Tsuyoshi
>
> On Mon, Mar 31, 2014 at 6:22 PM, Arun C Murthy <ac...@hortonworks.com>
> wrote:
> > Folks,
> >
> > I've created a release candidate (rc0) for hadoop-2.4.0 that I would
> like to get released.
> >
> > The RC is available at:
> http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
> > The RC tag in svn is here:
> https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
> >
> > The maven artifacts are available via repository.apache.org.
> >
> > Please try the release and vote; the vote will run for the usual 7 days.
> >
> > thanks,
> > Arun
> >
> > --
> > Arun C. Murthy
> > Hortonworks Inc.
> > http://hortonworks.com/
> >
> >
> >
> > --
> > CONFIDENTIALITY NOTICE
> > NOTICE: This message is intended for the use of the individual or entity
> to
> > which it is addressed and may contain information that is confidential,
> > privileged and exempt from disclosure under applicable law. If the reader
> > of this message is not the intended recipient, you are hereby notified
> that
> > any printing, copying, dissemination, distribution, disclosure or
> > forwarding of this communication is strictly prohibited. If you have
> > received this communication in error, please contact the sender
> immediately
> > and delete it from your system. Thank You.
>
>
>
> --
> - Tsuyoshi
>

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Tsuyoshi OZAWA <oz...@gmail.com>.
Hi,

Updated a test result log based on the result of 2.4.0-rc0:
https://gist.github.com/oza/9965197

IMO, there are some blockers to be fixed:
* MAPREDUCE-5815(TestMRAppMaster failure)
* YARN-1872(TestDistributedShell failure)
* HDFS: TestSymlinkLocalFSFileSystem failure on Linux (I cannot find
JIRA about this failure)

Now I'm checking the problem reported by Azuryy.

Thanks,
- Tsuyoshi

On Fri, Apr 4, 2014 at 8:55 AM, Tsuyoshi OZAWA <oz...@gmail.com> wrote:
> Hi,
>
> Ran tests and confirmed that some tests(TestSymlinkLocalFSFileSystem) fail.
> The log of the test failure is as follows:
>
> https://gist.github.com/oza/9965197
>
> Should we fix or disable the feature?
>
> Thanks,
> - Tsuyoshi
>
> On Mon, Mar 31, 2014 at 6:22 PM, Arun C Murthy <ac...@hortonworks.com> wrote:
>> Folks,
>>
>> I've created a release candidate (rc0) for hadoop-2.4.0 that I would like to get released.
>>
>> The RC is available at: http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
>> The RC tag in svn is here: https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
>>
>> The maven artifacts are available via repository.apache.org.
>>
>> Please try the release and vote; the vote will run for the usual 7 days.
>>
>> thanks,
>> Arun
>>
>> --
>> Arun C. Murthy
>> Hortonworks Inc.
>> http://hortonworks.com/
>>
>>
>>
>> --
>> CONFIDENTIALITY NOTICE
>> NOTICE: This message is intended for the use of the individual or entity to
>> which it is addressed and may contain information that is confidential,
>> privileged and exempt from disclosure under applicable law. If the reader
>> of this message is not the intended recipient, you are hereby notified that
>> any printing, copying, dissemination, distribution, disclosure or
>> forwarding of this communication is strictly prohibited. If you have
>> received this communication in error, please contact the sender immediately
>> and delete it from your system. Thank You.
>
>
>
> --
> - Tsuyoshi



-- 
- Tsuyoshi

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Tsuyoshi OZAWA <oz...@gmail.com>.
Hi,

Updated a test result log based on the result of 2.4.0-rc0:
https://gist.github.com/oza/9965197

IMO, there are some blockers to be fixed:
* MAPREDUCE-5815(TestMRAppMaster failure)
* YARN-1872(TestDistributedShell failure)
* HDFS: TestSymlinkLocalFSFileSystem failure on Linux (I cannot find
JIRA about this failure)

Now I'm checking the problem reported by Azuryy.

Thanks,
- Tsuyoshi

On Fri, Apr 4, 2014 at 8:55 AM, Tsuyoshi OZAWA <oz...@gmail.com> wrote:
> Hi,
>
> Ran tests and confirmed that some tests(TestSymlinkLocalFSFileSystem) fail.
> The log of the test failure is as follows:
>
> https://gist.github.com/oza/9965197
>
> Should we fix or disable the feature?
>
> Thanks,
> - Tsuyoshi
>
> On Mon, Mar 31, 2014 at 6:22 PM, Arun C Murthy <ac...@hortonworks.com> wrote:
>> Folks,
>>
>> I've created a release candidate (rc0) for hadoop-2.4.0 that I would like to get released.
>>
>> The RC is available at: http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
>> The RC tag in svn is here: https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
>>
>> The maven artifacts are available via repository.apache.org.
>>
>> Please try the release and vote; the vote will run for the usual 7 days.
>>
>> thanks,
>> Arun
>>
>> --
>> Arun C. Murthy
>> Hortonworks Inc.
>> http://hortonworks.com/
>>
>>
>>
>> --
>> CONFIDENTIALITY NOTICE
>> NOTICE: This message is intended for the use of the individual or entity to
>> which it is addressed and may contain information that is confidential,
>> privileged and exempt from disclosure under applicable law. If the reader
>> of this message is not the intended recipient, you are hereby notified that
>> any printing, copying, dissemination, distribution, disclosure or
>> forwarding of this communication is strictly prohibited. If you have
>> received this communication in error, please contact the sender immediately
>> and delete it from your system. Thank You.
>
>
>
> --
> - Tsuyoshi



-- 
- Tsuyoshi

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Sanjay Radia <sa...@hortonworks.com>.
On Thu, Apr 3, 2014 at 4:55 PM, Tsuyoshi OZAWA <oz...@gmail.com>wrote:

> Hi,
>
> Ran tests and confirmed that some tests(TestSymlinkLocalFSFileSystem)
> fail.

The log of the test failure is as follows:
>
> https://gist.github.com/oza/9965197
>
> Should we fix or disable the feature?
>

Symlinks is still not completed, hence disable.

sanjay

>
> Thanks,
> - Tsuyoshi
>
> On Mon, Mar 31, 2014 at 6:22 PM, Arun C Murthy <ac...@hortonworks.com>
> wrote:
> > Folks,
> >
> > I've created a release candidate (rc0) for hadoop-2.4.0 that I would
> like to get released.
> >
> > The RC is available at:
> http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
> > The RC tag in svn is here:
> https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
> >
> > The maven artifacts are available via repository.apache.org.
> >
> > Please try the release and vote; the vote will run for the usual 7 days.
> >
> > thanks,
> > Arun
> >
> > --
> > Arun C. Murthy
> > Hortonworks Inc.
> > http://hortonworks.com/
> >
> >
> >
> > --
> > CONFIDENTIALITY NOTICE
> > NOTICE: This message is intended for the use of the individual or entity
> to
> > which it is addressed and may contain information that is confidential,
> > privileged and exempt from disclosure under applicable law. If the reader
> > of this message is not the intended recipient, you are hereby notified
> that
> > any printing, copying, dissemination, distribution, disclosure or
> > forwarding of this communication is strictly prohibited. If you have
> > received this communication in error, please contact the sender
> immediately
> > and delete it from your system. Thank You.
>
>
>
> --
> - Tsuyoshi
>

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Tsuyoshi OZAWA <oz...@gmail.com>.
Hi,

Ran tests and confirmed that some tests(TestSymlinkLocalFSFileSystem) fail.
The log of the test failure is as follows:

https://gist.github.com/oza/9965197

Should we fix or disable the feature?

Thanks,
- Tsuyoshi

On Mon, Mar 31, 2014 at 6:22 PM, Arun C Murthy <ac...@hortonworks.com> wrote:
> Folks,
>
> I've created a release candidate (rc0) for hadoop-2.4.0 that I would like to get released.
>
> The RC is available at: http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
> The RC tag in svn is here: https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
>
> The maven artifacts are available via repository.apache.org.
>
> Please try the release and vote; the vote will run for the usual 7 days.
>
> thanks,
> Arun
>
> --
> Arun C. Murthy
> Hortonworks Inc.
> http://hortonworks.com/
>
>
>
> --
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to
> which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.



-- 
- Tsuyoshi

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Arun C Murthy <ac...@hortonworks.com>.
With 11 +1s (4 binding) and no -1s the vote passes. Thanks to everyone who tried out the release and passed their feedback along.

I'll send a note out once I actually get the bits out and the site updated etc.

thanks,
Arun

On Mar 31, 2014, at 2:22 AM, Arun C Murthy <ac...@hortonworks.com> wrote:

> Folks,
> 
> I've created a release candidate (rc0) for hadoop-2.4.0 that I would like to get released.
> 
> The RC is available at: http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
> The RC tag in svn is here: https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
> 
> The maven artifacts are available via repository.apache.org.
> 
> Please try the release and vote; the vote will run for the usual 7 days.
> 
> thanks,
> Arun
> 

--
Arun C. Murthy
Hortonworks Inc.
http://hortonworks.com/



-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Chen He <ai...@gmail.com>.
+1 non-binding

Chen


On Wed, Apr 2, 2014 at 12:27 AM, Jean-Baptiste Onofré <jb...@nanthrax.net>wrote:

> +1 (non binding)
>
> Regards
> JB
>
>
> On 03/31/2014 11:22 AM, Arun C Murthy wrote:
>
>> Folks,
>>
>> I've created a release candidate (rc0) for hadoop-2.4.0 that I would like
>> to get released.
>>
>> The RC is available at: http://people.apache.org/~
>> acmurthy/hadoop-2.4.0-rc0
>> The RC tag in svn is here: https://svn.apache.org/repos/
>> asf/hadoop/common/tags/release-2.4.0-rc0
>>
>> The maven artifacts are available via repository.apache.org.
>>
>> Please try the release and vote; the vote will run for the usual 7 days.
>>
>> thanks,
>> Arun
>>
>> --
>> Arun C. Murthy
>> Hortonworks Inc.
>> http://hortonworks.com/
>>
>>
>>
>>
> --
> Jean-Baptiste Onofré
> jbonofre@apache.org
> http://blog.nanthrax.net
> Talend - http://www.talend.com
>

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Jean-Baptiste Onofré <jb...@nanthrax.net>.
+1 (non binding)

Regards
JB

On 03/31/2014 11:22 AM, Arun C Murthy wrote:
> Folks,
>
> I've created a release candidate (rc0) for hadoop-2.4.0 that I would like to get released.
>
> The RC is available at: http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
> The RC tag in svn is here: https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
>
> The maven artifacts are available via repository.apache.org.
>
> Please try the release and vote; the vote will run for the usual 7 days.
>
> thanks,
> Arun
>
> --
> Arun C. Murthy
> Hortonworks Inc.
> http://hortonworks.com/
>
>
>

-- 
Jean-Baptiste Onofré
jbonofre@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Azuryy Yu <az...@gmail.com>.
we'd better include YARN-1870 in 2.4, otherwise there is memeory leak.


On Tue, Apr 1, 2014 at 2:58 AM, Zhijie Shen <zs...@hortonworks.com> wrote:

> Hi Sandy,
>
> Please find "TimelineServer.apt.vm".
>
> Thanks,
> Zhijie
>
>
> On Mon, Mar 31, 2014 at 11:47 AM, Sandy Ryza <sandy.ryza@cloudera.com
> >wrote:
>
> > Thanks Zhijie - where is that document located?
> >
> >
> > On Mon, Mar 31, 2014 at 11:23 AM, Zhijie Shen <zs...@hortonworks.com>
> > wrote:
> >
> > > Hi Sandy,
> > >
> > > Application History Server (we prefer to call it Timeline Server
> instead
> > > now) is going to be shipped in 2.4 without security. I've already
> wrote a
> > > document about what it is, what's the current status, and how to config
> > and
> > > start it. Via the document, hopefully the users are clear about the
> > > timeline server. There's another jira, YARN-1876, in which I've
> attached
> > a
> > > patch about the REST APIs of using generic history data and
> per-framework
> > > data. However, it seems to be to late to get it in.
> > >
> > > For the timeline store, we have already one implementation based on
> > > Leveldb. We have monitored its performance closely and reviewed its
> > > license, and believed it should be a good shape now. Currently the
> > timeline
> > > store is for storing per-framework data only, while we eventually hope
> to
> > > move the generic data there as well.
> > >
> > > Thanks,
> > > Zhijie
> > >
> > >
> > >
> > >
> > > On Mon, Mar 31, 2014 at 11:02 AM, Sandy Ryza <sandy.ryza@cloudera.com
> > > >wrote:
> > >
> > > > What's the state of the application history server?  Do we have
> > security,
> > > > documentation, and are APIs stable?  If any of these are missing, do
> we
> > > > have a plan for how to make this clear to users?
> > > >
> > > > What about the timeline store?
> > > >
> > > > thanks,
> > > > Sandy
> > > >
> > > >
> > > > On Mon, Mar 31, 2014 at 2:22 AM, Arun C Murthy <ac...@hortonworks.com>
> > > > wrote:
> > > >
> > > > > Folks,
> > > > >
> > > > > I've created a release candidate (rc0) for hadoop-2.4.0 that I
> would
> > > like
> > > > > to get released.
> > > > >
> > > > > The RC is available at:
> > > > > http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
> > > > > The RC tag in svn is here:
> > > > >
> > https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
> > > > >
> > > > > The maven artifacts are available via repository.apache.org.
> > > > >
> > > > > Please try the release and vote; the vote will run for the usual 7
> > > days.
> > > > >
> > > > > thanks,
> > > > > Arun
> > > > >
> > > > > --
> > > > > Arun C. Murthy
> > > > > Hortonworks Inc.
> > > > > http://hortonworks.com/
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > CONFIDENTIALITY NOTICE
> > > > > NOTICE: This message is intended for the use of the individual or
> > > entity
> > > > to
> > > > > which it is addressed and may contain information that is
> > confidential,
> > > > > privileged and exempt from disclosure under applicable law. If the
> > > reader
> > > > > of this message is not the intended recipient, you are hereby
> > notified
> > > > that
> > > > > any printing, copying, dissemination, distribution, disclosure or
> > > > > forwarding of this communication is strictly prohibited. If you
> have
> > > > > received this communication in error, please contact the sender
> > > > immediately
> > > > > and delete it from your system. Thank You.
> > > > >
> > > >
> > >
> > >
> > >
> > > --
> > > Zhijie Shen
> > > Hortonworks Inc.
> > > http://hortonworks.com/
> > >
> > > --
> > > CONFIDENTIALITY NOTICE
> > > NOTICE: This message is intended for the use of the individual or
> entity
> > to
> > > which it is addressed and may contain information that is confidential,
> > > privileged and exempt from disclosure under applicable law. If the
> reader
> > > of this message is not the intended recipient, you are hereby notified
> > that
> > > any printing, copying, dissemination, distribution, disclosure or
> > > forwarding of this communication is strictly prohibited. If you have
> > > received this communication in error, please contact the sender
> > immediately
> > > and delete it from your system. Thank You.
> > >
> >
>
>
>
> --
> Zhijie Shen
> Hortonworks Inc.
> http://hortonworks.com/
>
> --
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to
> which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Zhijie Shen <zs...@hortonworks.com>.
Hi Sandy,

Please find "TimelineServer.apt.vm".

Thanks,
Zhijie


On Mon, Mar 31, 2014 at 11:47 AM, Sandy Ryza <sa...@cloudera.com>wrote:

> Thanks Zhijie - where is that document located?
>
>
> On Mon, Mar 31, 2014 at 11:23 AM, Zhijie Shen <zs...@hortonworks.com>
> wrote:
>
> > Hi Sandy,
> >
> > Application History Server (we prefer to call it Timeline Server instead
> > now) is going to be shipped in 2.4 without security. I've already wrote a
> > document about what it is, what's the current status, and how to config
> and
> > start it. Via the document, hopefully the users are clear about the
> > timeline server. There's another jira, YARN-1876, in which I've attached
> a
> > patch about the REST APIs of using generic history data and per-framework
> > data. However, it seems to be to late to get it in.
> >
> > For the timeline store, we have already one implementation based on
> > Leveldb. We have monitored its performance closely and reviewed its
> > license, and believed it should be a good shape now. Currently the
> timeline
> > store is for storing per-framework data only, while we eventually hope to
> > move the generic data there as well.
> >
> > Thanks,
> > Zhijie
> >
> >
> >
> >
> > On Mon, Mar 31, 2014 at 11:02 AM, Sandy Ryza <sandy.ryza@cloudera.com
> > >wrote:
> >
> > > What's the state of the application history server?  Do we have
> security,
> > > documentation, and are APIs stable?  If any of these are missing, do we
> > > have a plan for how to make this clear to users?
> > >
> > > What about the timeline store?
> > >
> > > thanks,
> > > Sandy
> > >
> > >
> > > On Mon, Mar 31, 2014 at 2:22 AM, Arun C Murthy <ac...@hortonworks.com>
> > > wrote:
> > >
> > > > Folks,
> > > >
> > > > I've created a release candidate (rc0) for hadoop-2.4.0 that I would
> > like
> > > > to get released.
> > > >
> > > > The RC is available at:
> > > > http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
> > > > The RC tag in svn is here:
> > > >
> https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
> > > >
> > > > The maven artifacts are available via repository.apache.org.
> > > >
> > > > Please try the release and vote; the vote will run for the usual 7
> > days.
> > > >
> > > > thanks,
> > > > Arun
> > > >
> > > > --
> > > > Arun C. Murthy
> > > > Hortonworks Inc.
> > > > http://hortonworks.com/
> > > >
> > > >
> > > >
> > > > --
> > > > CONFIDENTIALITY NOTICE
> > > > NOTICE: This message is intended for the use of the individual or
> > entity
> > > to
> > > > which it is addressed and may contain information that is
> confidential,
> > > > privileged and exempt from disclosure under applicable law. If the
> > reader
> > > > of this message is not the intended recipient, you are hereby
> notified
> > > that
> > > > any printing, copying, dissemination, distribution, disclosure or
> > > > forwarding of this communication is strictly prohibited. If you have
> > > > received this communication in error, please contact the sender
> > > immediately
> > > > and delete it from your system. Thank You.
> > > >
> > >
> >
> >
> >
> > --
> > Zhijie Shen
> > Hortonworks Inc.
> > http://hortonworks.com/
> >
> > --
> > CONFIDENTIALITY NOTICE
> > NOTICE: This message is intended for the use of the individual or entity
> to
> > which it is addressed and may contain information that is confidential,
> > privileged and exempt from disclosure under applicable law. If the reader
> > of this message is not the intended recipient, you are hereby notified
> that
> > any printing, copying, dissemination, distribution, disclosure or
> > forwarding of this communication is strictly prohibited. If you have
> > received this communication in error, please contact the sender
> immediately
> > and delete it from your system. Thank You.
> >
>



-- 
Zhijie Shen
Hortonworks Inc.
http://hortonworks.com/

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Zhijie Shen <zs...@hortonworks.com>.
Hi Sandy,

Please find "TimelineServer.apt.vm".

Thanks,
Zhijie


On Mon, Mar 31, 2014 at 11:47 AM, Sandy Ryza <sa...@cloudera.com>wrote:

> Thanks Zhijie - where is that document located?
>
>
> On Mon, Mar 31, 2014 at 11:23 AM, Zhijie Shen <zs...@hortonworks.com>
> wrote:
>
> > Hi Sandy,
> >
> > Application History Server (we prefer to call it Timeline Server instead
> > now) is going to be shipped in 2.4 without security. I've already wrote a
> > document about what it is, what's the current status, and how to config
> and
> > start it. Via the document, hopefully the users are clear about the
> > timeline server. There's another jira, YARN-1876, in which I've attached
> a
> > patch about the REST APIs of using generic history data and per-framework
> > data. However, it seems to be to late to get it in.
> >
> > For the timeline store, we have already one implementation based on
> > Leveldb. We have monitored its performance closely and reviewed its
> > license, and believed it should be a good shape now. Currently the
> timeline
> > store is for storing per-framework data only, while we eventually hope to
> > move the generic data there as well.
> >
> > Thanks,
> > Zhijie
> >
> >
> >
> >
> > On Mon, Mar 31, 2014 at 11:02 AM, Sandy Ryza <sandy.ryza@cloudera.com
> > >wrote:
> >
> > > What's the state of the application history server?  Do we have
> security,
> > > documentation, and are APIs stable?  If any of these are missing, do we
> > > have a plan for how to make this clear to users?
> > >
> > > What about the timeline store?
> > >
> > > thanks,
> > > Sandy
> > >
> > >
> > > On Mon, Mar 31, 2014 at 2:22 AM, Arun C Murthy <ac...@hortonworks.com>
> > > wrote:
> > >
> > > > Folks,
> > > >
> > > > I've created a release candidate (rc0) for hadoop-2.4.0 that I would
> > like
> > > > to get released.
> > > >
> > > > The RC is available at:
> > > > http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
> > > > The RC tag in svn is here:
> > > >
> https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
> > > >
> > > > The maven artifacts are available via repository.apache.org.
> > > >
> > > > Please try the release and vote; the vote will run for the usual 7
> > days.
> > > >
> > > > thanks,
> > > > Arun
> > > >
> > > > --
> > > > Arun C. Murthy
> > > > Hortonworks Inc.
> > > > http://hortonworks.com/
> > > >
> > > >
> > > >
> > > > --
> > > > CONFIDENTIALITY NOTICE
> > > > NOTICE: This message is intended for the use of the individual or
> > entity
> > > to
> > > > which it is addressed and may contain information that is
> confidential,
> > > > privileged and exempt from disclosure under applicable law. If the
> > reader
> > > > of this message is not the intended recipient, you are hereby
> notified
> > > that
> > > > any printing, copying, dissemination, distribution, disclosure or
> > > > forwarding of this communication is strictly prohibited. If you have
> > > > received this communication in error, please contact the sender
> > > immediately
> > > > and delete it from your system. Thank You.
> > > >
> > >
> >
> >
> >
> > --
> > Zhijie Shen
> > Hortonworks Inc.
> > http://hortonworks.com/
> >
> > --
> > CONFIDENTIALITY NOTICE
> > NOTICE: This message is intended for the use of the individual or entity
> to
> > which it is addressed and may contain information that is confidential,
> > privileged and exempt from disclosure under applicable law. If the reader
> > of this message is not the intended recipient, you are hereby notified
> that
> > any printing, copying, dissemination, distribution, disclosure or
> > forwarding of this communication is strictly prohibited. If you have
> > received this communication in error, please contact the sender
> immediately
> > and delete it from your system. Thank You.
> >
>



-- 
Zhijie Shen
Hortonworks Inc.
http://hortonworks.com/

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Zhijie Shen <zs...@hortonworks.com>.
Hi Sandy,

Please find "TimelineServer.apt.vm".

Thanks,
Zhijie


On Mon, Mar 31, 2014 at 11:47 AM, Sandy Ryza <sa...@cloudera.com>wrote:

> Thanks Zhijie - where is that document located?
>
>
> On Mon, Mar 31, 2014 at 11:23 AM, Zhijie Shen <zs...@hortonworks.com>
> wrote:
>
> > Hi Sandy,
> >
> > Application History Server (we prefer to call it Timeline Server instead
> > now) is going to be shipped in 2.4 without security. I've already wrote a
> > document about what it is, what's the current status, and how to config
> and
> > start it. Via the document, hopefully the users are clear about the
> > timeline server. There's another jira, YARN-1876, in which I've attached
> a
> > patch about the REST APIs of using generic history data and per-framework
> > data. However, it seems to be to late to get it in.
> >
> > For the timeline store, we have already one implementation based on
> > Leveldb. We have monitored its performance closely and reviewed its
> > license, and believed it should be a good shape now. Currently the
> timeline
> > store is for storing per-framework data only, while we eventually hope to
> > move the generic data there as well.
> >
> > Thanks,
> > Zhijie
> >
> >
> >
> >
> > On Mon, Mar 31, 2014 at 11:02 AM, Sandy Ryza <sandy.ryza@cloudera.com
> > >wrote:
> >
> > > What's the state of the application history server?  Do we have
> security,
> > > documentation, and are APIs stable?  If any of these are missing, do we
> > > have a plan for how to make this clear to users?
> > >
> > > What about the timeline store?
> > >
> > > thanks,
> > > Sandy
> > >
> > >
> > > On Mon, Mar 31, 2014 at 2:22 AM, Arun C Murthy <ac...@hortonworks.com>
> > > wrote:
> > >
> > > > Folks,
> > > >
> > > > I've created a release candidate (rc0) for hadoop-2.4.0 that I would
> > like
> > > > to get released.
> > > >
> > > > The RC is available at:
> > > > http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
> > > > The RC tag in svn is here:
> > > >
> https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
> > > >
> > > > The maven artifacts are available via repository.apache.org.
> > > >
> > > > Please try the release and vote; the vote will run for the usual 7
> > days.
> > > >
> > > > thanks,
> > > > Arun
> > > >
> > > > --
> > > > Arun C. Murthy
> > > > Hortonworks Inc.
> > > > http://hortonworks.com/
> > > >
> > > >
> > > >
> > > > --
> > > > CONFIDENTIALITY NOTICE
> > > > NOTICE: This message is intended for the use of the individual or
> > entity
> > > to
> > > > which it is addressed and may contain information that is
> confidential,
> > > > privileged and exempt from disclosure under applicable law. If the
> > reader
> > > > of this message is not the intended recipient, you are hereby
> notified
> > > that
> > > > any printing, copying, dissemination, distribution, disclosure or
> > > > forwarding of this communication is strictly prohibited. If you have
> > > > received this communication in error, please contact the sender
> > > immediately
> > > > and delete it from your system. Thank You.
> > > >
> > >
> >
> >
> >
> > --
> > Zhijie Shen
> > Hortonworks Inc.
> > http://hortonworks.com/
> >
> > --
> > CONFIDENTIALITY NOTICE
> > NOTICE: This message is intended for the use of the individual or entity
> to
> > which it is addressed and may contain information that is confidential,
> > privileged and exempt from disclosure under applicable law. If the reader
> > of this message is not the intended recipient, you are hereby notified
> that
> > any printing, copying, dissemination, distribution, disclosure or
> > forwarding of this communication is strictly prohibited. If you have
> > received this communication in error, please contact the sender
> immediately
> > and delete it from your system. Thank You.
> >
>



-- 
Zhijie Shen
Hortonworks Inc.
http://hortonworks.com/

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Zhijie Shen <zs...@hortonworks.com>.
Hi Sandy,

Please find "TimelineServer.apt.vm".

Thanks,
Zhijie


On Mon, Mar 31, 2014 at 11:47 AM, Sandy Ryza <sa...@cloudera.com>wrote:

> Thanks Zhijie - where is that document located?
>
>
> On Mon, Mar 31, 2014 at 11:23 AM, Zhijie Shen <zs...@hortonworks.com>
> wrote:
>
> > Hi Sandy,
> >
> > Application History Server (we prefer to call it Timeline Server instead
> > now) is going to be shipped in 2.4 without security. I've already wrote a
> > document about what it is, what's the current status, and how to config
> and
> > start it. Via the document, hopefully the users are clear about the
> > timeline server. There's another jira, YARN-1876, in which I've attached
> a
> > patch about the REST APIs of using generic history data and per-framework
> > data. However, it seems to be to late to get it in.
> >
> > For the timeline store, we have already one implementation based on
> > Leveldb. We have monitored its performance closely and reviewed its
> > license, and believed it should be a good shape now. Currently the
> timeline
> > store is for storing per-framework data only, while we eventually hope to
> > move the generic data there as well.
> >
> > Thanks,
> > Zhijie
> >
> >
> >
> >
> > On Mon, Mar 31, 2014 at 11:02 AM, Sandy Ryza <sandy.ryza@cloudera.com
> > >wrote:
> >
> > > What's the state of the application history server?  Do we have
> security,
> > > documentation, and are APIs stable?  If any of these are missing, do we
> > > have a plan for how to make this clear to users?
> > >
> > > What about the timeline store?
> > >
> > > thanks,
> > > Sandy
> > >
> > >
> > > On Mon, Mar 31, 2014 at 2:22 AM, Arun C Murthy <ac...@hortonworks.com>
> > > wrote:
> > >
> > > > Folks,
> > > >
> > > > I've created a release candidate (rc0) for hadoop-2.4.0 that I would
> > like
> > > > to get released.
> > > >
> > > > The RC is available at:
> > > > http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
> > > > The RC tag in svn is here:
> > > >
> https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
> > > >
> > > > The maven artifacts are available via repository.apache.org.
> > > >
> > > > Please try the release and vote; the vote will run for the usual 7
> > days.
> > > >
> > > > thanks,
> > > > Arun
> > > >
> > > > --
> > > > Arun C. Murthy
> > > > Hortonworks Inc.
> > > > http://hortonworks.com/
> > > >
> > > >
> > > >
> > > > --
> > > > CONFIDENTIALITY NOTICE
> > > > NOTICE: This message is intended for the use of the individual or
> > entity
> > > to
> > > > which it is addressed and may contain information that is
> confidential,
> > > > privileged and exempt from disclosure under applicable law. If the
> > reader
> > > > of this message is not the intended recipient, you are hereby
> notified
> > > that
> > > > any printing, copying, dissemination, distribution, disclosure or
> > > > forwarding of this communication is strictly prohibited. If you have
> > > > received this communication in error, please contact the sender
> > > immediately
> > > > and delete it from your system. Thank You.
> > > >
> > >
> >
> >
> >
> > --
> > Zhijie Shen
> > Hortonworks Inc.
> > http://hortonworks.com/
> >
> > --
> > CONFIDENTIALITY NOTICE
> > NOTICE: This message is intended for the use of the individual or entity
> to
> > which it is addressed and may contain information that is confidential,
> > privileged and exempt from disclosure under applicable law. If the reader
> > of this message is not the intended recipient, you are hereby notified
> that
> > any printing, copying, dissemination, distribution, disclosure or
> > forwarding of this communication is strictly prohibited. If you have
> > received this communication in error, please contact the sender
> immediately
> > and delete it from your system. Thank You.
> >
>



-- 
Zhijie Shen
Hortonworks Inc.
http://hortonworks.com/

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Sandy Ryza <sa...@cloudera.com>.
Thanks Zhijie - where is that document located?


On Mon, Mar 31, 2014 at 11:23 AM, Zhijie Shen <zs...@hortonworks.com> wrote:

> Hi Sandy,
>
> Application History Server (we prefer to call it Timeline Server instead
> now) is going to be shipped in 2.4 without security. I've already wrote a
> document about what it is, what's the current status, and how to config and
> start it. Via the document, hopefully the users are clear about the
> timeline server. There's another jira, YARN-1876, in which I've attached a
> patch about the REST APIs of using generic history data and per-framework
> data. However, it seems to be to late to get it in.
>
> For the timeline store, we have already one implementation based on
> Leveldb. We have monitored its performance closely and reviewed its
> license, and believed it should be a good shape now. Currently the timeline
> store is for storing per-framework data only, while we eventually hope to
> move the generic data there as well.
>
> Thanks,
> Zhijie
>
>
>
>
> On Mon, Mar 31, 2014 at 11:02 AM, Sandy Ryza <sandy.ryza@cloudera.com
> >wrote:
>
> > What's the state of the application history server?  Do we have security,
> > documentation, and are APIs stable?  If any of these are missing, do we
> > have a plan for how to make this clear to users?
> >
> > What about the timeline store?
> >
> > thanks,
> > Sandy
> >
> >
> > On Mon, Mar 31, 2014 at 2:22 AM, Arun C Murthy <ac...@hortonworks.com>
> > wrote:
> >
> > > Folks,
> > >
> > > I've created a release candidate (rc0) for hadoop-2.4.0 that I would
> like
> > > to get released.
> > >
> > > The RC is available at:
> > > http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
> > > The RC tag in svn is here:
> > > https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
> > >
> > > The maven artifacts are available via repository.apache.org.
> > >
> > > Please try the release and vote; the vote will run for the usual 7
> days.
> > >
> > > thanks,
> > > Arun
> > >
> > > --
> > > Arun C. Murthy
> > > Hortonworks Inc.
> > > http://hortonworks.com/
> > >
> > >
> > >
> > > --
> > > CONFIDENTIALITY NOTICE
> > > NOTICE: This message is intended for the use of the individual or
> entity
> > to
> > > which it is addressed and may contain information that is confidential,
> > > privileged and exempt from disclosure under applicable law. If the
> reader
> > > of this message is not the intended recipient, you are hereby notified
> > that
> > > any printing, copying, dissemination, distribution, disclosure or
> > > forwarding of this communication is strictly prohibited. If you have
> > > received this communication in error, please contact the sender
> > immediately
> > > and delete it from your system. Thank You.
> > >
> >
>
>
>
> --
> Zhijie Shen
> Hortonworks Inc.
> http://hortonworks.com/
>
> --
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to
> which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Sandy Ryza <sa...@cloudera.com>.
Thanks Zhijie - where is that document located?


On Mon, Mar 31, 2014 at 11:23 AM, Zhijie Shen <zs...@hortonworks.com> wrote:

> Hi Sandy,
>
> Application History Server (we prefer to call it Timeline Server instead
> now) is going to be shipped in 2.4 without security. I've already wrote a
> document about what it is, what's the current status, and how to config and
> start it. Via the document, hopefully the users are clear about the
> timeline server. There's another jira, YARN-1876, in which I've attached a
> patch about the REST APIs of using generic history data and per-framework
> data. However, it seems to be to late to get it in.
>
> For the timeline store, we have already one implementation based on
> Leveldb. We have monitored its performance closely and reviewed its
> license, and believed it should be a good shape now. Currently the timeline
> store is for storing per-framework data only, while we eventually hope to
> move the generic data there as well.
>
> Thanks,
> Zhijie
>
>
>
>
> On Mon, Mar 31, 2014 at 11:02 AM, Sandy Ryza <sandy.ryza@cloudera.com
> >wrote:
>
> > What's the state of the application history server?  Do we have security,
> > documentation, and are APIs stable?  If any of these are missing, do we
> > have a plan for how to make this clear to users?
> >
> > What about the timeline store?
> >
> > thanks,
> > Sandy
> >
> >
> > On Mon, Mar 31, 2014 at 2:22 AM, Arun C Murthy <ac...@hortonworks.com>
> > wrote:
> >
> > > Folks,
> > >
> > > I've created a release candidate (rc0) for hadoop-2.4.0 that I would
> like
> > > to get released.
> > >
> > > The RC is available at:
> > > http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
> > > The RC tag in svn is here:
> > > https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
> > >
> > > The maven artifacts are available via repository.apache.org.
> > >
> > > Please try the release and vote; the vote will run for the usual 7
> days.
> > >
> > > thanks,
> > > Arun
> > >
> > > --
> > > Arun C. Murthy
> > > Hortonworks Inc.
> > > http://hortonworks.com/
> > >
> > >
> > >
> > > --
> > > CONFIDENTIALITY NOTICE
> > > NOTICE: This message is intended for the use of the individual or
> entity
> > to
> > > which it is addressed and may contain information that is confidential,
> > > privileged and exempt from disclosure under applicable law. If the
> reader
> > > of this message is not the intended recipient, you are hereby notified
> > that
> > > any printing, copying, dissemination, distribution, disclosure or
> > > forwarding of this communication is strictly prohibited. If you have
> > > received this communication in error, please contact the sender
> > immediately
> > > and delete it from your system. Thank You.
> > >
> >
>
>
>
> --
> Zhijie Shen
> Hortonworks Inc.
> http://hortonworks.com/
>
> --
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to
> which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Sandy Ryza <sa...@cloudera.com>.
Thanks Zhijie - where is that document located?


On Mon, Mar 31, 2014 at 11:23 AM, Zhijie Shen <zs...@hortonworks.com> wrote:

> Hi Sandy,
>
> Application History Server (we prefer to call it Timeline Server instead
> now) is going to be shipped in 2.4 without security. I've already wrote a
> document about what it is, what's the current status, and how to config and
> start it. Via the document, hopefully the users are clear about the
> timeline server. There's another jira, YARN-1876, in which I've attached a
> patch about the REST APIs of using generic history data and per-framework
> data. However, it seems to be to late to get it in.
>
> For the timeline store, we have already one implementation based on
> Leveldb. We have monitored its performance closely and reviewed its
> license, and believed it should be a good shape now. Currently the timeline
> store is for storing per-framework data only, while we eventually hope to
> move the generic data there as well.
>
> Thanks,
> Zhijie
>
>
>
>
> On Mon, Mar 31, 2014 at 11:02 AM, Sandy Ryza <sandy.ryza@cloudera.com
> >wrote:
>
> > What's the state of the application history server?  Do we have security,
> > documentation, and are APIs stable?  If any of these are missing, do we
> > have a plan for how to make this clear to users?
> >
> > What about the timeline store?
> >
> > thanks,
> > Sandy
> >
> >
> > On Mon, Mar 31, 2014 at 2:22 AM, Arun C Murthy <ac...@hortonworks.com>
> > wrote:
> >
> > > Folks,
> > >
> > > I've created a release candidate (rc0) for hadoop-2.4.0 that I would
> like
> > > to get released.
> > >
> > > The RC is available at:
> > > http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
> > > The RC tag in svn is here:
> > > https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
> > >
> > > The maven artifacts are available via repository.apache.org.
> > >
> > > Please try the release and vote; the vote will run for the usual 7
> days.
> > >
> > > thanks,
> > > Arun
> > >
> > > --
> > > Arun C. Murthy
> > > Hortonworks Inc.
> > > http://hortonworks.com/
> > >
> > >
> > >
> > > --
> > > CONFIDENTIALITY NOTICE
> > > NOTICE: This message is intended for the use of the individual or
> entity
> > to
> > > which it is addressed and may contain information that is confidential,
> > > privileged and exempt from disclosure under applicable law. If the
> reader
> > > of this message is not the intended recipient, you are hereby notified
> > that
> > > any printing, copying, dissemination, distribution, disclosure or
> > > forwarding of this communication is strictly prohibited. If you have
> > > received this communication in error, please contact the sender
> > immediately
> > > and delete it from your system. Thank You.
> > >
> >
>
>
>
> --
> Zhijie Shen
> Hortonworks Inc.
> http://hortonworks.com/
>
> --
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to
> which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Zhijie Shen <zs...@hortonworks.com>.
Hi Sandy,

Application History Server (we prefer to call it Timeline Server instead
now) is going to be shipped in 2.4 without security. I've already wrote a
document about what it is, what's the current status, and how to config and
start it. Via the document, hopefully the users are clear about the
timeline server. There's another jira, YARN-1876, in which I've attached a
patch about the REST APIs of using generic history data and per-framework
data. However, it seems to be to late to get it in.

For the timeline store, we have already one implementation based on
Leveldb. We have monitored its performance closely and reviewed its
license, and believed it should be a good shape now. Currently the timeline
store is for storing per-framework data only, while we eventually hope to
move the generic data there as well.

Thanks,
Zhijie




On Mon, Mar 31, 2014 at 11:02 AM, Sandy Ryza <sa...@cloudera.com>wrote:

> What's the state of the application history server?  Do we have security,
> documentation, and are APIs stable?  If any of these are missing, do we
> have a plan for how to make this clear to users?
>
> What about the timeline store?
>
> thanks,
> Sandy
>
>
> On Mon, Mar 31, 2014 at 2:22 AM, Arun C Murthy <ac...@hortonworks.com>
> wrote:
>
> > Folks,
> >
> > I've created a release candidate (rc0) for hadoop-2.4.0 that I would like
> > to get released.
> >
> > The RC is available at:
> > http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
> > The RC tag in svn is here:
> > https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
> >
> > The maven artifacts are available via repository.apache.org.
> >
> > Please try the release and vote; the vote will run for the usual 7 days.
> >
> > thanks,
> > Arun
> >
> > --
> > Arun C. Murthy
> > Hortonworks Inc.
> > http://hortonworks.com/
> >
> >
> >
> > --
> > CONFIDENTIALITY NOTICE
> > NOTICE: This message is intended for the use of the individual or entity
> to
> > which it is addressed and may contain information that is confidential,
> > privileged and exempt from disclosure under applicable law. If the reader
> > of this message is not the intended recipient, you are hereby notified
> that
> > any printing, copying, dissemination, distribution, disclosure or
> > forwarding of this communication is strictly prohibited. If you have
> > received this communication in error, please contact the sender
> immediately
> > and delete it from your system. Thank You.
> >
>



-- 
Zhijie Shen
Hortonworks Inc.
http://hortonworks.com/

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Zhijie Shen <zs...@hortonworks.com>.
Hi Sandy,

Application History Server (we prefer to call it Timeline Server instead
now) is going to be shipped in 2.4 without security. I've already wrote a
document about what it is, what's the current status, and how to config and
start it. Via the document, hopefully the users are clear about the
timeline server. There's another jira, YARN-1876, in which I've attached a
patch about the REST APIs of using generic history data and per-framework
data. However, it seems to be to late to get it in.

For the timeline store, we have already one implementation based on
Leveldb. We have monitored its performance closely and reviewed its
license, and believed it should be a good shape now. Currently the timeline
store is for storing per-framework data only, while we eventually hope to
move the generic data there as well.

Thanks,
Zhijie




On Mon, Mar 31, 2014 at 11:02 AM, Sandy Ryza <sa...@cloudera.com>wrote:

> What's the state of the application history server?  Do we have security,
> documentation, and are APIs stable?  If any of these are missing, do we
> have a plan for how to make this clear to users?
>
> What about the timeline store?
>
> thanks,
> Sandy
>
>
> On Mon, Mar 31, 2014 at 2:22 AM, Arun C Murthy <ac...@hortonworks.com>
> wrote:
>
> > Folks,
> >
> > I've created a release candidate (rc0) for hadoop-2.4.0 that I would like
> > to get released.
> >
> > The RC is available at:
> > http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
> > The RC tag in svn is here:
> > https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
> >
> > The maven artifacts are available via repository.apache.org.
> >
> > Please try the release and vote; the vote will run for the usual 7 days.
> >
> > thanks,
> > Arun
> >
> > --
> > Arun C. Murthy
> > Hortonworks Inc.
> > http://hortonworks.com/
> >
> >
> >
> > --
> > CONFIDENTIALITY NOTICE
> > NOTICE: This message is intended for the use of the individual or entity
> to
> > which it is addressed and may contain information that is confidential,
> > privileged and exempt from disclosure under applicable law. If the reader
> > of this message is not the intended recipient, you are hereby notified
> that
> > any printing, copying, dissemination, distribution, disclosure or
> > forwarding of this communication is strictly prohibited. If you have
> > received this communication in error, please contact the sender
> immediately
> > and delete it from your system. Thank You.
> >
>



-- 
Zhijie Shen
Hortonworks Inc.
http://hortonworks.com/

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Zhijie Shen <zs...@hortonworks.com>.
Hi Sandy,

Application History Server (we prefer to call it Timeline Server instead
now) is going to be shipped in 2.4 without security. I've already wrote a
document about what it is, what's the current status, and how to config and
start it. Via the document, hopefully the users are clear about the
timeline server. There's another jira, YARN-1876, in which I've attached a
patch about the REST APIs of using generic history data and per-framework
data. However, it seems to be to late to get it in.

For the timeline store, we have already one implementation based on
Leveldb. We have monitored its performance closely and reviewed its
license, and believed it should be a good shape now. Currently the timeline
store is for storing per-framework data only, while we eventually hope to
move the generic data there as well.

Thanks,
Zhijie




On Mon, Mar 31, 2014 at 11:02 AM, Sandy Ryza <sa...@cloudera.com>wrote:

> What's the state of the application history server?  Do we have security,
> documentation, and are APIs stable?  If any of these are missing, do we
> have a plan for how to make this clear to users?
>
> What about the timeline store?
>
> thanks,
> Sandy
>
>
> On Mon, Mar 31, 2014 at 2:22 AM, Arun C Murthy <ac...@hortonworks.com>
> wrote:
>
> > Folks,
> >
> > I've created a release candidate (rc0) for hadoop-2.4.0 that I would like
> > to get released.
> >
> > The RC is available at:
> > http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
> > The RC tag in svn is here:
> > https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
> >
> > The maven artifacts are available via repository.apache.org.
> >
> > Please try the release and vote; the vote will run for the usual 7 days.
> >
> > thanks,
> > Arun
> >
> > --
> > Arun C. Murthy
> > Hortonworks Inc.
> > http://hortonworks.com/
> >
> >
> >
> > --
> > CONFIDENTIALITY NOTICE
> > NOTICE: This message is intended for the use of the individual or entity
> to
> > which it is addressed and may contain information that is confidential,
> > privileged and exempt from disclosure under applicable law. If the reader
> > of this message is not the intended recipient, you are hereby notified
> that
> > any printing, copying, dissemination, distribution, disclosure or
> > forwarding of this communication is strictly prohibited. If you have
> > received this communication in error, please contact the sender
> immediately
> > and delete it from your system. Thank You.
> >
>



-- 
Zhijie Shen
Hortonworks Inc.
http://hortonworks.com/

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Zhijie Shen <zs...@hortonworks.com>.
Hi Sandy,

Application History Server (we prefer to call it Timeline Server instead
now) is going to be shipped in 2.4 without security. I've already wrote a
document about what it is, what's the current status, and how to config and
start it. Via the document, hopefully the users are clear about the
timeline server. There's another jira, YARN-1876, in which I've attached a
patch about the REST APIs of using generic history data and per-framework
data. However, it seems to be to late to get it in.

For the timeline store, we have already one implementation based on
Leveldb. We have monitored its performance closely and reviewed its
license, and believed it should be a good shape now. Currently the timeline
store is for storing per-framework data only, while we eventually hope to
move the generic data there as well.

Thanks,
Zhijie




On Mon, Mar 31, 2014 at 11:02 AM, Sandy Ryza <sa...@cloudera.com>wrote:

> What's the state of the application history server?  Do we have security,
> documentation, and are APIs stable?  If any of these are missing, do we
> have a plan for how to make this clear to users?
>
> What about the timeline store?
>
> thanks,
> Sandy
>
>
> On Mon, Mar 31, 2014 at 2:22 AM, Arun C Murthy <ac...@hortonworks.com>
> wrote:
>
> > Folks,
> >
> > I've created a release candidate (rc0) for hadoop-2.4.0 that I would like
> > to get released.
> >
> > The RC is available at:
> > http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
> > The RC tag in svn is here:
> > https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
> >
> > The maven artifacts are available via repository.apache.org.
> >
> > Please try the release and vote; the vote will run for the usual 7 days.
> >
> > thanks,
> > Arun
> >
> > --
> > Arun C. Murthy
> > Hortonworks Inc.
> > http://hortonworks.com/
> >
> >
> >
> > --
> > CONFIDENTIALITY NOTICE
> > NOTICE: This message is intended for the use of the individual or entity
> to
> > which it is addressed and may contain information that is confidential,
> > privileged and exempt from disclosure under applicable law. If the reader
> > of this message is not the intended recipient, you are hereby notified
> that
> > any printing, copying, dissemination, distribution, disclosure or
> > forwarding of this communication is strictly prohibited. If you have
> > received this communication in error, please contact the sender
> immediately
> > and delete it from your system. Thank You.
> >
>



-- 
Zhijie Shen
Hortonworks Inc.
http://hortonworks.com/

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Sandy Ryza <sa...@cloudera.com>.
What's the state of the application history server?  Do we have security,
documentation, and are APIs stable?  If any of these are missing, do we
have a plan for how to make this clear to users?

What about the timeline store?

thanks,
Sandy


On Mon, Mar 31, 2014 at 2:22 AM, Arun C Murthy <ac...@hortonworks.com> wrote:

> Folks,
>
> I've created a release candidate (rc0) for hadoop-2.4.0 that I would like
> to get released.
>
> The RC is available at:
> http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
> The RC tag in svn is here:
> https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
>
> The maven artifacts are available via repository.apache.org.
>
> Please try the release and vote; the vote will run for the usual 7 days.
>
> thanks,
> Arun
>
> --
> Arun C. Murthy
> Hortonworks Inc.
> http://hortonworks.com/
>
>
>
> --
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to
> which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Chen He <ai...@gmail.com>.
+1(non-binding)
download source code
compile successfully
run wordcount and loadgen without problem


On Tue, Apr 8, 2014 at 11:11 PM, Tsuyoshi OZAWA <oz...@gmail.com>wrote:

> Hi Arun,
>
> I apologize for the late response.
> If the problems are recognized correctly, +1 for the release(non-binding).
>
> * Ran examples on pseudo distributed cluster.
> * Ran tests.
> * Built from source.
>
> Let's fix the problems at the target version(2.4.1).
>
> Thanks,
> - Tsuyoshi
>
>
> On Wed, Apr 9, 2014 at 4:45 AM, sanjay Radia <sa...@hortonworks.com>
> wrote:
> >
> >
> > +1 binding
> > Verified binaries, ran from binary on single node cluster. Tested some
> HDFS clis and wordcount.
> >
> > sanjay
> > On Apr 7, 2014, at 9:52 AM, Suresh Srinivas <su...@hortonworks.com>
> wrote:
> >
> >> +1 (binding)
> >>
> >> Verified the signatures and hashes for both src and binary tars. Built
> from
> >> the source, the binary distribution and the documentation. Started a
> single
> >> node cluster and tested the following:
> >> # Started HDFS cluster, verified the hdfs CLI commands such ls, copying
> >> data back and forth, verified namenode webUI etc.
> >> # Ran some tests such as sleep job, TestDFSIO, NNBench etc.
> >>
> >> I agree with Arun's anaylysis. At this time, the bar for blockers
> should be
> >> quite high. We can do a dot release if people want some more bug fixes.
> >>
> >>
> >> On Mon, Mar 31, 2014 at 2:22 AM, Arun C Murthy <ac...@hortonworks.com>
> wrote:
> >>
> >>> Folks,
> >>>
> >>> I've created a release candidate (rc0) for hadoop-2.4.0 that I would
> like
> >>> to get released.
> >>>
> >>> The RC is available at:
> >>> http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
> >>> The RC tag in svn is here:
> >>> https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
> >>>
> >>> The maven artifacts are available via repository.apache.org.
> >>>
> >>> Please try the release and vote; the vote will run for the usual 7
> days.
> >>>
> >>> thanks,
> >>> Arun
> >>>
> >>> --
> >>> Arun C. Murthy
> >>> Hortonworks Inc.
> >>> http://hortonworks.com/
> >>>
> >>>
> >>>
> >>> --
> >>> CONFIDENTIALITY NOTICE
> >>> NOTICE: This message is intended for the use of the individual or
> entity to
> >>> which it is addressed and may contain information that is confidential,
> >>> privileged and exempt from disclosure under applicable law. If the
> reader
> >>> of this message is not the intended recipient, you are hereby notified
> that
> >>> any printing, copying, dissemination, distribution, disclosure or
> >>> forwarding of this communication is strictly prohibited. If you have
> >>> received this communication in error, please contact the sender
> immediately
> >>> and delete it from your system. Thank You.
> >>>
> >>
> >>
> >>
> >> --
> >> http://hortonworks.com/download/
> >>
> >> --
> >> CONFIDENTIALITY NOTICE
> >> NOTICE: This message is intended for the use of the individual or
> entity to
> >> which it is addressed and may contain information that is confidential,
> >> privileged and exempt from disclosure under applicable law. If the
> reader
> >> of this message is not the intended recipient, you are hereby notified
> that
> >> any printing, copying, dissemination, distribution, disclosure or
> >> forwarding of this communication is strictly prohibited. If you have
> >> received this communication in error, please contact the sender
> immediately
> >> and delete it from your system. Thank You.
> >
> >
> > --
> > CONFIDENTIALITY NOTICE
> > NOTICE: This message is intended for the use of the individual or entity
> to
> > which it is addressed and may contain information that is confidential,
> > privileged and exempt from disclosure under applicable law. If the reader
> > of this message is not the intended recipient, you are hereby notified
> that
> > any printing, copying, dissemination, distribution, disclosure or
> > forwarding of this communication is strictly prohibited. If you have
> > received this communication in error, please contact the sender
> immediately
> > and delete it from your system. Thank You.
>
>
>
> --
> - Tsuyoshi
>

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Tsuyoshi OZAWA <oz...@gmail.com>.
Hi Arun,

I apologize for the late response.
If the problems are recognized correctly, +1 for the release(non-binding).

* Ran examples on pseudo distributed cluster.
* Ran tests.
* Built from source.

Let's fix the problems at the target version(2.4.1).

Thanks,
- Tsuyoshi


On Wed, Apr 9, 2014 at 4:45 AM, sanjay Radia <sa...@hortonworks.com> wrote:
>
>
> +1 binding
> Verified binaries, ran from binary on single node cluster. Tested some HDFS clis and wordcount.
>
> sanjay
> On Apr 7, 2014, at 9:52 AM, Suresh Srinivas <su...@hortonworks.com> wrote:
>
>> +1 (binding)
>>
>> Verified the signatures and hashes for both src and binary tars. Built from
>> the source, the binary distribution and the documentation. Started a single
>> node cluster and tested the following:
>> # Started HDFS cluster, verified the hdfs CLI commands such ls, copying
>> data back and forth, verified namenode webUI etc.
>> # Ran some tests such as sleep job, TestDFSIO, NNBench etc.
>>
>> I agree with Arun's anaylysis. At this time, the bar for blockers should be
>> quite high. We can do a dot release if people want some more bug fixes.
>>
>>
>> On Mon, Mar 31, 2014 at 2:22 AM, Arun C Murthy <ac...@hortonworks.com> wrote:
>>
>>> Folks,
>>>
>>> I've created a release candidate (rc0) for hadoop-2.4.0 that I would like
>>> to get released.
>>>
>>> The RC is available at:
>>> http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
>>> The RC tag in svn is here:
>>> https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
>>>
>>> The maven artifacts are available via repository.apache.org.
>>>
>>> Please try the release and vote; the vote will run for the usual 7 days.
>>>
>>> thanks,
>>> Arun
>>>
>>> --
>>> Arun C. Murthy
>>> Hortonworks Inc.
>>> http://hortonworks.com/
>>>
>>>
>>>
>>> --
>>> CONFIDENTIALITY NOTICE
>>> NOTICE: This message is intended for the use of the individual or entity to
>>> which it is addressed and may contain information that is confidential,
>>> privileged and exempt from disclosure under applicable law. If the reader
>>> of this message is not the intended recipient, you are hereby notified that
>>> any printing, copying, dissemination, distribution, disclosure or
>>> forwarding of this communication is strictly prohibited. If you have
>>> received this communication in error, please contact the sender immediately
>>> and delete it from your system. Thank You.
>>>
>>
>>
>>
>> --
>> http://hortonworks.com/download/
>>
>> --
>> CONFIDENTIALITY NOTICE
>> NOTICE: This message is intended for the use of the individual or entity to
>> which it is addressed and may contain information that is confidential,
>> privileged and exempt from disclosure under applicable law. If the reader
>> of this message is not the intended recipient, you are hereby notified that
>> any printing, copying, dissemination, distribution, disclosure or
>> forwarding of this communication is strictly prohibited. If you have
>> received this communication in error, please contact the sender immediately
>> and delete it from your system. Thank You.
>
>
> --
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to
> which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.



-- 
- Tsuyoshi

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Tsuyoshi OZAWA <oz...@gmail.com>.
Hi Arun,

I apologize for the late response.
If the problems are recognized correctly, +1 for the release(non-binding).

* Ran examples on pseudo distributed cluster.
* Ran tests.
* Built from source.

Let's fix the problems at the target version(2.4.1).

Thanks,
- Tsuyoshi


On Wed, Apr 9, 2014 at 4:45 AM, sanjay Radia <sa...@hortonworks.com> wrote:
>
>
> +1 binding
> Verified binaries, ran from binary on single node cluster. Tested some HDFS clis and wordcount.
>
> sanjay
> On Apr 7, 2014, at 9:52 AM, Suresh Srinivas <su...@hortonworks.com> wrote:
>
>> +1 (binding)
>>
>> Verified the signatures and hashes for both src and binary tars. Built from
>> the source, the binary distribution and the documentation. Started a single
>> node cluster and tested the following:
>> # Started HDFS cluster, verified the hdfs CLI commands such ls, copying
>> data back and forth, verified namenode webUI etc.
>> # Ran some tests such as sleep job, TestDFSIO, NNBench etc.
>>
>> I agree with Arun's anaylysis. At this time, the bar for blockers should be
>> quite high. We can do a dot release if people want some more bug fixes.
>>
>>
>> On Mon, Mar 31, 2014 at 2:22 AM, Arun C Murthy <ac...@hortonworks.com> wrote:
>>
>>> Folks,
>>>
>>> I've created a release candidate (rc0) for hadoop-2.4.0 that I would like
>>> to get released.
>>>
>>> The RC is available at:
>>> http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
>>> The RC tag in svn is here:
>>> https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
>>>
>>> The maven artifacts are available via repository.apache.org.
>>>
>>> Please try the release and vote; the vote will run for the usual 7 days.
>>>
>>> thanks,
>>> Arun
>>>
>>> --
>>> Arun C. Murthy
>>> Hortonworks Inc.
>>> http://hortonworks.com/
>>>
>>>
>>>
>>> --
>>> CONFIDENTIALITY NOTICE
>>> NOTICE: This message is intended for the use of the individual or entity to
>>> which it is addressed and may contain information that is confidential,
>>> privileged and exempt from disclosure under applicable law. If the reader
>>> of this message is not the intended recipient, you are hereby notified that
>>> any printing, copying, dissemination, distribution, disclosure or
>>> forwarding of this communication is strictly prohibited. If you have
>>> received this communication in error, please contact the sender immediately
>>> and delete it from your system. Thank You.
>>>
>>
>>
>>
>> --
>> http://hortonworks.com/download/
>>
>> --
>> CONFIDENTIALITY NOTICE
>> NOTICE: This message is intended for the use of the individual or entity to
>> which it is addressed and may contain information that is confidential,
>> privileged and exempt from disclosure under applicable law. If the reader
>> of this message is not the intended recipient, you are hereby notified that
>> any printing, copying, dissemination, distribution, disclosure or
>> forwarding of this communication is strictly prohibited. If you have
>> received this communication in error, please contact the sender immediately
>> and delete it from your system. Thank You.
>
>
> --
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to
> which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.



-- 
- Tsuyoshi

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Tsuyoshi OZAWA <oz...@gmail.com>.
Hi Arun,

I apologize for the late response.
If the problems are recognized correctly, +1 for the release(non-binding).

* Ran examples on pseudo distributed cluster.
* Ran tests.
* Built from source.

Let's fix the problems at the target version(2.4.1).

Thanks,
- Tsuyoshi


On Wed, Apr 9, 2014 at 4:45 AM, sanjay Radia <sa...@hortonworks.com> wrote:
>
>
> +1 binding
> Verified binaries, ran from binary on single node cluster. Tested some HDFS clis and wordcount.
>
> sanjay
> On Apr 7, 2014, at 9:52 AM, Suresh Srinivas <su...@hortonworks.com> wrote:
>
>> +1 (binding)
>>
>> Verified the signatures and hashes for both src and binary tars. Built from
>> the source, the binary distribution and the documentation. Started a single
>> node cluster and tested the following:
>> # Started HDFS cluster, verified the hdfs CLI commands such ls, copying
>> data back and forth, verified namenode webUI etc.
>> # Ran some tests such as sleep job, TestDFSIO, NNBench etc.
>>
>> I agree with Arun's anaylysis. At this time, the bar for blockers should be
>> quite high. We can do a dot release if people want some more bug fixes.
>>
>>
>> On Mon, Mar 31, 2014 at 2:22 AM, Arun C Murthy <ac...@hortonworks.com> wrote:
>>
>>> Folks,
>>>
>>> I've created a release candidate (rc0) for hadoop-2.4.0 that I would like
>>> to get released.
>>>
>>> The RC is available at:
>>> http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
>>> The RC tag in svn is here:
>>> https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
>>>
>>> The maven artifacts are available via repository.apache.org.
>>>
>>> Please try the release and vote; the vote will run for the usual 7 days.
>>>
>>> thanks,
>>> Arun
>>>
>>> --
>>> Arun C. Murthy
>>> Hortonworks Inc.
>>> http://hortonworks.com/
>>>
>>>
>>>
>>> --
>>> CONFIDENTIALITY NOTICE
>>> NOTICE: This message is intended for the use of the individual or entity to
>>> which it is addressed and may contain information that is confidential,
>>> privileged and exempt from disclosure under applicable law. If the reader
>>> of this message is not the intended recipient, you are hereby notified that
>>> any printing, copying, dissemination, distribution, disclosure or
>>> forwarding of this communication is strictly prohibited. If you have
>>> received this communication in error, please contact the sender immediately
>>> and delete it from your system. Thank You.
>>>
>>
>>
>>
>> --
>> http://hortonworks.com/download/
>>
>> --
>> CONFIDENTIALITY NOTICE
>> NOTICE: This message is intended for the use of the individual or entity to
>> which it is addressed and may contain information that is confidential,
>> privileged and exempt from disclosure under applicable law. If the reader
>> of this message is not the intended recipient, you are hereby notified that
>> any printing, copying, dissemination, distribution, disclosure or
>> forwarding of this communication is strictly prohibited. If you have
>> received this communication in error, please contact the sender immediately
>> and delete it from your system. Thank You.
>
>
> --
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to
> which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.



-- 
- Tsuyoshi

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Tsuyoshi OZAWA <oz...@gmail.com>.
Hi Arun,

I apologize for the late response.
If the problems are recognized correctly, +1 for the release(non-binding).

* Ran examples on pseudo distributed cluster.
* Ran tests.
* Built from source.

Let's fix the problems at the target version(2.4.1).

Thanks,
- Tsuyoshi


On Wed, Apr 9, 2014 at 4:45 AM, sanjay Radia <sa...@hortonworks.com> wrote:
>
>
> +1 binding
> Verified binaries, ran from binary on single node cluster. Tested some HDFS clis and wordcount.
>
> sanjay
> On Apr 7, 2014, at 9:52 AM, Suresh Srinivas <su...@hortonworks.com> wrote:
>
>> +1 (binding)
>>
>> Verified the signatures and hashes for both src and binary tars. Built from
>> the source, the binary distribution and the documentation. Started a single
>> node cluster and tested the following:
>> # Started HDFS cluster, verified the hdfs CLI commands such ls, copying
>> data back and forth, verified namenode webUI etc.
>> # Ran some tests such as sleep job, TestDFSIO, NNBench etc.
>>
>> I agree with Arun's anaylysis. At this time, the bar for blockers should be
>> quite high. We can do a dot release if people want some more bug fixes.
>>
>>
>> On Mon, Mar 31, 2014 at 2:22 AM, Arun C Murthy <ac...@hortonworks.com> wrote:
>>
>>> Folks,
>>>
>>> I've created a release candidate (rc0) for hadoop-2.4.0 that I would like
>>> to get released.
>>>
>>> The RC is available at:
>>> http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
>>> The RC tag in svn is here:
>>> https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
>>>
>>> The maven artifacts are available via repository.apache.org.
>>>
>>> Please try the release and vote; the vote will run for the usual 7 days.
>>>
>>> thanks,
>>> Arun
>>>
>>> --
>>> Arun C. Murthy
>>> Hortonworks Inc.
>>> http://hortonworks.com/
>>>
>>>
>>>
>>> --
>>> CONFIDENTIALITY NOTICE
>>> NOTICE: This message is intended for the use of the individual or entity to
>>> which it is addressed and may contain information that is confidential,
>>> privileged and exempt from disclosure under applicable law. If the reader
>>> of this message is not the intended recipient, you are hereby notified that
>>> any printing, copying, dissemination, distribution, disclosure or
>>> forwarding of this communication is strictly prohibited. If you have
>>> received this communication in error, please contact the sender immediately
>>> and delete it from your system. Thank You.
>>>
>>
>>
>>
>> --
>> http://hortonworks.com/download/
>>
>> --
>> CONFIDENTIALITY NOTICE
>> NOTICE: This message is intended for the use of the individual or entity to
>> which it is addressed and may contain information that is confidential,
>> privileged and exempt from disclosure under applicable law. If the reader
>> of this message is not the intended recipient, you are hereby notified that
>> any printing, copying, dissemination, distribution, disclosure or
>> forwarding of this communication is strictly prohibited. If you have
>> received this communication in error, please contact the sender immediately
>> and delete it from your system. Thank You.
>
>
> --
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to
> which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.



-- 
- Tsuyoshi

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by sanjay Radia <sa...@hortonworks.com>.

+1 binding
Verified binaries, ran from binary on single node cluster. Tested some HDFS clis and wordcount.

sanjay
On Apr 7, 2014, at 9:52 AM, Suresh Srinivas <su...@hortonworks.com> wrote:

> +1 (binding)
> 
> Verified the signatures and hashes for both src and binary tars. Built from
> the source, the binary distribution and the documentation. Started a single
> node cluster and tested the following:
> # Started HDFS cluster, verified the hdfs CLI commands such ls, copying
> data back and forth, verified namenode webUI etc.
> # Ran some tests such as sleep job, TestDFSIO, NNBench etc.
> 
> I agree with Arun's anaylysis. At this time, the bar for blockers should be
> quite high. We can do a dot release if people want some more bug fixes.
> 
> 
> On Mon, Mar 31, 2014 at 2:22 AM, Arun C Murthy <ac...@hortonworks.com> wrote:
> 
>> Folks,
>> 
>> I've created a release candidate (rc0) for hadoop-2.4.0 that I would like
>> to get released.
>> 
>> The RC is available at:
>> http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
>> The RC tag in svn is here:
>> https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
>> 
>> The maven artifacts are available via repository.apache.org.
>> 
>> Please try the release and vote; the vote will run for the usual 7 days.
>> 
>> thanks,
>> Arun
>> 
>> --
>> Arun C. Murthy
>> Hortonworks Inc.
>> http://hortonworks.com/
>> 
>> 
>> 
>> --
>> CONFIDENTIALITY NOTICE
>> NOTICE: This message is intended for the use of the individual or entity to
>> which it is addressed and may contain information that is confidential,
>> privileged and exempt from disclosure under applicable law. If the reader
>> of this message is not the intended recipient, you are hereby notified that
>> any printing, copying, dissemination, distribution, disclosure or
>> forwarding of this communication is strictly prohibited. If you have
>> received this communication in error, please contact the sender immediately
>> and delete it from your system. Thank You.
>> 
> 
> 
> 
> -- 
> http://hortonworks.com/download/
> 
> -- 
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to 
> which it is addressed and may contain information that is confidential, 
> privileged and exempt from disclosure under applicable law. If the reader 
> of this message is not the intended recipient, you are hereby notified that 
> any printing, copying, dissemination, distribution, disclosure or 
> forwarding of this communication is strictly prohibited. If you have 
> received this communication in error, please contact the sender immediately 
> and delete it from your system. Thank You.


-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

RE: [VOTE] Release Apache Hadoop 2.4.0

Posted by Bikas Saha <bi...@hortonworks.com>.
+1 (binding).
Ran it with Apache Tez.

I agree with Suresh about including only critical regressions/bugs at this
point. The less code we change the less new bugs we bring in at the last
moment.

Bikas

-----Original Message-----
From: Jonathan Eagles [mailto:jeagles@gmail.com]
Sent: Monday, April 07, 2014 9:55 AM
To: hdfs-dev@hadoop.apache.org
Cc: common-dev@hadoop.apache.org; mapreduce-dev@hadoop.apache.org;
yarn-dev@hadoop.apache.org
Subject: Re: [VOTE] Release Apache Hadoop 2.4.0

+1 (Binding)


On Mon, Apr 7, 2014 at 11:52 AM, Suresh Srinivas
<su...@hortonworks.com>wrote:

> +1 (binding)
>
> Verified the signatures and hashes for both src and binary tars. Built
> from the source, the binary distribution and the documentation.
> Started a single node cluster and tested the following:
> # Started HDFS cluster, verified the hdfs CLI commands such ls,
> copying data back and forth, verified namenode webUI etc.
> # Ran some tests such as sleep job, TestDFSIO, NNBench etc.
>
> I agree with Arun's anaylysis. At this time, the bar for blockers
> should be quite high. We can do a dot release if people want some more
bug fixes.
>
>
> On Mon, Mar 31, 2014 at 2:22 AM, Arun C Murthy <ac...@hortonworks.com>
> wrote:
>
> > Folks,
> >
> > I've created a release candidate (rc0) for hadoop-2.4.0 that I would
> > like to get released.
> >
> > The RC is available at:
> > http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
> > The RC tag in svn is here:
> > https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc
> > 0
> >
> > The maven artifacts are available via repository.apache.org.
> >
> > Please try the release and vote; the vote will run for the usual 7
days.
> >
> > thanks,
> > Arun
> >
> > --
> > Arun C. Murthy
> > Hortonworks Inc.
> > http://hortonworks.com/
> >
> >
> >
> > --
> > CONFIDENTIALITY NOTICE
> > NOTICE: This message is intended for the use of the individual or
> > entity
> to
> > which it is addressed and may contain information that is
> > confidential, privileged and exempt from disclosure under applicable
> > law. If the reader of this message is not the intended recipient,
> > you are hereby notified
> that
> > any printing, copying, dissemination, distribution, disclosure or
> > forwarding of this communication is strictly prohibited. If you have
> > received this communication in error, please contact the sender
> immediately
> > and delete it from your system. Thank You.
> >
>
>
>
> --
> http://hortonworks.com/download/
>
> --
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or
> entity to which it is addressed and may contain information that is
> confidential, privileged and exempt from disclosure under applicable
> law. If the reader of this message is not the intended recipient, you
> are hereby notified that any printing, copying, dissemination,
> distribution, disclosure or forwarding of this communication is
> strictly prohibited. If you have received this communication in error,
> please contact the sender immediately and delete it from your system.
Thank You.
>

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

RE: [VOTE] Release Apache Hadoop 2.4.0

Posted by Bikas Saha <bi...@hortonworks.com>.
+1 (binding).
Ran it with Apache Tez.

I agree with Suresh about including only critical regressions/bugs at this
point. The less code we change the less new bugs we bring in at the last
moment.

Bikas

-----Original Message-----
From: Jonathan Eagles [mailto:jeagles@gmail.com]
Sent: Monday, April 07, 2014 9:55 AM
To: hdfs-dev@hadoop.apache.org
Cc: common-dev@hadoop.apache.org; mapreduce-dev@hadoop.apache.org;
yarn-dev@hadoop.apache.org
Subject: Re: [VOTE] Release Apache Hadoop 2.4.0

+1 (Binding)


On Mon, Apr 7, 2014 at 11:52 AM, Suresh Srinivas
<su...@hortonworks.com>wrote:

> +1 (binding)
>
> Verified the signatures and hashes for both src and binary tars. Built
> from the source, the binary distribution and the documentation.
> Started a single node cluster and tested the following:
> # Started HDFS cluster, verified the hdfs CLI commands such ls,
> copying data back and forth, verified namenode webUI etc.
> # Ran some tests such as sleep job, TestDFSIO, NNBench etc.
>
> I agree with Arun's anaylysis. At this time, the bar for blockers
> should be quite high. We can do a dot release if people want some more
bug fixes.
>
>
> On Mon, Mar 31, 2014 at 2:22 AM, Arun C Murthy <ac...@hortonworks.com>
> wrote:
>
> > Folks,
> >
> > I've created a release candidate (rc0) for hadoop-2.4.0 that I would
> > like to get released.
> >
> > The RC is available at:
> > http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
> > The RC tag in svn is here:
> > https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc
> > 0
> >
> > The maven artifacts are available via repository.apache.org.
> >
> > Please try the release and vote; the vote will run for the usual 7
days.
> >
> > thanks,
> > Arun
> >
> > --
> > Arun C. Murthy
> > Hortonworks Inc.
> > http://hortonworks.com/
> >
> >
> >
> > --
> > CONFIDENTIALITY NOTICE
> > NOTICE: This message is intended for the use of the individual or
> > entity
> to
> > which it is addressed and may contain information that is
> > confidential, privileged and exempt from disclosure under applicable
> > law. If the reader of this message is not the intended recipient,
> > you are hereby notified
> that
> > any printing, copying, dissemination, distribution, disclosure or
> > forwarding of this communication is strictly prohibited. If you have
> > received this communication in error, please contact the sender
> immediately
> > and delete it from your system. Thank You.
> >
>
>
>
> --
> http://hortonworks.com/download/
>
> --
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or
> entity to which it is addressed and may contain information that is
> confidential, privileged and exempt from disclosure under applicable
> law. If the reader of this message is not the intended recipient, you
> are hereby notified that any printing, copying, dissemination,
> distribution, disclosure or forwarding of this communication is
> strictly prohibited. If you have received this communication in error,
> please contact the sender immediately and delete it from your system.
Thank You.
>

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

RE: [VOTE] Release Apache Hadoop 2.4.0

Posted by Bikas Saha <bi...@hortonworks.com>.
+1 (binding).
Ran it with Apache Tez.

I agree with Suresh about including only critical regressions/bugs at this
point. The less code we change the less new bugs we bring in at the last
moment.

Bikas

-----Original Message-----
From: Jonathan Eagles [mailto:jeagles@gmail.com]
Sent: Monday, April 07, 2014 9:55 AM
To: hdfs-dev@hadoop.apache.org
Cc: common-dev@hadoop.apache.org; mapreduce-dev@hadoop.apache.org;
yarn-dev@hadoop.apache.org
Subject: Re: [VOTE] Release Apache Hadoop 2.4.0

+1 (Binding)


On Mon, Apr 7, 2014 at 11:52 AM, Suresh Srinivas
<su...@hortonworks.com>wrote:

> +1 (binding)
>
> Verified the signatures and hashes for both src and binary tars. Built
> from the source, the binary distribution and the documentation.
> Started a single node cluster and tested the following:
> # Started HDFS cluster, verified the hdfs CLI commands such ls,
> copying data back and forth, verified namenode webUI etc.
> # Ran some tests such as sleep job, TestDFSIO, NNBench etc.
>
> I agree with Arun's anaylysis. At this time, the bar for blockers
> should be quite high. We can do a dot release if people want some more
bug fixes.
>
>
> On Mon, Mar 31, 2014 at 2:22 AM, Arun C Murthy <ac...@hortonworks.com>
> wrote:
>
> > Folks,
> >
> > I've created a release candidate (rc0) for hadoop-2.4.0 that I would
> > like to get released.
> >
> > The RC is available at:
> > http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
> > The RC tag in svn is here:
> > https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc
> > 0
> >
> > The maven artifacts are available via repository.apache.org.
> >
> > Please try the release and vote; the vote will run for the usual 7
days.
> >
> > thanks,
> > Arun
> >
> > --
> > Arun C. Murthy
> > Hortonworks Inc.
> > http://hortonworks.com/
> >
> >
> >
> > --
> > CONFIDENTIALITY NOTICE
> > NOTICE: This message is intended for the use of the individual or
> > entity
> to
> > which it is addressed and may contain information that is
> > confidential, privileged and exempt from disclosure under applicable
> > law. If the reader of this message is not the intended recipient,
> > you are hereby notified
> that
> > any printing, copying, dissemination, distribution, disclosure or
> > forwarding of this communication is strictly prohibited. If you have
> > received this communication in error, please contact the sender
> immediately
> > and delete it from your system. Thank You.
> >
>
>
>
> --
> http://hortonworks.com/download/
>
> --
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or
> entity to which it is addressed and may contain information that is
> confidential, privileged and exempt from disclosure under applicable
> law. If the reader of this message is not the intended recipient, you
> are hereby notified that any printing, copying, dissemination,
> distribution, disclosure or forwarding of this communication is
> strictly prohibited. If you have received this communication in error,
> please contact the sender immediately and delete it from your system.
Thank You.
>

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

RE: [VOTE] Release Apache Hadoop 2.4.0

Posted by Bikas Saha <bi...@hortonworks.com>.
+1 (binding).
Ran it with Apache Tez.

I agree with Suresh about including only critical regressions/bugs at this
point. The less code we change the less new bugs we bring in at the last
moment.

Bikas

-----Original Message-----
From: Jonathan Eagles [mailto:jeagles@gmail.com]
Sent: Monday, April 07, 2014 9:55 AM
To: hdfs-dev@hadoop.apache.org
Cc: common-dev@hadoop.apache.org; mapreduce-dev@hadoop.apache.org;
yarn-dev@hadoop.apache.org
Subject: Re: [VOTE] Release Apache Hadoop 2.4.0

+1 (Binding)


On Mon, Apr 7, 2014 at 11:52 AM, Suresh Srinivas
<su...@hortonworks.com>wrote:

> +1 (binding)
>
> Verified the signatures and hashes for both src and binary tars. Built
> from the source, the binary distribution and the documentation.
> Started a single node cluster and tested the following:
> # Started HDFS cluster, verified the hdfs CLI commands such ls,
> copying data back and forth, verified namenode webUI etc.
> # Ran some tests such as sleep job, TestDFSIO, NNBench etc.
>
> I agree with Arun's anaylysis. At this time, the bar for blockers
> should be quite high. We can do a dot release if people want some more
bug fixes.
>
>
> On Mon, Mar 31, 2014 at 2:22 AM, Arun C Murthy <ac...@hortonworks.com>
> wrote:
>
> > Folks,
> >
> > I've created a release candidate (rc0) for hadoop-2.4.0 that I would
> > like to get released.
> >
> > The RC is available at:
> > http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
> > The RC tag in svn is here:
> > https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc
> > 0
> >
> > The maven artifacts are available via repository.apache.org.
> >
> > Please try the release and vote; the vote will run for the usual 7
days.
> >
> > thanks,
> > Arun
> >
> > --
> > Arun C. Murthy
> > Hortonworks Inc.
> > http://hortonworks.com/
> >
> >
> >
> > --
> > CONFIDENTIALITY NOTICE
> > NOTICE: This message is intended for the use of the individual or
> > entity
> to
> > which it is addressed and may contain information that is
> > confidential, privileged and exempt from disclosure under applicable
> > law. If the reader of this message is not the intended recipient,
> > you are hereby notified
> that
> > any printing, copying, dissemination, distribution, disclosure or
> > forwarding of this communication is strictly prohibited. If you have
> > received this communication in error, please contact the sender
> immediately
> > and delete it from your system. Thank You.
> >
>
>
>
> --
> http://hortonworks.com/download/
>
> --
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or
> entity to which it is addressed and may contain information that is
> confidential, privileged and exempt from disclosure under applicable
> law. If the reader of this message is not the intended recipient, you
> are hereby notified that any printing, copying, dissemination,
> distribution, disclosure or forwarding of this communication is
> strictly prohibited. If you have received this communication in error,
> please contact the sender immediately and delete it from your system.
Thank You.
>

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Jonathan Eagles <je...@gmail.com>.
+1 (Binding)


On Mon, Apr 7, 2014 at 11:52 AM, Suresh Srinivas <su...@hortonworks.com>wrote:

> +1 (binding)
>
> Verified the signatures and hashes for both src and binary tars. Built from
> the source, the binary distribution and the documentation. Started a single
> node cluster and tested the following:
> # Started HDFS cluster, verified the hdfs CLI commands such ls, copying
> data back and forth, verified namenode webUI etc.
> # Ran some tests such as sleep job, TestDFSIO, NNBench etc.
>
> I agree with Arun's anaylysis. At this time, the bar for blockers should be
> quite high. We can do a dot release if people want some more bug fixes.
>
>
> On Mon, Mar 31, 2014 at 2:22 AM, Arun C Murthy <ac...@hortonworks.com>
> wrote:
>
> > Folks,
> >
> > I've created a release candidate (rc0) for hadoop-2.4.0 that I would like
> > to get released.
> >
> > The RC is available at:
> > http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
> > The RC tag in svn is here:
> > https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
> >
> > The maven artifacts are available via repository.apache.org.
> >
> > Please try the release and vote; the vote will run for the usual 7 days.
> >
> > thanks,
> > Arun
> >
> > --
> > Arun C. Murthy
> > Hortonworks Inc.
> > http://hortonworks.com/
> >
> >
> >
> > --
> > CONFIDENTIALITY NOTICE
> > NOTICE: This message is intended for the use of the individual or entity
> to
> > which it is addressed and may contain information that is confidential,
> > privileged and exempt from disclosure under applicable law. If the reader
> > of this message is not the intended recipient, you are hereby notified
> that
> > any printing, copying, dissemination, distribution, disclosure or
> > forwarding of this communication is strictly prohibited. If you have
> > received this communication in error, please contact the sender
> immediately
> > and delete it from your system. Thank You.
> >
>
>
>
> --
> http://hortonworks.com/download/
>
> --
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to
> which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Jonathan Eagles <je...@gmail.com>.
+1 (Binding)


On Mon, Apr 7, 2014 at 11:52 AM, Suresh Srinivas <su...@hortonworks.com>wrote:

> +1 (binding)
>
> Verified the signatures and hashes for both src and binary tars. Built from
> the source, the binary distribution and the documentation. Started a single
> node cluster and tested the following:
> # Started HDFS cluster, verified the hdfs CLI commands such ls, copying
> data back and forth, verified namenode webUI etc.
> # Ran some tests such as sleep job, TestDFSIO, NNBench etc.
>
> I agree with Arun's anaylysis. At this time, the bar for blockers should be
> quite high. We can do a dot release if people want some more bug fixes.
>
>
> On Mon, Mar 31, 2014 at 2:22 AM, Arun C Murthy <ac...@hortonworks.com>
> wrote:
>
> > Folks,
> >
> > I've created a release candidate (rc0) for hadoop-2.4.0 that I would like
> > to get released.
> >
> > The RC is available at:
> > http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
> > The RC tag in svn is here:
> > https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
> >
> > The maven artifacts are available via repository.apache.org.
> >
> > Please try the release and vote; the vote will run for the usual 7 days.
> >
> > thanks,
> > Arun
> >
> > --
> > Arun C. Murthy
> > Hortonworks Inc.
> > http://hortonworks.com/
> >
> >
> >
> > --
> > CONFIDENTIALITY NOTICE
> > NOTICE: This message is intended for the use of the individual or entity
> to
> > which it is addressed and may contain information that is confidential,
> > privileged and exempt from disclosure under applicable law. If the reader
> > of this message is not the intended recipient, you are hereby notified
> that
> > any printing, copying, dissemination, distribution, disclosure or
> > forwarding of this communication is strictly prohibited. If you have
> > received this communication in error, please contact the sender
> immediately
> > and delete it from your system. Thank You.
> >
>
>
>
> --
> http://hortonworks.com/download/
>
> --
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to
> which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by sanjay Radia <sa...@hortonworks.com>.

+1 binding
Verified binaries, ran from binary on single node cluster. Tested some HDFS clis and wordcount.

sanjay
On Apr 7, 2014, at 9:52 AM, Suresh Srinivas <su...@hortonworks.com> wrote:

> +1 (binding)
> 
> Verified the signatures and hashes for both src and binary tars. Built from
> the source, the binary distribution and the documentation. Started a single
> node cluster and tested the following:
> # Started HDFS cluster, verified the hdfs CLI commands such ls, copying
> data back and forth, verified namenode webUI etc.
> # Ran some tests such as sleep job, TestDFSIO, NNBench etc.
> 
> I agree with Arun's anaylysis. At this time, the bar for blockers should be
> quite high. We can do a dot release if people want some more bug fixes.
> 
> 
> On Mon, Mar 31, 2014 at 2:22 AM, Arun C Murthy <ac...@hortonworks.com> wrote:
> 
>> Folks,
>> 
>> I've created a release candidate (rc0) for hadoop-2.4.0 that I would like
>> to get released.
>> 
>> The RC is available at:
>> http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
>> The RC tag in svn is here:
>> https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
>> 
>> The maven artifacts are available via repository.apache.org.
>> 
>> Please try the release and vote; the vote will run for the usual 7 days.
>> 
>> thanks,
>> Arun
>> 
>> --
>> Arun C. Murthy
>> Hortonworks Inc.
>> http://hortonworks.com/
>> 
>> 
>> 
>> --
>> CONFIDENTIALITY NOTICE
>> NOTICE: This message is intended for the use of the individual or entity to
>> which it is addressed and may contain information that is confidential,
>> privileged and exempt from disclosure under applicable law. If the reader
>> of this message is not the intended recipient, you are hereby notified that
>> any printing, copying, dissemination, distribution, disclosure or
>> forwarding of this communication is strictly prohibited. If you have
>> received this communication in error, please contact the sender immediately
>> and delete it from your system. Thank You.
>> 
> 
> 
> 
> -- 
> http://hortonworks.com/download/
> 
> -- 
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to 
> which it is addressed and may contain information that is confidential, 
> privileged and exempt from disclosure under applicable law. If the reader 
> of this message is not the intended recipient, you are hereby notified that 
> any printing, copying, dissemination, distribution, disclosure or 
> forwarding of this communication is strictly prohibited. If you have 
> received this communication in error, please contact the sender immediately 
> and delete it from your system. Thank You.


-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Jonathan Eagles <je...@gmail.com>.
+1 (Binding)


On Mon, Apr 7, 2014 at 11:52 AM, Suresh Srinivas <su...@hortonworks.com>wrote:

> +1 (binding)
>
> Verified the signatures and hashes for both src and binary tars. Built from
> the source, the binary distribution and the documentation. Started a single
> node cluster and tested the following:
> # Started HDFS cluster, verified the hdfs CLI commands such ls, copying
> data back and forth, verified namenode webUI etc.
> # Ran some tests such as sleep job, TestDFSIO, NNBench etc.
>
> I agree with Arun's anaylysis. At this time, the bar for blockers should be
> quite high. We can do a dot release if people want some more bug fixes.
>
>
> On Mon, Mar 31, 2014 at 2:22 AM, Arun C Murthy <ac...@hortonworks.com>
> wrote:
>
> > Folks,
> >
> > I've created a release candidate (rc0) for hadoop-2.4.0 that I would like
> > to get released.
> >
> > The RC is available at:
> > http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
> > The RC tag in svn is here:
> > https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
> >
> > The maven artifacts are available via repository.apache.org.
> >
> > Please try the release and vote; the vote will run for the usual 7 days.
> >
> > thanks,
> > Arun
> >
> > --
> > Arun C. Murthy
> > Hortonworks Inc.
> > http://hortonworks.com/
> >
> >
> >
> > --
> > CONFIDENTIALITY NOTICE
> > NOTICE: This message is intended for the use of the individual or entity
> to
> > which it is addressed and may contain information that is confidential,
> > privileged and exempt from disclosure under applicable law. If the reader
> > of this message is not the intended recipient, you are hereby notified
> that
> > any printing, copying, dissemination, distribution, disclosure or
> > forwarding of this communication is strictly prohibited. If you have
> > received this communication in error, please contact the sender
> immediately
> > and delete it from your system. Thank You.
> >
>
>
>
> --
> http://hortonworks.com/download/
>
> --
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to
> which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Suresh Srinivas <su...@hortonworks.com>.
+1 (binding)

Verified the signatures and hashes for both src and binary tars. Built from
the source, the binary distribution and the documentation. Started a single
node cluster and tested the following:
# Started HDFS cluster, verified the hdfs CLI commands such ls, copying
data back and forth, verified namenode webUI etc.
# Ran some tests such as sleep job, TestDFSIO, NNBench etc.

I agree with Arun's anaylysis. At this time, the bar for blockers should be
quite high. We can do a dot release if people want some more bug fixes.


On Mon, Mar 31, 2014 at 2:22 AM, Arun C Murthy <ac...@hortonworks.com> wrote:

> Folks,
>
> I've created a release candidate (rc0) for hadoop-2.4.0 that I would like
> to get released.
>
> The RC is available at:
> http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
> The RC tag in svn is here:
> https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
>
> The maven artifacts are available via repository.apache.org.
>
> Please try the release and vote; the vote will run for the usual 7 days.
>
> thanks,
> Arun
>
> --
> Arun C. Murthy
> Hortonworks Inc.
> http://hortonworks.com/
>
>
>
> --
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to
> which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>



-- 
http://hortonworks.com/download/

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Arun C Murthy <ac...@hortonworks.com>.
With 11 +1s (4 binding) and no -1s the vote passes. Thanks to everyone who tried out the release and passed their feedback along.

I'll send a note out once I actually get the bits out and the site updated etc.

thanks,
Arun

On Mar 31, 2014, at 2:22 AM, Arun C Murthy <ac...@hortonworks.com> wrote:

> Folks,
> 
> I've created a release candidate (rc0) for hadoop-2.4.0 that I would like to get released.
> 
> The RC is available at: http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
> The RC tag in svn is here: https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
> 
> The maven artifacts are available via repository.apache.org.
> 
> Please try the release and vote; the vote will run for the usual 7 days.
> 
> thanks,
> Arun
> 

--
Arun C. Murthy
Hortonworks Inc.
http://hortonworks.com/



-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Suresh Srinivas <su...@hortonworks.com>.
+1 (binding)

Verified the signatures and hashes for both src and binary tars. Built from
the source, the binary distribution and the documentation. Started a single
node cluster and tested the following:
# Started HDFS cluster, verified the hdfs CLI commands such ls, copying
data back and forth, verified namenode webUI etc.
# Ran some tests such as sleep job, TestDFSIO, NNBench etc.

I agree with Arun's anaylysis. At this time, the bar for blockers should be
quite high. We can do a dot release if people want some more bug fixes.


On Mon, Mar 31, 2014 at 2:22 AM, Arun C Murthy <ac...@hortonworks.com> wrote:

> Folks,
>
> I've created a release candidate (rc0) for hadoop-2.4.0 that I would like
> to get released.
>
> The RC is available at:
> http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
> The RC tag in svn is here:
> https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
>
> The maven artifacts are available via repository.apache.org.
>
> Please try the release and vote; the vote will run for the usual 7 days.
>
> thanks,
> Arun
>
> --
> Arun C. Murthy
> Hortonworks Inc.
> http://hortonworks.com/
>
>
>
> --
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to
> which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>



-- 
http://hortonworks.com/download/

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Sandy Ryza <sa...@cloudera.com>.
What's the state of the application history server?  Do we have security,
documentation, and are APIs stable?  If any of these are missing, do we
have a plan for how to make this clear to users?

What about the timeline store?

thanks,
Sandy


On Mon, Mar 31, 2014 at 2:22 AM, Arun C Murthy <ac...@hortonworks.com> wrote:

> Folks,
>
> I've created a release candidate (rc0) for hadoop-2.4.0 that I would like
> to get released.
>
> The RC is available at:
> http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
> The RC tag in svn is here:
> https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
>
> The maven artifacts are available via repository.apache.org.
>
> Please try the release and vote; the vote will run for the usual 7 days.
>
> thanks,
> Arun
>
> --
> Arun C. Murthy
> Hortonworks Inc.
> http://hortonworks.com/
>
>
>
> --
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to
> which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Arun C Murthy <ac...@hortonworks.com>.
With 11 +1s (4 binding) and no -1s the vote passes. Thanks to everyone who tried out the release and passed their feedback along.

I'll send a note out once I actually get the bits out and the site updated etc.

thanks,
Arun

On Mar 31, 2014, at 2:22 AM, Arun C Murthy <ac...@hortonworks.com> wrote:

> Folks,
> 
> I've created a release candidate (rc0) for hadoop-2.4.0 that I would like to get released.
> 
> The RC is available at: http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
> The RC tag in svn is here: https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
> 
> The maven artifacts are available via repository.apache.org.
> 
> Please try the release and vote; the vote will run for the usual 7 days.
> 
> thanks,
> Arun
> 

--
Arun C. Murthy
Hortonworks Inc.
http://hortonworks.com/



-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Mit Desai <mi...@yahoo-inc.com>.
+1 (non binding)

- Verified signature
- Successfully built native and non native
- Deployed on my single node cluster and ran sleep and word count jobs
- UI looks good

- M!T





On 3/31/14, 4:22 AM, "Arun C Murthy" <ac...@hortonworks.com> wrote:

>Folks,
>
>I've created a release candidate (rc0) for hadoop-2.4.0 that I would like
>to get released.
>
>The RC is available at:
>http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
>The RC tag in svn is here:
>https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
>
>The maven artifacts are available via repository.apache.org.
>
>Please try the release and vote; the vote will run for the usual 7 days.
>
>thanks,
>Arun
>
>--
>Arun C. Murthy
>Hortonworks Inc.
>http://hortonworks.com/
>
>
>
>-- 
>CONFIDENTIALITY NOTICE
>NOTICE: This message is intended for the use of the individual or entity
>to 
>which it is addressed and may contain information that is confidential,
>privileged and exempt from disclosure under applicable law. If the reader
>of this message is not the intended recipient, you are hereby notified
>that 
>any printing, copying, dissemination, distribution, disclosure or
>forwarding of this communication is strictly prohibited. If you have
>received this communication in error, please contact the sender
>immediately 
>and delete it from your system. Thank You.


Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Tsuyoshi OZAWA <oz...@gmail.com>.
Hi,

Ran tests and confirmed that some tests(TestSymlinkLocalFSFileSystem) fail.
The log of the test failure is as follows:

https://gist.github.com/oza/9965197

Should we fix or disable the feature?

Thanks,
- Tsuyoshi

On Mon, Mar 31, 2014 at 6:22 PM, Arun C Murthy <ac...@hortonworks.com> wrote:
> Folks,
>
> I've created a release candidate (rc0) for hadoop-2.4.0 that I would like to get released.
>
> The RC is available at: http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
> The RC tag in svn is here: https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
>
> The maven artifacts are available via repository.apache.org.
>
> Please try the release and vote; the vote will run for the usual 7 days.
>
> thanks,
> Arun
>
> --
> Arun C. Murthy
> Hortonworks Inc.
> http://hortonworks.com/
>
>
>
> --
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to
> which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.



-- 
- Tsuyoshi

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Karthik Kambatla <ka...@cloudera.com>.
We should definitely get YARN-1726 in, if we are spinning a new RC.
Otherwise, I guess we could include it in 2.4.1, along with any other
critical issues that get reported on 2.4.0 or have missed this RC.


On Thu, Apr 3, 2014 at 12:45 PM, Sandy Ryza <sa...@cloudera.com> wrote:

> While the Scheduler Load Simulator isn't part of YARN's core, it's a tool
> that YARN includes, and it's broken entirely in the current RC.  YARN-1726
> seems to me like something worth including in the release.
>
> -Sandy
>
>
> On Thu, Apr 3, 2014 at 11:12 AM, Xuan Gong <xg...@hortonworks.com> wrote:
>
> > +1 non-binding
> >
> > Built from source code, tested on a single node cluster. Successfully
> ran a
> > few MR sample jobs.
> > Tested RM failover while job is running.
> >
> > Thanks
> >
> > Xuan Gong
> >
> >
> > On Wed, Apr 2, 2014 at 10:21 PM, Zhijie Shen <zs...@hortonworks.com>
> > wrote:
> >
> > > +1 non-binding
> > >
> > > I built from source code, and setup a single node non-secure cluster
> with
> > > almost the default configurations and ran a number of MR example jobs
> and
> > > distributedshell jobs. I verified the generic and the per-framework (DS
> > job
> > > only) historic information has been persisted, and such information is
> > > accessible via webUI, RESTful APIs and CLI.
> > >
> > > Thanks,
> > > Zhijie
> > >
> > >
> > > On Wed, Apr 2, 2014 at 1:26 PM, Jian He <jh...@hortonworks.com> wrote:
> > >
> > > > +1 non-binding
> > > >
> > > > Built from source code, tested on a single node cluster. Successfully
> > > ran a
> > > > few MR sample jobs.
> > > > Tested RM restart while job is running.
> > > >
> > > > Thanks,
> > > > Jian
> > > >
> > > > On Tue, Apr 1, 2014 at 5:42 PM, Travis Thompson <
> > tthompson@linkedin.com
> > > > >wrote:
> > > >
> > > > > +1 non-binding
> > > > >
> > > > > Built from git. Started with 120 node 2.3.0 cluster with security
> and
> > > > > non HA, ran upgrade (non rolling) to 2.4.0.  Confirmed fsimage is
> OK
> > > and
> > > > > HDFS successfully upgraded.  Also successfully ran some pig jobs
> and
> > > > > mapreduce examples.  Haven't found any issues yet but will continue
> > > > > testing.  Did not test Timeline Server since I'm using security.
> > > > >
> > > > > Thanks,
> > > > > Travis
> > > > >
> > > > > On 03/31/2014 02:24 AM, Arun C Murthy wrote:
> > > > > > Folks,
> > > > > >
> > > > > > I've created a release candidate (rc0) for hadoop-2.4.0 that I
> > would
> > > > > like to get released.
> > > > > >
> > > > > > The RC is available at:
> > > > > http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
> > > > > > The RC tag in svn is here:
> > > > >
> > https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
> > > > > >
> > > > > > The maven artifacts are available via repository.apache.org.
> > > > > >
> > > > > > Please try the release and vote; the vote will run for the usual
> 7
> > > > days.
> > > > > >
> > > > > > thanks,
> > > > > > Arun
> > > > > >
> > > > > > --
> > > > > > Arun C. Murthy
> > > > > > Hortonworks Inc.
> > > > > > http://hortonworks.com/
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > >
> > > > --
> > > > CONFIDENTIALITY NOTICE
> > > > NOTICE: This message is intended for the use of the individual or
> > entity
> > > to
> > > > which it is addressed and may contain information that is
> confidential,
> > > > privileged and exempt from disclosure under applicable law. If the
> > reader
> > > > of this message is not the intended recipient, you are hereby
> notified
> > > that
> > > > any printing, copying, dissemination, distribution, disclosure or
> > > > forwarding of this communication is strictly prohibited. If you have
> > > > received this communication in error, please contact the sender
> > > immediately
> > > > and delete it from your system. Thank You.
> > > >
> > >
> > >
> > >
> > > --
> > > Zhijie Shen
> > > Hortonworks Inc.
> > > http://hortonworks.com/
> > >
> > > --
> > > CONFIDENTIALITY NOTICE
> > > NOTICE: This message is intended for the use of the individual or
> entity
> > to
> > > which it is addressed and may contain information that is confidential,
> > > privileged and exempt from disclosure under applicable law. If the
> reader
> > > of this message is not the intended recipient, you are hereby notified
> > that
> > > any printing, copying, dissemination, distribution, disclosure or
> > > forwarding of this communication is strictly prohibited. If you have
> > > received this communication in error, please contact the sender
> > immediately
> > > and delete it from your system. Thank You.
> > >
> >
> > --
> > CONFIDENTIALITY NOTICE
> > NOTICE: This message is intended for the use of the individual or entity
> to
> > which it is addressed and may contain information that is confidential,
> > privileged and exempt from disclosure under applicable law. If the reader
> > of this message is not the intended recipient, you are hereby notified
> that
> > any printing, copying, dissemination, distribution, disclosure or
> > forwarding of this communication is strictly prohibited. If you have
> > received this communication in error, please contact the sender
> immediately
> > and delete it from your system. Thank You.
> >
>

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Karthik Kambatla <ka...@cloudera.com>.
We should definitely get YARN-1726 in, if we are spinning a new RC.
Otherwise, I guess we could include it in 2.4.1, along with any other
critical issues that get reported on 2.4.0 or have missed this RC.


On Thu, Apr 3, 2014 at 12:45 PM, Sandy Ryza <sa...@cloudera.com> wrote:

> While the Scheduler Load Simulator isn't part of YARN's core, it's a tool
> that YARN includes, and it's broken entirely in the current RC.  YARN-1726
> seems to me like something worth including in the release.
>
> -Sandy
>
>
> On Thu, Apr 3, 2014 at 11:12 AM, Xuan Gong <xg...@hortonworks.com> wrote:
>
> > +1 non-binding
> >
> > Built from source code, tested on a single node cluster. Successfully
> ran a
> > few MR sample jobs.
> > Tested RM failover while job is running.
> >
> > Thanks
> >
> > Xuan Gong
> >
> >
> > On Wed, Apr 2, 2014 at 10:21 PM, Zhijie Shen <zs...@hortonworks.com>
> > wrote:
> >
> > > +1 non-binding
> > >
> > > I built from source code, and setup a single node non-secure cluster
> with
> > > almost the default configurations and ran a number of MR example jobs
> and
> > > distributedshell jobs. I verified the generic and the per-framework (DS
> > job
> > > only) historic information has been persisted, and such information is
> > > accessible via webUI, RESTful APIs and CLI.
> > >
> > > Thanks,
> > > Zhijie
> > >
> > >
> > > On Wed, Apr 2, 2014 at 1:26 PM, Jian He <jh...@hortonworks.com> wrote:
> > >
> > > > +1 non-binding
> > > >
> > > > Built from source code, tested on a single node cluster. Successfully
> > > ran a
> > > > few MR sample jobs.
> > > > Tested RM restart while job is running.
> > > >
> > > > Thanks,
> > > > Jian
> > > >
> > > > On Tue, Apr 1, 2014 at 5:42 PM, Travis Thompson <
> > tthompson@linkedin.com
> > > > >wrote:
> > > >
> > > > > +1 non-binding
> > > > >
> > > > > Built from git. Started with 120 node 2.3.0 cluster with security
> and
> > > > > non HA, ran upgrade (non rolling) to 2.4.0.  Confirmed fsimage is
> OK
> > > and
> > > > > HDFS successfully upgraded.  Also successfully ran some pig jobs
> and
> > > > > mapreduce examples.  Haven't found any issues yet but will continue
> > > > > testing.  Did not test Timeline Server since I'm using security.
> > > > >
> > > > > Thanks,
> > > > > Travis
> > > > >
> > > > > On 03/31/2014 02:24 AM, Arun C Murthy wrote:
> > > > > > Folks,
> > > > > >
> > > > > > I've created a release candidate (rc0) for hadoop-2.4.0 that I
> > would
> > > > > like to get released.
> > > > > >
> > > > > > The RC is available at:
> > > > > http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
> > > > > > The RC tag in svn is here:
> > > > >
> > https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
> > > > > >
> > > > > > The maven artifacts are available via repository.apache.org.
> > > > > >
> > > > > > Please try the release and vote; the vote will run for the usual
> 7
> > > > days.
> > > > > >
> > > > > > thanks,
> > > > > > Arun
> > > > > >
> > > > > > --
> > > > > > Arun C. Murthy
> > > > > > Hortonworks Inc.
> > > > > > http://hortonworks.com/
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > >
> > > > --
> > > > CONFIDENTIALITY NOTICE
> > > > NOTICE: This message is intended for the use of the individual or
> > entity
> > > to
> > > > which it is addressed and may contain information that is
> confidential,
> > > > privileged and exempt from disclosure under applicable law. If the
> > reader
> > > > of this message is not the intended recipient, you are hereby
> notified
> > > that
> > > > any printing, copying, dissemination, distribution, disclosure or
> > > > forwarding of this communication is strictly prohibited. If you have
> > > > received this communication in error, please contact the sender
> > > immediately
> > > > and delete it from your system. Thank You.
> > > >
> > >
> > >
> > >
> > > --
> > > Zhijie Shen
> > > Hortonworks Inc.
> > > http://hortonworks.com/
> > >
> > > --
> > > CONFIDENTIALITY NOTICE
> > > NOTICE: This message is intended for the use of the individual or
> entity
> > to
> > > which it is addressed and may contain information that is confidential,
> > > privileged and exempt from disclosure under applicable law. If the
> reader
> > > of this message is not the intended recipient, you are hereby notified
> > that
> > > any printing, copying, dissemination, distribution, disclosure or
> > > forwarding of this communication is strictly prohibited. If you have
> > > received this communication in error, please contact the sender
> > immediately
> > > and delete it from your system. Thank You.
> > >
> >
> > --
> > CONFIDENTIALITY NOTICE
> > NOTICE: This message is intended for the use of the individual or entity
> to
> > which it is addressed and may contain information that is confidential,
> > privileged and exempt from disclosure under applicable law. If the reader
> > of this message is not the intended recipient, you are hereby notified
> that
> > any printing, copying, dissemination, distribution, disclosure or
> > forwarding of this communication is strictly prohibited. If you have
> > received this communication in error, please contact the sender
> immediately
> > and delete it from your system. Thank You.
> >
>

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Karthik Kambatla <ka...@cloudera.com>.
We should definitely get YARN-1726 in, if we are spinning a new RC.
Otherwise, I guess we could include it in 2.4.1, along with any other
critical issues that get reported on 2.4.0 or have missed this RC.


On Thu, Apr 3, 2014 at 12:45 PM, Sandy Ryza <sa...@cloudera.com> wrote:

> While the Scheduler Load Simulator isn't part of YARN's core, it's a tool
> that YARN includes, and it's broken entirely in the current RC.  YARN-1726
> seems to me like something worth including in the release.
>
> -Sandy
>
>
> On Thu, Apr 3, 2014 at 11:12 AM, Xuan Gong <xg...@hortonworks.com> wrote:
>
> > +1 non-binding
> >
> > Built from source code, tested on a single node cluster. Successfully
> ran a
> > few MR sample jobs.
> > Tested RM failover while job is running.
> >
> > Thanks
> >
> > Xuan Gong
> >
> >
> > On Wed, Apr 2, 2014 at 10:21 PM, Zhijie Shen <zs...@hortonworks.com>
> > wrote:
> >
> > > +1 non-binding
> > >
> > > I built from source code, and setup a single node non-secure cluster
> with
> > > almost the default configurations and ran a number of MR example jobs
> and
> > > distributedshell jobs. I verified the generic and the per-framework (DS
> > job
> > > only) historic information has been persisted, and such information is
> > > accessible via webUI, RESTful APIs and CLI.
> > >
> > > Thanks,
> > > Zhijie
> > >
> > >
> > > On Wed, Apr 2, 2014 at 1:26 PM, Jian He <jh...@hortonworks.com> wrote:
> > >
> > > > +1 non-binding
> > > >
> > > > Built from source code, tested on a single node cluster. Successfully
> > > ran a
> > > > few MR sample jobs.
> > > > Tested RM restart while job is running.
> > > >
> > > > Thanks,
> > > > Jian
> > > >
> > > > On Tue, Apr 1, 2014 at 5:42 PM, Travis Thompson <
> > tthompson@linkedin.com
> > > > >wrote:
> > > >
> > > > > +1 non-binding
> > > > >
> > > > > Built from git. Started with 120 node 2.3.0 cluster with security
> and
> > > > > non HA, ran upgrade (non rolling) to 2.4.0.  Confirmed fsimage is
> OK
> > > and
> > > > > HDFS successfully upgraded.  Also successfully ran some pig jobs
> and
> > > > > mapreduce examples.  Haven't found any issues yet but will continue
> > > > > testing.  Did not test Timeline Server since I'm using security.
> > > > >
> > > > > Thanks,
> > > > > Travis
> > > > >
> > > > > On 03/31/2014 02:24 AM, Arun C Murthy wrote:
> > > > > > Folks,
> > > > > >
> > > > > > I've created a release candidate (rc0) for hadoop-2.4.0 that I
> > would
> > > > > like to get released.
> > > > > >
> > > > > > The RC is available at:
> > > > > http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
> > > > > > The RC tag in svn is here:
> > > > >
> > https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
> > > > > >
> > > > > > The maven artifacts are available via repository.apache.org.
> > > > > >
> > > > > > Please try the release and vote; the vote will run for the usual
> 7
> > > > days.
> > > > > >
> > > > > > thanks,
> > > > > > Arun
> > > > > >
> > > > > > --
> > > > > > Arun C. Murthy
> > > > > > Hortonworks Inc.
> > > > > > http://hortonworks.com/
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > >
> > > > --
> > > > CONFIDENTIALITY NOTICE
> > > > NOTICE: This message is intended for the use of the individual or
> > entity
> > > to
> > > > which it is addressed and may contain information that is
> confidential,
> > > > privileged and exempt from disclosure under applicable law. If the
> > reader
> > > > of this message is not the intended recipient, you are hereby
> notified
> > > that
> > > > any printing, copying, dissemination, distribution, disclosure or
> > > > forwarding of this communication is strictly prohibited. If you have
> > > > received this communication in error, please contact the sender
> > > immediately
> > > > and delete it from your system. Thank You.
> > > >
> > >
> > >
> > >
> > > --
> > > Zhijie Shen
> > > Hortonworks Inc.
> > > http://hortonworks.com/
> > >
> > > --
> > > CONFIDENTIALITY NOTICE
> > > NOTICE: This message is intended for the use of the individual or
> entity
> > to
> > > which it is addressed and may contain information that is confidential,
> > > privileged and exempt from disclosure under applicable law. If the
> reader
> > > of this message is not the intended recipient, you are hereby notified
> > that
> > > any printing, copying, dissemination, distribution, disclosure or
> > > forwarding of this communication is strictly prohibited. If you have
> > > received this communication in error, please contact the sender
> > immediately
> > > and delete it from your system. Thank You.
> > >
> >
> > --
> > CONFIDENTIALITY NOTICE
> > NOTICE: This message is intended for the use of the individual or entity
> to
> > which it is addressed and may contain information that is confidential,
> > privileged and exempt from disclosure under applicable law. If the reader
> > of this message is not the intended recipient, you are hereby notified
> that
> > any printing, copying, dissemination, distribution, disclosure or
> > forwarding of this communication is strictly prohibited. If you have
> > received this communication in error, please contact the sender
> immediately
> > and delete it from your system. Thank You.
> >
>

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Sandy Ryza <sa...@cloudera.com>.
While the Scheduler Load Simulator isn't part of YARN's core, it's a tool
that YARN includes, and it's broken entirely in the current RC.  YARN-1726
seems to me like something worth including in the release.

-Sandy


On Thu, Apr 3, 2014 at 11:12 AM, Xuan Gong <xg...@hortonworks.com> wrote:

> +1 non-binding
>
> Built from source code, tested on a single node cluster. Successfully ran a
> few MR sample jobs.
> Tested RM failover while job is running.
>
> Thanks
>
> Xuan Gong
>
>
> On Wed, Apr 2, 2014 at 10:21 PM, Zhijie Shen <zs...@hortonworks.com>
> wrote:
>
> > +1 non-binding
> >
> > I built from source code, and setup a single node non-secure cluster with
> > almost the default configurations and ran a number of MR example jobs and
> > distributedshell jobs. I verified the generic and the per-framework (DS
> job
> > only) historic information has been persisted, and such information is
> > accessible via webUI, RESTful APIs and CLI.
> >
> > Thanks,
> > Zhijie
> >
> >
> > On Wed, Apr 2, 2014 at 1:26 PM, Jian He <jh...@hortonworks.com> wrote:
> >
> > > +1 non-binding
> > >
> > > Built from source code, tested on a single node cluster. Successfully
> > ran a
> > > few MR sample jobs.
> > > Tested RM restart while job is running.
> > >
> > > Thanks,
> > > Jian
> > >
> > > On Tue, Apr 1, 2014 at 5:42 PM, Travis Thompson <
> tthompson@linkedin.com
> > > >wrote:
> > >
> > > > +1 non-binding
> > > >
> > > > Built from git. Started with 120 node 2.3.0 cluster with security and
> > > > non HA, ran upgrade (non rolling) to 2.4.0.  Confirmed fsimage is OK
> > and
> > > > HDFS successfully upgraded.  Also successfully ran some pig jobs and
> > > > mapreduce examples.  Haven't found any issues yet but will continue
> > > > testing.  Did not test Timeline Server since I'm using security.
> > > >
> > > > Thanks,
> > > > Travis
> > > >
> > > > On 03/31/2014 02:24 AM, Arun C Murthy wrote:
> > > > > Folks,
> > > > >
> > > > > I've created a release candidate (rc0) for hadoop-2.4.0 that I
> would
> > > > like to get released.
> > > > >
> > > > > The RC is available at:
> > > > http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
> > > > > The RC tag in svn is here:
> > > >
> https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
> > > > >
> > > > > The maven artifacts are available via repository.apache.org.
> > > > >
> > > > > Please try the release and vote; the vote will run for the usual 7
> > > days.
> > > > >
> > > > > thanks,
> > > > > Arun
> > > > >
> > > > > --
> > > > > Arun C. Murthy
> > > > > Hortonworks Inc.
> > > > > http://hortonworks.com/
> > > > >
> > > > >
> > > > >
> > > >
> > >
> > > --
> > > CONFIDENTIALITY NOTICE
> > > NOTICE: This message is intended for the use of the individual or
> entity
> > to
> > > which it is addressed and may contain information that is confidential,
> > > privileged and exempt from disclosure under applicable law. If the
> reader
> > > of this message is not the intended recipient, you are hereby notified
> > that
> > > any printing, copying, dissemination, distribution, disclosure or
> > > forwarding of this communication is strictly prohibited. If you have
> > > received this communication in error, please contact the sender
> > immediately
> > > and delete it from your system. Thank You.
> > >
> >
> >
> >
> > --
> > Zhijie Shen
> > Hortonworks Inc.
> > http://hortonworks.com/
> >
> > --
> > CONFIDENTIALITY NOTICE
> > NOTICE: This message is intended for the use of the individual or entity
> to
> > which it is addressed and may contain information that is confidential,
> > privileged and exempt from disclosure under applicable law. If the reader
> > of this message is not the intended recipient, you are hereby notified
> that
> > any printing, copying, dissemination, distribution, disclosure or
> > forwarding of this communication is strictly prohibited. If you have
> > received this communication in error, please contact the sender
> immediately
> > and delete it from your system. Thank You.
> >
>
> --
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to
> which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Sandy Ryza <sa...@cloudera.com>.
While the Scheduler Load Simulator isn't part of YARN's core, it's a tool
that YARN includes, and it's broken entirely in the current RC.  YARN-1726
seems to me like something worth including in the release.

-Sandy


On Thu, Apr 3, 2014 at 11:12 AM, Xuan Gong <xg...@hortonworks.com> wrote:

> +1 non-binding
>
> Built from source code, tested on a single node cluster. Successfully ran a
> few MR sample jobs.
> Tested RM failover while job is running.
>
> Thanks
>
> Xuan Gong
>
>
> On Wed, Apr 2, 2014 at 10:21 PM, Zhijie Shen <zs...@hortonworks.com>
> wrote:
>
> > +1 non-binding
> >
> > I built from source code, and setup a single node non-secure cluster with
> > almost the default configurations and ran a number of MR example jobs and
> > distributedshell jobs. I verified the generic and the per-framework (DS
> job
> > only) historic information has been persisted, and such information is
> > accessible via webUI, RESTful APIs and CLI.
> >
> > Thanks,
> > Zhijie
> >
> >
> > On Wed, Apr 2, 2014 at 1:26 PM, Jian He <jh...@hortonworks.com> wrote:
> >
> > > +1 non-binding
> > >
> > > Built from source code, tested on a single node cluster. Successfully
> > ran a
> > > few MR sample jobs.
> > > Tested RM restart while job is running.
> > >
> > > Thanks,
> > > Jian
> > >
> > > On Tue, Apr 1, 2014 at 5:42 PM, Travis Thompson <
> tthompson@linkedin.com
> > > >wrote:
> > >
> > > > +1 non-binding
> > > >
> > > > Built from git. Started with 120 node 2.3.0 cluster with security and
> > > > non HA, ran upgrade (non rolling) to 2.4.0.  Confirmed fsimage is OK
> > and
> > > > HDFS successfully upgraded.  Also successfully ran some pig jobs and
> > > > mapreduce examples.  Haven't found any issues yet but will continue
> > > > testing.  Did not test Timeline Server since I'm using security.
> > > >
> > > > Thanks,
> > > > Travis
> > > >
> > > > On 03/31/2014 02:24 AM, Arun C Murthy wrote:
> > > > > Folks,
> > > > >
> > > > > I've created a release candidate (rc0) for hadoop-2.4.0 that I
> would
> > > > like to get released.
> > > > >
> > > > > The RC is available at:
> > > > http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
> > > > > The RC tag in svn is here:
> > > >
> https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
> > > > >
> > > > > The maven artifacts are available via repository.apache.org.
> > > > >
> > > > > Please try the release and vote; the vote will run for the usual 7
> > > days.
> > > > >
> > > > > thanks,
> > > > > Arun
> > > > >
> > > > > --
> > > > > Arun C. Murthy
> > > > > Hortonworks Inc.
> > > > > http://hortonworks.com/
> > > > >
> > > > >
> > > > >
> > > >
> > >
> > > --
> > > CONFIDENTIALITY NOTICE
> > > NOTICE: This message is intended for the use of the individual or
> entity
> > to
> > > which it is addressed and may contain information that is confidential,
> > > privileged and exempt from disclosure under applicable law. If the
> reader
> > > of this message is not the intended recipient, you are hereby notified
> > that
> > > any printing, copying, dissemination, distribution, disclosure or
> > > forwarding of this communication is strictly prohibited. If you have
> > > received this communication in error, please contact the sender
> > immediately
> > > and delete it from your system. Thank You.
> > >
> >
> >
> >
> > --
> > Zhijie Shen
> > Hortonworks Inc.
> > http://hortonworks.com/
> >
> > --
> > CONFIDENTIALITY NOTICE
> > NOTICE: This message is intended for the use of the individual or entity
> to
> > which it is addressed and may contain information that is confidential,
> > privileged and exempt from disclosure under applicable law. If the reader
> > of this message is not the intended recipient, you are hereby notified
> that
> > any printing, copying, dissemination, distribution, disclosure or
> > forwarding of this communication is strictly prohibited. If you have
> > received this communication in error, please contact the sender
> immediately
> > and delete it from your system. Thank You.
> >
>
> --
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to
> which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Haohui Mai <hm...@hortonworks.com>.
HDFS-6180 seems to be a blocker of 2.4. I'll post a patch later today.

~Haohui


On Thu, Apr 3, 2014 at 3:47 PM, Azuryy <az...@gmail.com> wrote:

> Did you tested RM failover on Hive? There is bug.
>
>
> Sent from my iPhone5s
>
> > On 2014年4月4日, at 2:12, Xuan Gong <xg...@hortonworks.com> wrote:
> >
> > +1 non-binding
> >
> > Built from source code, tested on a single node cluster. Successfully
> ran a
> > few MR sample jobs.
> > Tested RM failover while job is running.
> >
> > Thanks
> >
> > Xuan Gong
> >
> >
> >> On Wed, Apr 2, 2014 at 10:21 PM, Zhijie Shen <zs...@hortonworks.com>
> wrote:
> >>
> >> +1 non-binding
> >>
> >> I built from source code, and setup a single node non-secure cluster
> with
> >> almost the default configurations and ran a number of MR example jobs
> and
> >> distributedshell jobs. I verified the generic and the per-framework (DS
> job
> >> only) historic information has been persisted, and such information is
> >> accessible via webUI, RESTful APIs and CLI.
> >>
> >> Thanks,
> >> Zhijie
> >>
> >>
> >>> On Wed, Apr 2, 2014 at 1:26 PM, Jian He <jh...@hortonworks.com> wrote:
> >>>
> >>> +1 non-binding
> >>>
> >>> Built from source code, tested on a single node cluster. Successfully
> >> ran a
> >>> few MR sample jobs.
> >>> Tested RM restart while job is running.
> >>>
> >>> Thanks,
> >>> Jian
> >>>
> >>> On Tue, Apr 1, 2014 at 5:42 PM, Travis Thompson <
> tthompson@linkedin.com
> >>>> wrote:
> >>>
> >>>> +1 non-binding
> >>>>
> >>>> Built from git. Started with 120 node 2.3.0 cluster with security and
> >>>> non HA, ran upgrade (non rolling) to 2.4.0.  Confirmed fsimage is OK
> >> and
> >>>> HDFS successfully upgraded.  Also successfully ran some pig jobs and
> >>>> mapreduce examples.  Haven't found any issues yet but will continue
> >>>> testing.  Did not test Timeline Server since I'm using security.
> >>>>
> >>>> Thanks,
> >>>> Travis
> >>>>
> >>>>> On 03/31/2014 02:24 AM, Arun C Murthy wrote:
> >>>>> Folks,
> >>>>>
> >>>>> I've created a release candidate (rc0) for hadoop-2.4.0 that I would
> >>>> like to get released.
> >>>>>
> >>>>> The RC is available at:
> >>>> http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
> >>>>> The RC tag in svn is here:
> >>>> https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
> >>>>>
> >>>>> The maven artifacts are available via repository.apache.org.
> >>>>>
> >>>>> Please try the release and vote; the vote will run for the usual 7
> >>> days.
> >>>>>
> >>>>> thanks,
> >>>>> Arun
> >>>>>
> >>>>> --
> >>>>> Arun C. Murthy
> >>>>> Hortonworks Inc.
> >>>>> http://hortonworks.com/
> >>>
> >>> --
> >>> CONFIDENTIALITY NOTICE
> >>> NOTICE: This message is intended for the use of the individual or
> entity
> >> to
> >>> which it is addressed and may contain information that is confidential,
> >>> privileged and exempt from disclosure under applicable law. If the
> reader
> >>> of this message is not the intended recipient, you are hereby notified
> >> that
> >>> any printing, copying, dissemination, distribution, disclosure or
> >>> forwarding of this communication is strictly prohibited. If you have
> >>> received this communication in error, please contact the sender
> >> immediately
> >>> and delete it from your system. Thank You.
> >>
> >>
> >>
> >> --
> >> Zhijie Shen
> >> Hortonworks Inc.
> >> http://hortonworks.com/
> >>
> >> --
> >> CONFIDENTIALITY NOTICE
> >> NOTICE: This message is intended for the use of the individual or
> entity to
> >> which it is addressed and may contain information that is confidential,
> >> privileged and exempt from disclosure under applicable law. If the
> reader
> >> of this message is not the intended recipient, you are hereby notified
> that
> >> any printing, copying, dissemination, distribution, disclosure or
> >> forwarding of this communication is strictly prohibited. If you have
> >> received this communication in error, please contact the sender
> immediately
> >> and delete it from your system. Thank You.
> >
> > --
> > CONFIDENTIALITY NOTICE
> > NOTICE: This message is intended for the use of the individual or entity
> to
> > which it is addressed and may contain information that is confidential,
> > privileged and exempt from disclosure under applicable law. If the reader
> > of this message is not the intended recipient, you are hereby notified
> that
> > any printing, copying, dissemination, distribution, disclosure or
> > forwarding of this communication is strictly prohibited. If you have
> > received this communication in error, please contact the sender
> immediately
> > and delete it from your system. Thank You.
>

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Tsuyoshi OZAWA <oz...@gmail.com>.
Azurry, can you file the RM-failover related bug as a JIRA? I'm going
to reproduce it in my local.

Thanks,
- Tsuyoshi

On Fri, Apr 4, 2014 at 7:47 AM, Azuryy <az...@gmail.com> wrote:
> Did you tested RM failover on Hive? There is bug.
>
>
> Sent from my iPhone5s
>
>> On 2014年4月4日, at 2:12, Xuan Gong <xg...@hortonworks.com> wrote:
>>
>> +1 non-binding
>>
>> Built from source code, tested on a single node cluster. Successfully ran a
>> few MR sample jobs.
>> Tested RM failover while job is running.
>>
>> Thanks
>>
>> Xuan Gong
>>
>>
>>> On Wed, Apr 2, 2014 at 10:21 PM, Zhijie Shen <zs...@hortonworks.com> wrote:
>>>
>>> +1 non-binding
>>>
>>> I built from source code, and setup a single node non-secure cluster with
>>> almost the default configurations and ran a number of MR example jobs and
>>> distributedshell jobs. I verified the generic and the per-framework (DS job
>>> only) historic information has been persisted, and such information is
>>> accessible via webUI, RESTful APIs and CLI.
>>>
>>> Thanks,
>>> Zhijie
>>>
>>>
>>>> On Wed, Apr 2, 2014 at 1:26 PM, Jian He <jh...@hortonworks.com> wrote:
>>>>
>>>> +1 non-binding
>>>>
>>>> Built from source code, tested on a single node cluster. Successfully
>>> ran a
>>>> few MR sample jobs.
>>>> Tested RM restart while job is running.
>>>>
>>>> Thanks,
>>>> Jian
>>>>
>>>> On Tue, Apr 1, 2014 at 5:42 PM, Travis Thompson <tthompson@linkedin.com
>>>>> wrote:
>>>>
>>>>> +1 non-binding
>>>>>
>>>>> Built from git. Started with 120 node 2.3.0 cluster with security and
>>>>> non HA, ran upgrade (non rolling) to 2.4.0.  Confirmed fsimage is OK
>>> and
>>>>> HDFS successfully upgraded.  Also successfully ran some pig jobs and
>>>>> mapreduce examples.  Haven't found any issues yet but will continue
>>>>> testing.  Did not test Timeline Server since I'm using security.
>>>>>
>>>>> Thanks,
>>>>> Travis
>>>>>
>>>>>> On 03/31/2014 02:24 AM, Arun C Murthy wrote:
>>>>>> Folks,
>>>>>>
>>>>>> I've created a release candidate (rc0) for hadoop-2.4.0 that I would
>>>>> like to get released.
>>>>>>
>>>>>> The RC is available at:
>>>>> http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
>>>>>> The RC tag in svn is here:
>>>>> https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
>>>>>>
>>>>>> The maven artifacts are available via repository.apache.org.
>>>>>>
>>>>>> Please try the release and vote; the vote will run for the usual 7
>>>> days.
>>>>>>
>>>>>> thanks,
>>>>>> Arun
>>>>>>
>>>>>> --
>>>>>> Arun C. Murthy
>>>>>> Hortonworks Inc.
>>>>>> http://hortonworks.com/
>>>>
>>>> --
>>>> CONFIDENTIALITY NOTICE
>>>> NOTICE: This message is intended for the use of the individual or entity
>>> to
>>>> which it is addressed and may contain information that is confidential,
>>>> privileged and exempt from disclosure under applicable law. If the reader
>>>> of this message is not the intended recipient, you are hereby notified
>>> that
>>>> any printing, copying, dissemination, distribution, disclosure or
>>>> forwarding of this communication is strictly prohibited. If you have
>>>> received this communication in error, please contact the sender
>>> immediately
>>>> and delete it from your system. Thank You.
>>>
>>>
>>>
>>> --
>>> Zhijie Shen
>>> Hortonworks Inc.
>>> http://hortonworks.com/
>>>
>>> --
>>> CONFIDENTIALITY NOTICE
>>> NOTICE: This message is intended for the use of the individual or entity to
>>> which it is addressed and may contain information that is confidential,
>>> privileged and exempt from disclosure under applicable law. If the reader
>>> of this message is not the intended recipient, you are hereby notified that
>>> any printing, copying, dissemination, distribution, disclosure or
>>> forwarding of this communication is strictly prohibited. If you have
>>> received this communication in error, please contact the sender immediately
>>> and delete it from your system. Thank You.
>>
>> --
>> CONFIDENTIALITY NOTICE
>> NOTICE: This message is intended for the use of the individual or entity to
>> which it is addressed and may contain information that is confidential,
>> privileged and exempt from disclosure under applicable law. If the reader
>> of this message is not the intended recipient, you are hereby notified that
>> any printing, copying, dissemination, distribution, disclosure or
>> forwarding of this communication is strictly prohibited. If you have
>> received this communication in error, please contact the sender immediately
>> and delete it from your system. Thank You.



-- 
- Tsuyoshi

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Tsuyoshi OZAWA <oz...@gmail.com>.
Azurry, can you file the RM-failover related bug as a JIRA? I'm going
to reproduce it in my local.

Thanks,
- Tsuyoshi

On Fri, Apr 4, 2014 at 7:47 AM, Azuryy <az...@gmail.com> wrote:
> Did you tested RM failover on Hive? There is bug.
>
>
> Sent from my iPhone5s
>
>> On 2014年4月4日, at 2:12, Xuan Gong <xg...@hortonworks.com> wrote:
>>
>> +1 non-binding
>>
>> Built from source code, tested on a single node cluster. Successfully ran a
>> few MR sample jobs.
>> Tested RM failover while job is running.
>>
>> Thanks
>>
>> Xuan Gong
>>
>>
>>> On Wed, Apr 2, 2014 at 10:21 PM, Zhijie Shen <zs...@hortonworks.com> wrote:
>>>
>>> +1 non-binding
>>>
>>> I built from source code, and setup a single node non-secure cluster with
>>> almost the default configurations and ran a number of MR example jobs and
>>> distributedshell jobs. I verified the generic and the per-framework (DS job
>>> only) historic information has been persisted, and such information is
>>> accessible via webUI, RESTful APIs and CLI.
>>>
>>> Thanks,
>>> Zhijie
>>>
>>>
>>>> On Wed, Apr 2, 2014 at 1:26 PM, Jian He <jh...@hortonworks.com> wrote:
>>>>
>>>> +1 non-binding
>>>>
>>>> Built from source code, tested on a single node cluster. Successfully
>>> ran a
>>>> few MR sample jobs.
>>>> Tested RM restart while job is running.
>>>>
>>>> Thanks,
>>>> Jian
>>>>
>>>> On Tue, Apr 1, 2014 at 5:42 PM, Travis Thompson <tthompson@linkedin.com
>>>>> wrote:
>>>>
>>>>> +1 non-binding
>>>>>
>>>>> Built from git. Started with 120 node 2.3.0 cluster with security and
>>>>> non HA, ran upgrade (non rolling) to 2.4.0.  Confirmed fsimage is OK
>>> and
>>>>> HDFS successfully upgraded.  Also successfully ran some pig jobs and
>>>>> mapreduce examples.  Haven't found any issues yet but will continue
>>>>> testing.  Did not test Timeline Server since I'm using security.
>>>>>
>>>>> Thanks,
>>>>> Travis
>>>>>
>>>>>> On 03/31/2014 02:24 AM, Arun C Murthy wrote:
>>>>>> Folks,
>>>>>>
>>>>>> I've created a release candidate (rc0) for hadoop-2.4.0 that I would
>>>>> like to get released.
>>>>>>
>>>>>> The RC is available at:
>>>>> http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
>>>>>> The RC tag in svn is here:
>>>>> https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
>>>>>>
>>>>>> The maven artifacts are available via repository.apache.org.
>>>>>>
>>>>>> Please try the release and vote; the vote will run for the usual 7
>>>> days.
>>>>>>
>>>>>> thanks,
>>>>>> Arun
>>>>>>
>>>>>> --
>>>>>> Arun C. Murthy
>>>>>> Hortonworks Inc.
>>>>>> http://hortonworks.com/
>>>>
>>>> --
>>>> CONFIDENTIALITY NOTICE
>>>> NOTICE: This message is intended for the use of the individual or entity
>>> to
>>>> which it is addressed and may contain information that is confidential,
>>>> privileged and exempt from disclosure under applicable law. If the reader
>>>> of this message is not the intended recipient, you are hereby notified
>>> that
>>>> any printing, copying, dissemination, distribution, disclosure or
>>>> forwarding of this communication is strictly prohibited. If you have
>>>> received this communication in error, please contact the sender
>>> immediately
>>>> and delete it from your system. Thank You.
>>>
>>>
>>>
>>> --
>>> Zhijie Shen
>>> Hortonworks Inc.
>>> http://hortonworks.com/
>>>
>>> --
>>> CONFIDENTIALITY NOTICE
>>> NOTICE: This message is intended for the use of the individual or entity to
>>> which it is addressed and may contain information that is confidential,
>>> privileged and exempt from disclosure under applicable law. If the reader
>>> of this message is not the intended recipient, you are hereby notified that
>>> any printing, copying, dissemination, distribution, disclosure or
>>> forwarding of this communication is strictly prohibited. If you have
>>> received this communication in error, please contact the sender immediately
>>> and delete it from your system. Thank You.
>>
>> --
>> CONFIDENTIALITY NOTICE
>> NOTICE: This message is intended for the use of the individual or entity to
>> which it is addressed and may contain information that is confidential,
>> privileged and exempt from disclosure under applicable law. If the reader
>> of this message is not the intended recipient, you are hereby notified that
>> any printing, copying, dissemination, distribution, disclosure or
>> forwarding of this communication is strictly prohibited. If you have
>> received this communication in error, please contact the sender immediately
>> and delete it from your system. Thank You.



-- 
- Tsuyoshi

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Tsuyoshi OZAWA <oz...@gmail.com>.
Azurry, can you file the RM-failover related bug as a JIRA? I'm going
to reproduce it in my local.

Thanks,
- Tsuyoshi

On Fri, Apr 4, 2014 at 7:47 AM, Azuryy <az...@gmail.com> wrote:
> Did you tested RM failover on Hive? There is bug.
>
>
> Sent from my iPhone5s
>
>> On 2014年4月4日, at 2:12, Xuan Gong <xg...@hortonworks.com> wrote:
>>
>> +1 non-binding
>>
>> Built from source code, tested on a single node cluster. Successfully ran a
>> few MR sample jobs.
>> Tested RM failover while job is running.
>>
>> Thanks
>>
>> Xuan Gong
>>
>>
>>> On Wed, Apr 2, 2014 at 10:21 PM, Zhijie Shen <zs...@hortonworks.com> wrote:
>>>
>>> +1 non-binding
>>>
>>> I built from source code, and setup a single node non-secure cluster with
>>> almost the default configurations and ran a number of MR example jobs and
>>> distributedshell jobs. I verified the generic and the per-framework (DS job
>>> only) historic information has been persisted, and such information is
>>> accessible via webUI, RESTful APIs and CLI.
>>>
>>> Thanks,
>>> Zhijie
>>>
>>>
>>>> On Wed, Apr 2, 2014 at 1:26 PM, Jian He <jh...@hortonworks.com> wrote:
>>>>
>>>> +1 non-binding
>>>>
>>>> Built from source code, tested on a single node cluster. Successfully
>>> ran a
>>>> few MR sample jobs.
>>>> Tested RM restart while job is running.
>>>>
>>>> Thanks,
>>>> Jian
>>>>
>>>> On Tue, Apr 1, 2014 at 5:42 PM, Travis Thompson <tthompson@linkedin.com
>>>>> wrote:
>>>>
>>>>> +1 non-binding
>>>>>
>>>>> Built from git. Started with 120 node 2.3.0 cluster with security and
>>>>> non HA, ran upgrade (non rolling) to 2.4.0.  Confirmed fsimage is OK
>>> and
>>>>> HDFS successfully upgraded.  Also successfully ran some pig jobs and
>>>>> mapreduce examples.  Haven't found any issues yet but will continue
>>>>> testing.  Did not test Timeline Server since I'm using security.
>>>>>
>>>>> Thanks,
>>>>> Travis
>>>>>
>>>>>> On 03/31/2014 02:24 AM, Arun C Murthy wrote:
>>>>>> Folks,
>>>>>>
>>>>>> I've created a release candidate (rc0) for hadoop-2.4.0 that I would
>>>>> like to get released.
>>>>>>
>>>>>> The RC is available at:
>>>>> http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
>>>>>> The RC tag in svn is here:
>>>>> https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
>>>>>>
>>>>>> The maven artifacts are available via repository.apache.org.
>>>>>>
>>>>>> Please try the release and vote; the vote will run for the usual 7
>>>> days.
>>>>>>
>>>>>> thanks,
>>>>>> Arun
>>>>>>
>>>>>> --
>>>>>> Arun C. Murthy
>>>>>> Hortonworks Inc.
>>>>>> http://hortonworks.com/
>>>>
>>>> --
>>>> CONFIDENTIALITY NOTICE
>>>> NOTICE: This message is intended for the use of the individual or entity
>>> to
>>>> which it is addressed and may contain information that is confidential,
>>>> privileged and exempt from disclosure under applicable law. If the reader
>>>> of this message is not the intended recipient, you are hereby notified
>>> that
>>>> any printing, copying, dissemination, distribution, disclosure or
>>>> forwarding of this communication is strictly prohibited. If you have
>>>> received this communication in error, please contact the sender
>>> immediately
>>>> and delete it from your system. Thank You.
>>>
>>>
>>>
>>> --
>>> Zhijie Shen
>>> Hortonworks Inc.
>>> http://hortonworks.com/
>>>
>>> --
>>> CONFIDENTIALITY NOTICE
>>> NOTICE: This message is intended for the use of the individual or entity to
>>> which it is addressed and may contain information that is confidential,
>>> privileged and exempt from disclosure under applicable law. If the reader
>>> of this message is not the intended recipient, you are hereby notified that
>>> any printing, copying, dissemination, distribution, disclosure or
>>> forwarding of this communication is strictly prohibited. If you have
>>> received this communication in error, please contact the sender immediately
>>> and delete it from your system. Thank You.
>>
>> --
>> CONFIDENTIALITY NOTICE
>> NOTICE: This message is intended for the use of the individual or entity to
>> which it is addressed and may contain information that is confidential,
>> privileged and exempt from disclosure under applicable law. If the reader
>> of this message is not the intended recipient, you are hereby notified that
>> any printing, copying, dissemination, distribution, disclosure or
>> forwarding of this communication is strictly prohibited. If you have
>> received this communication in error, please contact the sender immediately
>> and delete it from your system. Thank You.



-- 
- Tsuyoshi

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Tsuyoshi OZAWA <oz...@gmail.com>.
Azurry, can you file the RM-failover related bug as a JIRA? I'm going
to reproduce it in my local.

Thanks,
- Tsuyoshi

On Fri, Apr 4, 2014 at 7:47 AM, Azuryy <az...@gmail.com> wrote:
> Did you tested RM failover on Hive? There is bug.
>
>
> Sent from my iPhone5s
>
>> On 2014年4月4日, at 2:12, Xuan Gong <xg...@hortonworks.com> wrote:
>>
>> +1 non-binding
>>
>> Built from source code, tested on a single node cluster. Successfully ran a
>> few MR sample jobs.
>> Tested RM failover while job is running.
>>
>> Thanks
>>
>> Xuan Gong
>>
>>
>>> On Wed, Apr 2, 2014 at 10:21 PM, Zhijie Shen <zs...@hortonworks.com> wrote:
>>>
>>> +1 non-binding
>>>
>>> I built from source code, and setup a single node non-secure cluster with
>>> almost the default configurations and ran a number of MR example jobs and
>>> distributedshell jobs. I verified the generic and the per-framework (DS job
>>> only) historic information has been persisted, and such information is
>>> accessible via webUI, RESTful APIs and CLI.
>>>
>>> Thanks,
>>> Zhijie
>>>
>>>
>>>> On Wed, Apr 2, 2014 at 1:26 PM, Jian He <jh...@hortonworks.com> wrote:
>>>>
>>>> +1 non-binding
>>>>
>>>> Built from source code, tested on a single node cluster. Successfully
>>> ran a
>>>> few MR sample jobs.
>>>> Tested RM restart while job is running.
>>>>
>>>> Thanks,
>>>> Jian
>>>>
>>>> On Tue, Apr 1, 2014 at 5:42 PM, Travis Thompson <tthompson@linkedin.com
>>>>> wrote:
>>>>
>>>>> +1 non-binding
>>>>>
>>>>> Built from git. Started with 120 node 2.3.0 cluster with security and
>>>>> non HA, ran upgrade (non rolling) to 2.4.0.  Confirmed fsimage is OK
>>> and
>>>>> HDFS successfully upgraded.  Also successfully ran some pig jobs and
>>>>> mapreduce examples.  Haven't found any issues yet but will continue
>>>>> testing.  Did not test Timeline Server since I'm using security.
>>>>>
>>>>> Thanks,
>>>>> Travis
>>>>>
>>>>>> On 03/31/2014 02:24 AM, Arun C Murthy wrote:
>>>>>> Folks,
>>>>>>
>>>>>> I've created a release candidate (rc0) for hadoop-2.4.0 that I would
>>>>> like to get released.
>>>>>>
>>>>>> The RC is available at:
>>>>> http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
>>>>>> The RC tag in svn is here:
>>>>> https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
>>>>>>
>>>>>> The maven artifacts are available via repository.apache.org.
>>>>>>
>>>>>> Please try the release and vote; the vote will run for the usual 7
>>>> days.
>>>>>>
>>>>>> thanks,
>>>>>> Arun
>>>>>>
>>>>>> --
>>>>>> Arun C. Murthy
>>>>>> Hortonworks Inc.
>>>>>> http://hortonworks.com/
>>>>
>>>> --
>>>> CONFIDENTIALITY NOTICE
>>>> NOTICE: This message is intended for the use of the individual or entity
>>> to
>>>> which it is addressed and may contain information that is confidential,
>>>> privileged and exempt from disclosure under applicable law. If the reader
>>>> of this message is not the intended recipient, you are hereby notified
>>> that
>>>> any printing, copying, dissemination, distribution, disclosure or
>>>> forwarding of this communication is strictly prohibited. If you have
>>>> received this communication in error, please contact the sender
>>> immediately
>>>> and delete it from your system. Thank You.
>>>
>>>
>>>
>>> --
>>> Zhijie Shen
>>> Hortonworks Inc.
>>> http://hortonworks.com/
>>>
>>> --
>>> CONFIDENTIALITY NOTICE
>>> NOTICE: This message is intended for the use of the individual or entity to
>>> which it is addressed and may contain information that is confidential,
>>> privileged and exempt from disclosure under applicable law. If the reader
>>> of this message is not the intended recipient, you are hereby notified that
>>> any printing, copying, dissemination, distribution, disclosure or
>>> forwarding of this communication is strictly prohibited. If you have
>>> received this communication in error, please contact the sender immediately
>>> and delete it from your system. Thank You.
>>
>> --
>> CONFIDENTIALITY NOTICE
>> NOTICE: This message is intended for the use of the individual or entity to
>> which it is addressed and may contain information that is confidential,
>> privileged and exempt from disclosure under applicable law. If the reader
>> of this message is not the intended recipient, you are hereby notified that
>> any printing, copying, dissemination, distribution, disclosure or
>> forwarding of this communication is strictly prohibited. If you have
>> received this communication in error, please contact the sender immediately
>> and delete it from your system. Thank You.



-- 
- Tsuyoshi

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Haohui Mai <hm...@hortonworks.com>.
HDFS-6180 seems to be a blocker of 2.4. I'll post a patch later today.

~Haohui


On Thu, Apr 3, 2014 at 3:47 PM, Azuryy <az...@gmail.com> wrote:

> Did you tested RM failover on Hive? There is bug.
>
>
> Sent from my iPhone5s
>
> > On 2014年4月4日, at 2:12, Xuan Gong <xg...@hortonworks.com> wrote:
> >
> > +1 non-binding
> >
> > Built from source code, tested on a single node cluster. Successfully
> ran a
> > few MR sample jobs.
> > Tested RM failover while job is running.
> >
> > Thanks
> >
> > Xuan Gong
> >
> >
> >> On Wed, Apr 2, 2014 at 10:21 PM, Zhijie Shen <zs...@hortonworks.com>
> wrote:
> >>
> >> +1 non-binding
> >>
> >> I built from source code, and setup a single node non-secure cluster
> with
> >> almost the default configurations and ran a number of MR example jobs
> and
> >> distributedshell jobs. I verified the generic and the per-framework (DS
> job
> >> only) historic information has been persisted, and such information is
> >> accessible via webUI, RESTful APIs and CLI.
> >>
> >> Thanks,
> >> Zhijie
> >>
> >>
> >>> On Wed, Apr 2, 2014 at 1:26 PM, Jian He <jh...@hortonworks.com> wrote:
> >>>
> >>> +1 non-binding
> >>>
> >>> Built from source code, tested on a single node cluster. Successfully
> >> ran a
> >>> few MR sample jobs.
> >>> Tested RM restart while job is running.
> >>>
> >>> Thanks,
> >>> Jian
> >>>
> >>> On Tue, Apr 1, 2014 at 5:42 PM, Travis Thompson <
> tthompson@linkedin.com
> >>>> wrote:
> >>>
> >>>> +1 non-binding
> >>>>
> >>>> Built from git. Started with 120 node 2.3.0 cluster with security and
> >>>> non HA, ran upgrade (non rolling) to 2.4.0.  Confirmed fsimage is OK
> >> and
> >>>> HDFS successfully upgraded.  Also successfully ran some pig jobs and
> >>>> mapreduce examples.  Haven't found any issues yet but will continue
> >>>> testing.  Did not test Timeline Server since I'm using security.
> >>>>
> >>>> Thanks,
> >>>> Travis
> >>>>
> >>>>> On 03/31/2014 02:24 AM, Arun C Murthy wrote:
> >>>>> Folks,
> >>>>>
> >>>>> I've created a release candidate (rc0) for hadoop-2.4.0 that I would
> >>>> like to get released.
> >>>>>
> >>>>> The RC is available at:
> >>>> http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
> >>>>> The RC tag in svn is here:
> >>>> https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
> >>>>>
> >>>>> The maven artifacts are available via repository.apache.org.
> >>>>>
> >>>>> Please try the release and vote; the vote will run for the usual 7
> >>> days.
> >>>>>
> >>>>> thanks,
> >>>>> Arun
> >>>>>
> >>>>> --
> >>>>> Arun C. Murthy
> >>>>> Hortonworks Inc.
> >>>>> http://hortonworks.com/
> >>>
> >>> --
> >>> CONFIDENTIALITY NOTICE
> >>> NOTICE: This message is intended for the use of the individual or
> entity
> >> to
> >>> which it is addressed and may contain information that is confidential,
> >>> privileged and exempt from disclosure under applicable law. If the
> reader
> >>> of this message is not the intended recipient, you are hereby notified
> >> that
> >>> any printing, copying, dissemination, distribution, disclosure or
> >>> forwarding of this communication is strictly prohibited. If you have
> >>> received this communication in error, please contact the sender
> >> immediately
> >>> and delete it from your system. Thank You.
> >>
> >>
> >>
> >> --
> >> Zhijie Shen
> >> Hortonworks Inc.
> >> http://hortonworks.com/
> >>
> >> --
> >> CONFIDENTIALITY NOTICE
> >> NOTICE: This message is intended for the use of the individual or
> entity to
> >> which it is addressed and may contain information that is confidential,
> >> privileged and exempt from disclosure under applicable law. If the
> reader
> >> of this message is not the intended recipient, you are hereby notified
> that
> >> any printing, copying, dissemination, distribution, disclosure or
> >> forwarding of this communication is strictly prohibited. If you have
> >> received this communication in error, please contact the sender
> immediately
> >> and delete it from your system. Thank You.
> >
> > --
> > CONFIDENTIALITY NOTICE
> > NOTICE: This message is intended for the use of the individual or entity
> to
> > which it is addressed and may contain information that is confidential,
> > privileged and exempt from disclosure under applicable law. If the reader
> > of this message is not the intended recipient, you are hereby notified
> that
> > any printing, copying, dissemination, distribution, disclosure or
> > forwarding of this communication is strictly prohibited. If you have
> > received this communication in error, please contact the sender
> immediately
> > and delete it from your system. Thank You.
>

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Azuryy <az...@gmail.com>.
Did you tested RM failover on Hive? There is bug.


Sent from my iPhone5s

> On 2014年4月4日, at 2:12, Xuan Gong <xg...@hortonworks.com> wrote:
> 
> +1 non-binding
> 
> Built from source code, tested on a single node cluster. Successfully ran a
> few MR sample jobs.
> Tested RM failover while job is running.
> 
> Thanks
> 
> Xuan Gong
> 
> 
>> On Wed, Apr 2, 2014 at 10:21 PM, Zhijie Shen <zs...@hortonworks.com> wrote:
>> 
>> +1 non-binding
>> 
>> I built from source code, and setup a single node non-secure cluster with
>> almost the default configurations and ran a number of MR example jobs and
>> distributedshell jobs. I verified the generic and the per-framework (DS job
>> only) historic information has been persisted, and such information is
>> accessible via webUI, RESTful APIs and CLI.
>> 
>> Thanks,
>> Zhijie
>> 
>> 
>>> On Wed, Apr 2, 2014 at 1:26 PM, Jian He <jh...@hortonworks.com> wrote:
>>> 
>>> +1 non-binding
>>> 
>>> Built from source code, tested on a single node cluster. Successfully
>> ran a
>>> few MR sample jobs.
>>> Tested RM restart while job is running.
>>> 
>>> Thanks,
>>> Jian
>>> 
>>> On Tue, Apr 1, 2014 at 5:42 PM, Travis Thompson <tthompson@linkedin.com
>>>> wrote:
>>> 
>>>> +1 non-binding
>>>> 
>>>> Built from git. Started with 120 node 2.3.0 cluster with security and
>>>> non HA, ran upgrade (non rolling) to 2.4.0.  Confirmed fsimage is OK
>> and
>>>> HDFS successfully upgraded.  Also successfully ran some pig jobs and
>>>> mapreduce examples.  Haven't found any issues yet but will continue
>>>> testing.  Did not test Timeline Server since I'm using security.
>>>> 
>>>> Thanks,
>>>> Travis
>>>> 
>>>>> On 03/31/2014 02:24 AM, Arun C Murthy wrote:
>>>>> Folks,
>>>>> 
>>>>> I've created a release candidate (rc0) for hadoop-2.4.0 that I would
>>>> like to get released.
>>>>> 
>>>>> The RC is available at:
>>>> http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
>>>>> The RC tag in svn is here:
>>>> https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
>>>>> 
>>>>> The maven artifacts are available via repository.apache.org.
>>>>> 
>>>>> Please try the release and vote; the vote will run for the usual 7
>>> days.
>>>>> 
>>>>> thanks,
>>>>> Arun
>>>>> 
>>>>> --
>>>>> Arun C. Murthy
>>>>> Hortonworks Inc.
>>>>> http://hortonworks.com/
>>> 
>>> --
>>> CONFIDENTIALITY NOTICE
>>> NOTICE: This message is intended for the use of the individual or entity
>> to
>>> which it is addressed and may contain information that is confidential,
>>> privileged and exempt from disclosure under applicable law. If the reader
>>> of this message is not the intended recipient, you are hereby notified
>> that
>>> any printing, copying, dissemination, distribution, disclosure or
>>> forwarding of this communication is strictly prohibited. If you have
>>> received this communication in error, please contact the sender
>> immediately
>>> and delete it from your system. Thank You.
>> 
>> 
>> 
>> --
>> Zhijie Shen
>> Hortonworks Inc.
>> http://hortonworks.com/
>> 
>> --
>> CONFIDENTIALITY NOTICE
>> NOTICE: This message is intended for the use of the individual or entity to
>> which it is addressed and may contain information that is confidential,
>> privileged and exempt from disclosure under applicable law. If the reader
>> of this message is not the intended recipient, you are hereby notified that
>> any printing, copying, dissemination, distribution, disclosure or
>> forwarding of this communication is strictly prohibited. If you have
>> received this communication in error, please contact the sender immediately
>> and delete it from your system. Thank You.
> 
> -- 
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to 
> which it is addressed and may contain information that is confidential, 
> privileged and exempt from disclosure under applicable law. If the reader 
> of this message is not the intended recipient, you are hereby notified that 
> any printing, copying, dissemination, distribution, disclosure or 
> forwarding of this communication is strictly prohibited. If you have 
> received this communication in error, please contact the sender immediately 
> and delete it from your system. Thank You.

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Sandy Ryza <sa...@cloudera.com>.
While the Scheduler Load Simulator isn't part of YARN's core, it's a tool
that YARN includes, and it's broken entirely in the current RC.  YARN-1726
seems to me like something worth including in the release.

-Sandy


On Thu, Apr 3, 2014 at 11:12 AM, Xuan Gong <xg...@hortonworks.com> wrote:

> +1 non-binding
>
> Built from source code, tested on a single node cluster. Successfully ran a
> few MR sample jobs.
> Tested RM failover while job is running.
>
> Thanks
>
> Xuan Gong
>
>
> On Wed, Apr 2, 2014 at 10:21 PM, Zhijie Shen <zs...@hortonworks.com>
> wrote:
>
> > +1 non-binding
> >
> > I built from source code, and setup a single node non-secure cluster with
> > almost the default configurations and ran a number of MR example jobs and
> > distributedshell jobs. I verified the generic and the per-framework (DS
> job
> > only) historic information has been persisted, and such information is
> > accessible via webUI, RESTful APIs and CLI.
> >
> > Thanks,
> > Zhijie
> >
> >
> > On Wed, Apr 2, 2014 at 1:26 PM, Jian He <jh...@hortonworks.com> wrote:
> >
> > > +1 non-binding
> > >
> > > Built from source code, tested on a single node cluster. Successfully
> > ran a
> > > few MR sample jobs.
> > > Tested RM restart while job is running.
> > >
> > > Thanks,
> > > Jian
> > >
> > > On Tue, Apr 1, 2014 at 5:42 PM, Travis Thompson <
> tthompson@linkedin.com
> > > >wrote:
> > >
> > > > +1 non-binding
> > > >
> > > > Built from git. Started with 120 node 2.3.0 cluster with security and
> > > > non HA, ran upgrade (non rolling) to 2.4.0.  Confirmed fsimage is OK
> > and
> > > > HDFS successfully upgraded.  Also successfully ran some pig jobs and
> > > > mapreduce examples.  Haven't found any issues yet but will continue
> > > > testing.  Did not test Timeline Server since I'm using security.
> > > >
> > > > Thanks,
> > > > Travis
> > > >
> > > > On 03/31/2014 02:24 AM, Arun C Murthy wrote:
> > > > > Folks,
> > > > >
> > > > > I've created a release candidate (rc0) for hadoop-2.4.0 that I
> would
> > > > like to get released.
> > > > >
> > > > > The RC is available at:
> > > > http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
> > > > > The RC tag in svn is here:
> > > >
> https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
> > > > >
> > > > > The maven artifacts are available via repository.apache.org.
> > > > >
> > > > > Please try the release and vote; the vote will run for the usual 7
> > > days.
> > > > >
> > > > > thanks,
> > > > > Arun
> > > > >
> > > > > --
> > > > > Arun C. Murthy
> > > > > Hortonworks Inc.
> > > > > http://hortonworks.com/
> > > > >
> > > > >
> > > > >
> > > >
> > >
> > > --
> > > CONFIDENTIALITY NOTICE
> > > NOTICE: This message is intended for the use of the individual or
> entity
> > to
> > > which it is addressed and may contain information that is confidential,
> > > privileged and exempt from disclosure under applicable law. If the
> reader
> > > of this message is not the intended recipient, you are hereby notified
> > that
> > > any printing, copying, dissemination, distribution, disclosure or
> > > forwarding of this communication is strictly prohibited. If you have
> > > received this communication in error, please contact the sender
> > immediately
> > > and delete it from your system. Thank You.
> > >
> >
> >
> >
> > --
> > Zhijie Shen
> > Hortonworks Inc.
> > http://hortonworks.com/
> >
> > --
> > CONFIDENTIALITY NOTICE
> > NOTICE: This message is intended for the use of the individual or entity
> to
> > which it is addressed and may contain information that is confidential,
> > privileged and exempt from disclosure under applicable law. If the reader
> > of this message is not the intended recipient, you are hereby notified
> that
> > any printing, copying, dissemination, distribution, disclosure or
> > forwarding of this communication is strictly prohibited. If you have
> > received this communication in error, please contact the sender
> immediately
> > and delete it from your system. Thank You.
> >
>
> --
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to
> which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Azuryy <az...@gmail.com>.
Did you tested RM failover on Hive? There is bug.


Sent from my iPhone5s

> On 2014年4月4日, at 2:12, Xuan Gong <xg...@hortonworks.com> wrote:
> 
> +1 non-binding
> 
> Built from source code, tested on a single node cluster. Successfully ran a
> few MR sample jobs.
> Tested RM failover while job is running.
> 
> Thanks
> 
> Xuan Gong
> 
> 
>> On Wed, Apr 2, 2014 at 10:21 PM, Zhijie Shen <zs...@hortonworks.com> wrote:
>> 
>> +1 non-binding
>> 
>> I built from source code, and setup a single node non-secure cluster with
>> almost the default configurations and ran a number of MR example jobs and
>> distributedshell jobs. I verified the generic and the per-framework (DS job
>> only) historic information has been persisted, and such information is
>> accessible via webUI, RESTful APIs and CLI.
>> 
>> Thanks,
>> Zhijie
>> 
>> 
>>> On Wed, Apr 2, 2014 at 1:26 PM, Jian He <jh...@hortonworks.com> wrote:
>>> 
>>> +1 non-binding
>>> 
>>> Built from source code, tested on a single node cluster. Successfully
>> ran a
>>> few MR sample jobs.
>>> Tested RM restart while job is running.
>>> 
>>> Thanks,
>>> Jian
>>> 
>>> On Tue, Apr 1, 2014 at 5:42 PM, Travis Thompson <tthompson@linkedin.com
>>>> wrote:
>>> 
>>>> +1 non-binding
>>>> 
>>>> Built from git. Started with 120 node 2.3.0 cluster with security and
>>>> non HA, ran upgrade (non rolling) to 2.4.0.  Confirmed fsimage is OK
>> and
>>>> HDFS successfully upgraded.  Also successfully ran some pig jobs and
>>>> mapreduce examples.  Haven't found any issues yet but will continue
>>>> testing.  Did not test Timeline Server since I'm using security.
>>>> 
>>>> Thanks,
>>>> Travis
>>>> 
>>>>> On 03/31/2014 02:24 AM, Arun C Murthy wrote:
>>>>> Folks,
>>>>> 
>>>>> I've created a release candidate (rc0) for hadoop-2.4.0 that I would
>>>> like to get released.
>>>>> 
>>>>> The RC is available at:
>>>> http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
>>>>> The RC tag in svn is here:
>>>> https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
>>>>> 
>>>>> The maven artifacts are available via repository.apache.org.
>>>>> 
>>>>> Please try the release and vote; the vote will run for the usual 7
>>> days.
>>>>> 
>>>>> thanks,
>>>>> Arun
>>>>> 
>>>>> --
>>>>> Arun C. Murthy
>>>>> Hortonworks Inc.
>>>>> http://hortonworks.com/
>>> 
>>> --
>>> CONFIDENTIALITY NOTICE
>>> NOTICE: This message is intended for the use of the individual or entity
>> to
>>> which it is addressed and may contain information that is confidential,
>>> privileged and exempt from disclosure under applicable law. If the reader
>>> of this message is not the intended recipient, you are hereby notified
>> that
>>> any printing, copying, dissemination, distribution, disclosure or
>>> forwarding of this communication is strictly prohibited. If you have
>>> received this communication in error, please contact the sender
>> immediately
>>> and delete it from your system. Thank You.
>> 
>> 
>> 
>> --
>> Zhijie Shen
>> Hortonworks Inc.
>> http://hortonworks.com/
>> 
>> --
>> CONFIDENTIALITY NOTICE
>> NOTICE: This message is intended for the use of the individual or entity to
>> which it is addressed and may contain information that is confidential,
>> privileged and exempt from disclosure under applicable law. If the reader
>> of this message is not the intended recipient, you are hereby notified that
>> any printing, copying, dissemination, distribution, disclosure or
>> forwarding of this communication is strictly prohibited. If you have
>> received this communication in error, please contact the sender immediately
>> and delete it from your system. Thank You.
> 
> -- 
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to 
> which it is addressed and may contain information that is confidential, 
> privileged and exempt from disclosure under applicable law. If the reader 
> of this message is not the intended recipient, you are hereby notified that 
> any printing, copying, dissemination, distribution, disclosure or 
> forwarding of this communication is strictly prohibited. If you have 
> received this communication in error, please contact the sender immediately 
> and delete it from your system. Thank You.

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Xuan Gong <xg...@hortonworks.com>.
+1 non-binding

Built from source code, tested on a single node cluster. Successfully ran a
few MR sample jobs.
Tested RM failover while job is running.

Thanks

Xuan Gong


On Wed, Apr 2, 2014 at 10:21 PM, Zhijie Shen <zs...@hortonworks.com> wrote:

> +1 non-binding
>
> I built from source code, and setup a single node non-secure cluster with
> almost the default configurations and ran a number of MR example jobs and
> distributedshell jobs. I verified the generic and the per-framework (DS job
> only) historic information has been persisted, and such information is
> accessible via webUI, RESTful APIs and CLI.
>
> Thanks,
> Zhijie
>
>
> On Wed, Apr 2, 2014 at 1:26 PM, Jian He <jh...@hortonworks.com> wrote:
>
> > +1 non-binding
> >
> > Built from source code, tested on a single node cluster. Successfully
> ran a
> > few MR sample jobs.
> > Tested RM restart while job is running.
> >
> > Thanks,
> > Jian
> >
> > On Tue, Apr 1, 2014 at 5:42 PM, Travis Thompson <tthompson@linkedin.com
> > >wrote:
> >
> > > +1 non-binding
> > >
> > > Built from git. Started with 120 node 2.3.0 cluster with security and
> > > non HA, ran upgrade (non rolling) to 2.4.0.  Confirmed fsimage is OK
> and
> > > HDFS successfully upgraded.  Also successfully ran some pig jobs and
> > > mapreduce examples.  Haven't found any issues yet but will continue
> > > testing.  Did not test Timeline Server since I'm using security.
> > >
> > > Thanks,
> > > Travis
> > >
> > > On 03/31/2014 02:24 AM, Arun C Murthy wrote:
> > > > Folks,
> > > >
> > > > I've created a release candidate (rc0) for hadoop-2.4.0 that I would
> > > like to get released.
> > > >
> > > > The RC is available at:
> > > http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
> > > > The RC tag in svn is here:
> > > https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
> > > >
> > > > The maven artifacts are available via repository.apache.org.
> > > >
> > > > Please try the release and vote; the vote will run for the usual 7
> > days.
> > > >
> > > > thanks,
> > > > Arun
> > > >
> > > > --
> > > > Arun C. Murthy
> > > > Hortonworks Inc.
> > > > http://hortonworks.com/
> > > >
> > > >
> > > >
> > >
> >
> > --
> > CONFIDENTIALITY NOTICE
> > NOTICE: This message is intended for the use of the individual or entity
> to
> > which it is addressed and may contain information that is confidential,
> > privileged and exempt from disclosure under applicable law. If the reader
> > of this message is not the intended recipient, you are hereby notified
> that
> > any printing, copying, dissemination, distribution, disclosure or
> > forwarding of this communication is strictly prohibited. If you have
> > received this communication in error, please contact the sender
> immediately
> > and delete it from your system. Thank You.
> >
>
>
>
> --
> Zhijie Shen
> Hortonworks Inc.
> http://hortonworks.com/
>
> --
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to
> which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Xuan Gong <xg...@hortonworks.com>.
+1 non-binding

Built from source code, tested on a single node cluster. Successfully ran a
few MR sample jobs.
Tested RM failover while job is running.

Thanks

Xuan Gong


On Wed, Apr 2, 2014 at 10:21 PM, Zhijie Shen <zs...@hortonworks.com> wrote:

> +1 non-binding
>
> I built from source code, and setup a single node non-secure cluster with
> almost the default configurations and ran a number of MR example jobs and
> distributedshell jobs. I verified the generic and the per-framework (DS job
> only) historic information has been persisted, and such information is
> accessible via webUI, RESTful APIs and CLI.
>
> Thanks,
> Zhijie
>
>
> On Wed, Apr 2, 2014 at 1:26 PM, Jian He <jh...@hortonworks.com> wrote:
>
> > +1 non-binding
> >
> > Built from source code, tested on a single node cluster. Successfully
> ran a
> > few MR sample jobs.
> > Tested RM restart while job is running.
> >
> > Thanks,
> > Jian
> >
> > On Tue, Apr 1, 2014 at 5:42 PM, Travis Thompson <tthompson@linkedin.com
> > >wrote:
> >
> > > +1 non-binding
> > >
> > > Built from git. Started with 120 node 2.3.0 cluster with security and
> > > non HA, ran upgrade (non rolling) to 2.4.0.  Confirmed fsimage is OK
> and
> > > HDFS successfully upgraded.  Also successfully ran some pig jobs and
> > > mapreduce examples.  Haven't found any issues yet but will continue
> > > testing.  Did not test Timeline Server since I'm using security.
> > >
> > > Thanks,
> > > Travis
> > >
> > > On 03/31/2014 02:24 AM, Arun C Murthy wrote:
> > > > Folks,
> > > >
> > > > I've created a release candidate (rc0) for hadoop-2.4.0 that I would
> > > like to get released.
> > > >
> > > > The RC is available at:
> > > http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
> > > > The RC tag in svn is here:
> > > https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
> > > >
> > > > The maven artifacts are available via repository.apache.org.
> > > >
> > > > Please try the release and vote; the vote will run for the usual 7
> > days.
> > > >
> > > > thanks,
> > > > Arun
> > > >
> > > > --
> > > > Arun C. Murthy
> > > > Hortonworks Inc.
> > > > http://hortonworks.com/
> > > >
> > > >
> > > >
> > >
> >
> > --
> > CONFIDENTIALITY NOTICE
> > NOTICE: This message is intended for the use of the individual or entity
> to
> > which it is addressed and may contain information that is confidential,
> > privileged and exempt from disclosure under applicable law. If the reader
> > of this message is not the intended recipient, you are hereby notified
> that
> > any printing, copying, dissemination, distribution, disclosure or
> > forwarding of this communication is strictly prohibited. If you have
> > received this communication in error, please contact the sender
> immediately
> > and delete it from your system. Thank You.
> >
>
>
>
> --
> Zhijie Shen
> Hortonworks Inc.
> http://hortonworks.com/
>
> --
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to
> which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Wei Yan <yw...@gmail.com>.
The Hadoop-SLS (scheduler load simulator) is failed in 2.4.0-rc0 due to the
change of scheduler interface hierarchy. A fix patch is available in
YARN-1726. Anybody have a chance to look into it?

thanks,
Wei


2014-04-03 0:21 GMT-05:00 Zhijie Shen <zs...@hortonworks.com>:

> +1 non-binding
>
> I built from source code, and setup a single node non-secure cluster with
> almost the default configurations and ran a number of MR example jobs and
> distributedshell jobs. I verified the generic and the per-framework (DS job
> only) historic information has been persisted, and such information is
> accessible via webUI, RESTful APIs and CLI.
>
> Thanks,
> Zhijie
>
>
> On Wed, Apr 2, 2014 at 1:26 PM, Jian He <jh...@hortonworks.com> wrote:
>
> > +1 non-binding
> >
> > Built from source code, tested on a single node cluster. Successfully
> ran a
> > few MR sample jobs.
> > Tested RM restart while job is running.
> >
> > Thanks,
> > Jian
> >
> > On Tue, Apr 1, 2014 at 5:42 PM, Travis Thompson <tthompson@linkedin.com
> > >wrote:
> >
> > > +1 non-binding
> > >
> > > Built from git. Started with 120 node 2.3.0 cluster with security and
> > > non HA, ran upgrade (non rolling) to 2.4.0.  Confirmed fsimage is OK
> and
> > > HDFS successfully upgraded.  Also successfully ran some pig jobs and
> > > mapreduce examples.  Haven't found any issues yet but will continue
> > > testing.  Did not test Timeline Server since I'm using security.
> > >
> > > Thanks,
> > > Travis
> > >
> > > On 03/31/2014 02:24 AM, Arun C Murthy wrote:
> > > > Folks,
> > > >
> > > > I've created a release candidate (rc0) for hadoop-2.4.0 that I would
> > > like to get released.
> > > >
> > > > The RC is available at:
> > > http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
> > > > The RC tag in svn is here:
> > > https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
> > > >
> > > > The maven artifacts are available via repository.apache.org.
> > > >
> > > > Please try the release and vote; the vote will run for the usual 7
> > days.
> > > >
> > > > thanks,
> > > > Arun
> > > >
> > > > --
> > > > Arun C. Murthy
> > > > Hortonworks Inc.
> > > > http://hortonworks.com/
> > > >
> > > >
> > > >
> > >
> >
> > --
> > CONFIDENTIALITY NOTICE
> > NOTICE: This message is intended for the use of the individual or entity
> to
> > which it is addressed and may contain information that is confidential,
> > privileged and exempt from disclosure under applicable law. If the reader
> > of this message is not the intended recipient, you are hereby notified
> that
> > any printing, copying, dissemination, distribution, disclosure or
> > forwarding of this communication is strictly prohibited. If you have
> > received this communication in error, please contact the sender
> immediately
> > and delete it from your system. Thank You.
> >
>
>
>
> --
> Zhijie Shen
> Hortonworks Inc.
> http://hortonworks.com/
>
> --
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to
> which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Zhijie Shen <zs...@hortonworks.com>.
+1 non-binding

I built from source code, and setup a single node non-secure cluster with
almost the default configurations and ran a number of MR example jobs and
distributedshell jobs. I verified the generic and the per-framework (DS job
only) historic information has been persisted, and such information is
accessible via webUI, RESTful APIs and CLI.

Thanks,
Zhijie


On Wed, Apr 2, 2014 at 1:26 PM, Jian He <jh...@hortonworks.com> wrote:

> +1 non-binding
>
> Built from source code, tested on a single node cluster. Successfully ran a
> few MR sample jobs.
> Tested RM restart while job is running.
>
> Thanks,
> Jian
>
> On Tue, Apr 1, 2014 at 5:42 PM, Travis Thompson <tthompson@linkedin.com
> >wrote:
>
> > +1 non-binding
> >
> > Built from git. Started with 120 node 2.3.0 cluster with security and
> > non HA, ran upgrade (non rolling) to 2.4.0.  Confirmed fsimage is OK and
> > HDFS successfully upgraded.  Also successfully ran some pig jobs and
> > mapreduce examples.  Haven't found any issues yet but will continue
> > testing.  Did not test Timeline Server since I'm using security.
> >
> > Thanks,
> > Travis
> >
> > On 03/31/2014 02:24 AM, Arun C Murthy wrote:
> > > Folks,
> > >
> > > I've created a release candidate (rc0) for hadoop-2.4.0 that I would
> > like to get released.
> > >
> > > The RC is available at:
> > http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
> > > The RC tag in svn is here:
> > https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
> > >
> > > The maven artifacts are available via repository.apache.org.
> > >
> > > Please try the release and vote; the vote will run for the usual 7
> days.
> > >
> > > thanks,
> > > Arun
> > >
> > > --
> > > Arun C. Murthy
> > > Hortonworks Inc.
> > > http://hortonworks.com/
> > >
> > >
> > >
> >
>
> --
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to
> which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>



-- 
Zhijie Shen
Hortonworks Inc.
http://hortonworks.com/

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Zhijie Shen <zs...@hortonworks.com>.
+1 non-binding

I built from source code, and setup a single node non-secure cluster with
almost the default configurations and ran a number of MR example jobs and
distributedshell jobs. I verified the generic and the per-framework (DS job
only) historic information has been persisted, and such information is
accessible via webUI, RESTful APIs and CLI.

Thanks,
Zhijie


On Wed, Apr 2, 2014 at 1:26 PM, Jian He <jh...@hortonworks.com> wrote:

> +1 non-binding
>
> Built from source code, tested on a single node cluster. Successfully ran a
> few MR sample jobs.
> Tested RM restart while job is running.
>
> Thanks,
> Jian
>
> On Tue, Apr 1, 2014 at 5:42 PM, Travis Thompson <tthompson@linkedin.com
> >wrote:
>
> > +1 non-binding
> >
> > Built from git. Started with 120 node 2.3.0 cluster with security and
> > non HA, ran upgrade (non rolling) to 2.4.0.  Confirmed fsimage is OK and
> > HDFS successfully upgraded.  Also successfully ran some pig jobs and
> > mapreduce examples.  Haven't found any issues yet but will continue
> > testing.  Did not test Timeline Server since I'm using security.
> >
> > Thanks,
> > Travis
> >
> > On 03/31/2014 02:24 AM, Arun C Murthy wrote:
> > > Folks,
> > >
> > > I've created a release candidate (rc0) for hadoop-2.4.0 that I would
> > like to get released.
> > >
> > > The RC is available at:
> > http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
> > > The RC tag in svn is here:
> > https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
> > >
> > > The maven artifacts are available via repository.apache.org.
> > >
> > > Please try the release and vote; the vote will run for the usual 7
> days.
> > >
> > > thanks,
> > > Arun
> > >
> > > --
> > > Arun C. Murthy
> > > Hortonworks Inc.
> > > http://hortonworks.com/
> > >
> > >
> > >
> >
>
> --
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to
> which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>



-- 
Zhijie Shen
Hortonworks Inc.
http://hortonworks.com/

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Zhijie Shen <zs...@hortonworks.com>.
+1 non-binding

I built from source code, and setup a single node non-secure cluster with
almost the default configurations and ran a number of MR example jobs and
distributedshell jobs. I verified the generic and the per-framework (DS job
only) historic information has been persisted, and such information is
accessible via webUI, RESTful APIs and CLI.

Thanks,
Zhijie


On Wed, Apr 2, 2014 at 1:26 PM, Jian He <jh...@hortonworks.com> wrote:

> +1 non-binding
>
> Built from source code, tested on a single node cluster. Successfully ran a
> few MR sample jobs.
> Tested RM restart while job is running.
>
> Thanks,
> Jian
>
> On Tue, Apr 1, 2014 at 5:42 PM, Travis Thompson <tthompson@linkedin.com
> >wrote:
>
> > +1 non-binding
> >
> > Built from git. Started with 120 node 2.3.0 cluster with security and
> > non HA, ran upgrade (non rolling) to 2.4.0.  Confirmed fsimage is OK and
> > HDFS successfully upgraded.  Also successfully ran some pig jobs and
> > mapreduce examples.  Haven't found any issues yet but will continue
> > testing.  Did not test Timeline Server since I'm using security.
> >
> > Thanks,
> > Travis
> >
> > On 03/31/2014 02:24 AM, Arun C Murthy wrote:
> > > Folks,
> > >
> > > I've created a release candidate (rc0) for hadoop-2.4.0 that I would
> > like to get released.
> > >
> > > The RC is available at:
> > http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
> > > The RC tag in svn is here:
> > https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
> > >
> > > The maven artifacts are available via repository.apache.org.
> > >
> > > Please try the release and vote; the vote will run for the usual 7
> days.
> > >
> > > thanks,
> > > Arun
> > >
> > > --
> > > Arun C. Murthy
> > > Hortonworks Inc.
> > > http://hortonworks.com/
> > >
> > >
> > >
> >
>
> --
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to
> which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>



-- 
Zhijie Shen
Hortonworks Inc.
http://hortonworks.com/

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Zhijie Shen <zs...@hortonworks.com>.
+1 non-binding

I built from source code, and setup a single node non-secure cluster with
almost the default configurations and ran a number of MR example jobs and
distributedshell jobs. I verified the generic and the per-framework (DS job
only) historic information has been persisted, and such information is
accessible via webUI, RESTful APIs and CLI.

Thanks,
Zhijie


On Wed, Apr 2, 2014 at 1:26 PM, Jian He <jh...@hortonworks.com> wrote:

> +1 non-binding
>
> Built from source code, tested on a single node cluster. Successfully ran a
> few MR sample jobs.
> Tested RM restart while job is running.
>
> Thanks,
> Jian
>
> On Tue, Apr 1, 2014 at 5:42 PM, Travis Thompson <tthompson@linkedin.com
> >wrote:
>
> > +1 non-binding
> >
> > Built from git. Started with 120 node 2.3.0 cluster with security and
> > non HA, ran upgrade (non rolling) to 2.4.0.  Confirmed fsimage is OK and
> > HDFS successfully upgraded.  Also successfully ran some pig jobs and
> > mapreduce examples.  Haven't found any issues yet but will continue
> > testing.  Did not test Timeline Server since I'm using security.
> >
> > Thanks,
> > Travis
> >
> > On 03/31/2014 02:24 AM, Arun C Murthy wrote:
> > > Folks,
> > >
> > > I've created a release candidate (rc0) for hadoop-2.4.0 that I would
> > like to get released.
> > >
> > > The RC is available at:
> > http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
> > > The RC tag in svn is here:
> > https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
> > >
> > > The maven artifacts are available via repository.apache.org.
> > >
> > > Please try the release and vote; the vote will run for the usual 7
> days.
> > >
> > > thanks,
> > > Arun
> > >
> > > --
> > > Arun C. Murthy
> > > Hortonworks Inc.
> > > http://hortonworks.com/
> > >
> > >
> > >
> >
>
> --
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to
> which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>



-- 
Zhijie Shen
Hortonworks Inc.
http://hortonworks.com/

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Jian He <jh...@hortonworks.com>.
+1 non-binding

Built from source code, tested on a single node cluster. Successfully ran a
few MR sample jobs.
Tested RM restart while job is running.

Thanks,
Jian

On Tue, Apr 1, 2014 at 5:42 PM, Travis Thompson <tt...@linkedin.com>wrote:

> +1 non-binding
>
> Built from git. Started with 120 node 2.3.0 cluster with security and
> non HA, ran upgrade (non rolling) to 2.4.0.  Confirmed fsimage is OK and
> HDFS successfully upgraded.  Also successfully ran some pig jobs and
> mapreduce examples.  Haven't found any issues yet but will continue
> testing.  Did not test Timeline Server since I'm using security.
>
> Thanks,
> Travis
>
> On 03/31/2014 02:24 AM, Arun C Murthy wrote:
> > Folks,
> >
> > I've created a release candidate (rc0) for hadoop-2.4.0 that I would
> like to get released.
> >
> > The RC is available at:
> http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
> > The RC tag in svn is here:
> https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
> >
> > The maven artifacts are available via repository.apache.org.
> >
> > Please try the release and vote; the vote will run for the usual 7 days.
> >
> > thanks,
> > Arun
> >
> > --
> > Arun C. Murthy
> > Hortonworks Inc.
> > http://hortonworks.com/
> >
> >
> >
>

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Jian He <jh...@hortonworks.com>.
+1 non-binding

Built from source code, tested on a single node cluster. Successfully ran a
few MR sample jobs.
Tested RM restart while job is running.

Thanks,
Jian

On Tue, Apr 1, 2014 at 5:42 PM, Travis Thompson <tt...@linkedin.com>wrote:

> +1 non-binding
>
> Built from git. Started with 120 node 2.3.0 cluster with security and
> non HA, ran upgrade (non rolling) to 2.4.0.  Confirmed fsimage is OK and
> HDFS successfully upgraded.  Also successfully ran some pig jobs and
> mapreduce examples.  Haven't found any issues yet but will continue
> testing.  Did not test Timeline Server since I'm using security.
>
> Thanks,
> Travis
>
> On 03/31/2014 02:24 AM, Arun C Murthy wrote:
> > Folks,
> >
> > I've created a release candidate (rc0) for hadoop-2.4.0 that I would
> like to get released.
> >
> > The RC is available at:
> http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
> > The RC tag in svn is here:
> https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
> >
> > The maven artifacts are available via repository.apache.org.
> >
> > Please try the release and vote; the vote will run for the usual 7 days.
> >
> > thanks,
> > Arun
> >
> > --
> > Arun C. Murthy
> > Hortonworks Inc.
> > http://hortonworks.com/
> >
> >
> >
>

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Travis Thompson <tt...@linkedin.com>.
+1 non-binding

Built from git. Started with 120 node 2.3.0 cluster with security and
non HA, ran upgrade (non rolling) to 2.4.0.  Confirmed fsimage is OK and
HDFS successfully upgraded.  Also successfully ran some pig jobs and
mapreduce examples.  Haven't found any issues yet but will continue
testing.  Did not test Timeline Server since I'm using security.

Thanks,
Travis

On 03/31/2014 02:24 AM, Arun C Murthy wrote:
> Folks,
> 
> I've created a release candidate (rc0) for hadoop-2.4.0 that I would like to get released.
> 
> The RC is available at: http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
> The RC tag in svn is here: https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
> 
> The maven artifacts are available via repository.apache.org.
> 
> Please try the release and vote; the vote will run for the usual 7 days.
> 
> thanks,
> Arun
> 
> --
> Arun C. Murthy
> Hortonworks Inc.
> http://hortonworks.com/
> 
> 
> 

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Travis Thompson <tt...@linkedin.com>.
+1 non-binding

Built from git. Started with 120 node 2.3.0 cluster with security and
non HA, ran upgrade (non rolling) to 2.4.0.  Confirmed fsimage is OK and
HDFS successfully upgraded.  Also successfully ran some pig jobs and
mapreduce examples.  Haven't found any issues yet but will continue
testing.  Did not test Timeline Server since I'm using security.

Thanks,
Travis

On 03/31/2014 02:24 AM, Arun C Murthy wrote:
> Folks,
> 
> I've created a release candidate (rc0) for hadoop-2.4.0 that I would like to get released.
> 
> The RC is available at: http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
> The RC tag in svn is here: https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
> 
> The maven artifacts are available via repository.apache.org.
> 
> Please try the release and vote; the vote will run for the usual 7 days.
> 
> thanks,
> Arun
> 
> --
> Arun C. Murthy
> Hortonworks Inc.
> http://hortonworks.com/
> 
> 
> 

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Tsuyoshi OZAWA <oz...@gmail.com>.
Hi,

Ran tests and confirmed that some tests(TestSymlinkLocalFSFileSystem) fail.
The log of the test failure is as follows:

https://gist.github.com/oza/9965197

Should we fix or disable the feature?

Thanks,
- Tsuyoshi

On Mon, Mar 31, 2014 at 6:22 PM, Arun C Murthy <ac...@hortonworks.com> wrote:
> Folks,
>
> I've created a release candidate (rc0) for hadoop-2.4.0 that I would like to get released.
>
> The RC is available at: http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
> The RC tag in svn is here: https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
>
> The maven artifacts are available via repository.apache.org.
>
> Please try the release and vote; the vote will run for the usual 7 days.
>
> thanks,
> Arun
>
> --
> Arun C. Murthy
> Hortonworks Inc.
> http://hortonworks.com/
>
>
>
> --
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to
> which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.



-- 
- Tsuyoshi

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Suresh Srinivas <su...@hortonworks.com>.
+1 (binding)

Verified the signatures and hashes for both src and binary tars. Built from
the source, the binary distribution and the documentation. Started a single
node cluster and tested the following:
# Started HDFS cluster, verified the hdfs CLI commands such ls, copying
data back and forth, verified namenode webUI etc.
# Ran some tests such as sleep job, TestDFSIO, NNBench etc.

I agree with Arun's anaylysis. At this time, the bar for blockers should be
quite high. We can do a dot release if people want some more bug fixes.


On Mon, Mar 31, 2014 at 2:22 AM, Arun C Murthy <ac...@hortonworks.com> wrote:

> Folks,
>
> I've created a release candidate (rc0) for hadoop-2.4.0 that I would like
> to get released.
>
> The RC is available at:
> http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
> The RC tag in svn is here:
> https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
>
> The maven artifacts are available via repository.apache.org.
>
> Please try the release and vote; the vote will run for the usual 7 days.
>
> thanks,
> Arun
>
> --
> Arun C. Murthy
> Hortonworks Inc.
> http://hortonworks.com/
>
>
>
> --
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to
> which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>



-- 
http://hortonworks.com/download/

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Suresh Srinivas <su...@hortonworks.com>.
+1 (binding)

Verified the signatures and hashes for both src and binary tars. Built from
the source, the binary distribution and the documentation. Started a single
node cluster and tested the following:
# Started HDFS cluster, verified the hdfs CLI commands such ls, copying
data back and forth, verified namenode webUI etc.
# Ran some tests such as sleep job, TestDFSIO, NNBench etc.

I agree with Arun's anaylysis. At this time, the bar for blockers should be
quite high. We can do a dot release if people want some more bug fixes.


On Mon, Mar 31, 2014 at 2:22 AM, Arun C Murthy <ac...@hortonworks.com> wrote:

> Folks,
>
> I've created a release candidate (rc0) for hadoop-2.4.0 that I would like
> to get released.
>
> The RC is available at:
> http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
> The RC tag in svn is here:
> https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
>
> The maven artifacts are available via repository.apache.org.
>
> Please try the release and vote; the vote will run for the usual 7 days.
>
> thanks,
> Arun
>
> --
> Arun C. Murthy
> Hortonworks Inc.
> http://hortonworks.com/
>
>
>
> --
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to
> which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>



-- 
http://hortonworks.com/download/

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Tsuyoshi OZAWA <oz...@gmail.com>.
Hi,

Ran tests and confirmed that some tests(TestSymlinkLocalFSFileSystem) fail.
The log of the test failure is as follows:

https://gist.github.com/oza/9965197

Should we fix or disable the feature?

Thanks,
- Tsuyoshi

On Mon, Mar 31, 2014 at 6:22 PM, Arun C Murthy <ac...@hortonworks.com> wrote:
> Folks,
>
> I've created a release candidate (rc0) for hadoop-2.4.0 that I would like to get released.
>
> The RC is available at: http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
> The RC tag in svn is here: https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
>
> The maven artifacts are available via repository.apache.org.
>
> Please try the release and vote; the vote will run for the usual 7 days.
>
> thanks,
> Arun
>
> --
> Arun C. Murthy
> Hortonworks Inc.
> http://hortonworks.com/
>
>
>
> --
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to
> which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.



-- 
- Tsuyoshi

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Sandy Ryza <sa...@cloudera.com>.
What's the state of the application history server?  Do we have security,
documentation, and are APIs stable?  If any of these are missing, do we
have a plan for how to make this clear to users?

What about the timeline store?

thanks,
Sandy


On Mon, Mar 31, 2014 at 2:22 AM, Arun C Murthy <ac...@hortonworks.com> wrote:

> Folks,
>
> I've created a release candidate (rc0) for hadoop-2.4.0 that I would like
> to get released.
>
> The RC is available at:
> http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
> The RC tag in svn is here:
> https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
>
> The maven artifacts are available via repository.apache.org.
>
> Please try the release and vote; the vote will run for the usual 7 days.
>
> thanks,
> Arun
>
> --
> Arun C. Murthy
> Hortonworks Inc.
> http://hortonworks.com/
>
>
>
> --
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to
> which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Travis Thompson <tt...@linkedin.com>.
+1 non-binding

Built from git. Started with 120 node 2.3.0 cluster with security and
non HA, ran upgrade (non rolling) to 2.4.0.  Confirmed fsimage is OK and
HDFS successfully upgraded.  Also successfully ran some pig jobs and
mapreduce examples.  Haven't found any issues yet but will continue
testing.  Did not test Timeline Server since I'm using security.

Thanks,
Travis

On 03/31/2014 02:24 AM, Arun C Murthy wrote:
> Folks,
> 
> I've created a release candidate (rc0) for hadoop-2.4.0 that I would like to get released.
> 
> The RC is available at: http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
> The RC tag in svn is here: https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
> 
> The maven artifacts are available via repository.apache.org.
> 
> Please try the release and vote; the vote will run for the usual 7 days.
> 
> thanks,
> Arun
> 
> --
> Arun C. Murthy
> Hortonworks Inc.
> http://hortonworks.com/
> 
> 
> 

Re: [VOTE] Release Apache Hadoop 2.4.0

Posted by Travis Thompson <tt...@linkedin.com>.
+1 non-binding

Built from git. Started with 120 node 2.3.0 cluster with security and
non HA, ran upgrade (non rolling) to 2.4.0.  Confirmed fsimage is OK and
HDFS successfully upgraded.  Also successfully ran some pig jobs and
mapreduce examples.  Haven't found any issues yet but will continue
testing.  Did not test Timeline Server since I'm using security.

Thanks,
Travis

On 03/31/2014 02:24 AM, Arun C Murthy wrote:
> Folks,
> 
> I've created a release candidate (rc0) for hadoop-2.4.0 that I would like to get released.
> 
> The RC is available at: http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0
> The RC tag in svn is here: https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0
> 
> The maven artifacts are available via repository.apache.org.
> 
> Please try the release and vote; the vote will run for the usual 7 days.
> 
> thanks,
> Arun
> 
> --
> Arun C. Murthy
> Hortonworks Inc.
> http://hortonworks.com/
> 
> 
>