[jira] [Resolved] (YARN-7184) Test Jira

2017-09-10 Thread Sunil G (JIRA)

 [ 
https://issues.apache.org/jira/browse/YARN-7184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sunil G resolved YARN-7184.
---
Resolution: Not A Problem

Reopened and closed as "Not a problem"

> Test Jira
> -
>
> Key: YARN-7184
> URL: https://issues.apache.org/jira/browse/YARN-7184
> Project: Hadoop YARN
>  Issue Type: Task
> Environment: Test variable is missing in the test class
>Reporter: lovekesh bansal
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: yarn-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-dev-h...@hadoop.apache.org



[jira] [Resolved] (YARN-7184) Test Jira

2017-09-10 Thread lovekesh bansal (JIRA)

 [ 
https://issues.apache.org/jira/browse/YARN-7184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

lovekesh bansal resolved YARN-7184.
---
Resolution: Fixed

> Test Jira
> -
>
> Key: YARN-7184
> URL: https://issues.apache.org/jira/browse/YARN-7184
> Project: Hadoop YARN
>  Issue Type: Task
> Environment: Test variable is missing in the test class
>Reporter: lovekesh bansal
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: yarn-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-dev-h...@hadoop.apache.org



[jira] [Created] (YARN-7184) Test Jira

2017-09-10 Thread lovekesh bansal (JIRA)
lovekesh bansal created YARN-7184:
-

 Summary: Test Jira
 Key: YARN-7184
 URL: https://issues.apache.org/jira/browse/YARN-7184
 Project: Hadoop YARN
  Issue Type: Task
 Environment: Test variable is missing in the test class
Reporter: lovekesh bansal






--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: yarn-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-dev-h...@hadoop.apache.org



[jira] [Closed] (YARN-6692) Delay pause when container is localizing

2017-09-10 Thread Arun Suresh (JIRA)

 [ 
https://issues.apache.org/jira/browse/YARN-6692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arun Suresh closed YARN-6692.
-

> Delay pause when container is localizing
> 
>
> Key: YARN-6692
> URL: https://issues.apache.org/jira/browse/YARN-6692
> Project: Hadoop YARN
>  Issue Type: Sub-task
>  Components: nodemanager
>Reporter: Jose Miguel Arreola
>Assignee: Jose Miguel Arreola
>   Original Estimate: 96h
>  Remaining Estimate: 96h
>
> If a container receives a Pause event while localizing, allow container 
> finish localizing and then pause it



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: yarn-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-dev-h...@hadoop.apache.org



[jira] [Resolved] (YARN-6692) Delay pause when container is localizing

2017-09-10 Thread Arun Suresh (JIRA)

 [ 
https://issues.apache.org/jira/browse/YARN-6692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arun Suresh resolved YARN-6692.
---
Resolution: Invalid

Closing this, since it is not a valid scenario currently.

> Delay pause when container is localizing
> 
>
> Key: YARN-6692
> URL: https://issues.apache.org/jira/browse/YARN-6692
> Project: Hadoop YARN
>  Issue Type: Sub-task
>  Components: nodemanager
>Reporter: Jose Miguel Arreola
>Assignee: Jose Miguel Arreola
>   Original Estimate: 96h
>  Remaining Estimate: 96h
>
> If a container receives a Pause event while localizing, allow container 
> finish localizing and then pause it



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: yarn-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-dev-h...@hadoop.apache.org



[jira] [Created] (YARN-7183) YARN - State vs Final Status - Discrepancy in 2.8.1

2017-09-10 Thread Anbu Cheeralan (JIRA)
Anbu Cheeralan created YARN-7183:


 Summary: YARN - State vs Final Status - Discrepancy in 2.8.1
 Key: YARN-7183
 URL: https://issues.apache.org/jira/browse/YARN-7183
 Project: Hadoop YARN
  Issue Type: Bug
  Components: api
Affects Versions: 2.8.1
 Environment: CENT OS
Reporter: Anbu Cheeralan


Same application results in different behavior between Hadoop 2.8.0 and 2.8.1
In 2.8.0 UI , FinalStatus is "FAILED" and State is "FAILED" 
In 2.8.1 UI, FinalStatus is "FAILED" and State is "FINISHED".





--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: yarn-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-dev-h...@hadoop.apache.org



Re: [VOTE] Release Apache Hadoop 2.8.2 (RC0)

2017-09-10 Thread Mingliang Liu
Thanks Junping for doing this!

+1 (non-binding)

- Download the hadoop-2.8.2-src.tar.gz file and checked the md5 value
- Build package using maven (skipping tests) with Java 8
- Spin up a test cluster in Docker containers having 1 master node (NN/RM) and 
3 slave nodes (DN/NM)
- Operate the basic HDFS/YARN operations from command line, both client and 
admin
- Check NN/RM Web UI
- Run distcp to copy files from/to local and HDFS
- Run hadoop mapreduce examples: grep and wordcount
- Check the HDFS service logs

All looked good to me.

Mingliang

> On Sep 10, 2017, at 5:00 PM, Junping Du  wrote:
> 
> Hi folks,
> With fix of HADOOP-14842 get in, I've created our first release candidate 
> (RC0) for Apache Hadoop 2.8.2.
> 
> Apache Hadoop 2.8.2 is the first stable release of Hadoop 2.8 line and 
> will be the latest stable/production release for Apache Hadoop - it includes 
> 305 new fixed issues since 2.8.1 and 63 fixes are marked as blocker/critical 
> issues.
> 
>  More information about the 2.8.2 release plan can be found here: 
> https://cwiki.apache.org/confluence/display/HADOOP/Hadoop+2.8+Release
> 
>  New RC is available at: 
> http://home.apache.org/~junping_du/hadoop-2.8.2-RC0
> 
>  The RC tag in git is: release-2.8.2-RC0, and the latest commit id is: 
> e6597fe3000b06847d2bf55f2bab81770f4b2505
> 
>  The maven artifacts are available via repository.apache.org at: 
> https://repository.apache.org/content/repositories/orgapachehadoop-1062
> 
>  Please try the release and vote; the vote will run for the usual 5 days, 
> ending on 09/15/2017 5pm PST time.
> 
> Thanks,
> 
> Junping
> 


-
To unsubscribe, e-mail: yarn-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-dev-h...@hadoop.apache.org



[VOTE] Release Apache Hadoop 2.8.2 (RC0)

2017-09-10 Thread Junping Du
Hi folks,
 With fix of HADOOP-14842 get in, I've created our first release candidate 
(RC0) for Apache Hadoop 2.8.2.

 Apache Hadoop 2.8.2 is the first stable release of Hadoop 2.8 line and 
will be the latest stable/production release for Apache Hadoop - it includes 
305 new fixed issues since 2.8.1 and 63 fixes are marked as blocker/critical 
issues.

  More information about the 2.8.2 release plan can be found here: 
https://cwiki.apache.org/confluence/display/HADOOP/Hadoop+2.8+Release

  New RC is available at: 
http://home.apache.org/~junping_du/hadoop-2.8.2-RC0

  The RC tag in git is: release-2.8.2-RC0, and the latest commit id is: 
e6597fe3000b06847d2bf55f2bab81770f4b2505

  The maven artifacts are available via repository.apache.org at: 
https://repository.apache.org/content/repositories/orgapachehadoop-1062

  Please try the release and vote; the vote will run for the usual 5 days, 
ending on 09/15/2017 5pm PST time.

Thanks,

Junping



Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

2017-09-10 Thread Apache Jenkins Server
For more details, see 
https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/519/

[Sep 9, 2017 3:40:53 PM] (arp) HDFS-10391. Always enable NameNode service RPC 
port. Contributed by


[Error replacing 'FILE' - Workspace is not accessible]

-
To unsubscribe, e-mail: yarn-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-dev-h...@hadoop.apache.org