Apache Hadoop qbt Report: branch2+JDK7 on Linux/x86

2019-12-27 Thread Apache Jenkins Server
For more details, see 
https://builds.apache.org/job/hadoop-qbt-branch2-java7-linux-x86/549/

No changes




-1 overall


The following subsystems voted -1:
docker


Powered by Apache Yetus 0.8.0   http://yetus.apache.org

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

[jira] [Created] (YARN-10063) Usage output of container-executor binary needs to include --http/--https argument

2019-12-27 Thread Siddharth Ahuja (Jira)
Siddharth Ahuja created YARN-10063:
--

 Summary: Usage output of container-executor binary needs to 
include --http/--https argument
 Key: YARN-10063
 URL: https://issues.apache.org/jira/browse/YARN-10063
 Project: Hadoop YARN
  Issue Type: Improvement
Reporter: Siddharth Ahuja


YARN-8448/YARN-6586 seems to have introduced a new option - "--http" (default) 
and "--https" that is possible to be passed in to the container-executor 
binary, see :

https://github.com/apache/hadoop/blob/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/native/container-executor/impl/main.c#L564

and 

https://github.com/apache/hadoop/blob/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/native/container-executor/impl/main.c#L521

however, the usage output seems to have missed this:

https://github.com/apache/hadoop/blob/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/native/container-executor/impl/main.c#L74

Raising this jira to improve this.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Resolved] (YARN-10041) Should not use AbstractPath to create unix domain socket

2019-12-27 Thread Vinayakumar B (Jira)


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

Vinayakumar B resolved YARN-10041.
--
Fix Version/s: 3.3.0
 Hadoop Flags: Reviewed
 Assignee: liusheng
   Resolution: Fixed

PR has been merged to trunk

> Should not use AbstractPath to create unix domain socket
> 
>
> Key: YARN-10041
> URL: https://issues.apache.org/jira/browse/YARN-10041
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: test
> Environment: X86/ARM
> OS: ubuntu 1804
> java: java8
>Reporter: zhao bo
>Assignee: liusheng
>Priority: Major
> Fix For: 3.3.0
>
>
> This issue hits by a very coincidental scene. That 's happend when we test on 
> ARM.
> The test case is:
> org.apache.hadoop.yarn.csi.client.TestCsiClient.testIdentityService
>  
> The step is:
> If we make the hadoop source code dir to a very deep dir path, this case 
> would be pass at the first time running, but always fail in the following 
> tries.
> The official jenkins doesn't cover this, because it runs on Docker container 
> and just run test 1 time. So it looks like alway pass.
>  
> The  key point is the UNIX domain socket path exceed the limit of 
> UNIX_PATH_MAX(108). Please see [1]
>  
> This issue is very difficult to locate, as it will always return binding 
> failed when we exec the test.
>  
> Also I saw the hadoop code in trunk branch, the code use the AbsolutePath to 
> create the UNIX DOMAIN SOCKET file. The source code is [2]. So that can not 
> forbid to hit this issue. That's good to provide a second way to set the 
> socket path to '/tmp' or any place when exec this test.
> [1] 
> [https://serverfault.com/questions/641347/check-if-a-path-exceeds-maximum-for-unix-domain-socket]
> [2] 
> [https://github.com/apache/hadoop/blob/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-csi/src/test/java/org/apache/hadoop/yarn/csi/client/TestCsiClient.java#L48]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Created] (YARN-10062) Support deploy multiple historyserver in case of sp

2019-12-27 Thread zhoukang (Jira)
zhoukang created YARN-10062:
---

 Summary: Support deploy multiple historyserver in case of sp
 Key: YARN-10062
 URL: https://issues.apache.org/jira/browse/YARN-10062
 Project: Hadoop YARN
  Issue Type: Improvement
  Components: yarn
Reporter: zhoukang
Assignee: zhoukang


In this jira, i want to implement a patch to support history ha 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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