Re: Questions regarding setting AWS application load balancer for YARN RM

2022-06-15 Thread Leon Xu
Thanks. I tried setting "ipc.maximum.response.length" to 256 MB but still getting the same error. For HADOOP-17914, is there a patched hadoop library that I can try out? Our cluster is only like 50 nodes, which shouldn't be a problem. Thanks Leon On Wed, Jun 15, 2022 at 8:20 PM Ayush Saxena wrot

Re: Questions regarding setting AWS application load balancer for YARN RM

2022-06-15 Thread Ayush Saxena
The first one: NoSuchMethodException isn't something to worry about, it is just irrelevant noise, HADOOP-16453 fixed it in 3.3.0 The second one is due to the rpc response length only, if you can patch it with HADOOP-17914 and try, it can give you the actual response length as well in the exception

Re: Questions regarding setting AWS application load balancer for YARN RM

2022-06-15 Thread Leon Xu
Thanks for the quick response. Overall I think 128M is pretty big and don't expect that to be the issue. There seems to be two errors: *First one is* java.lang.NoSuchMethodException: org.apache.hadoop.ipc.RpcException.(java.lang.String) at java.lang.Class.getConstructor0(Class.java:3349) ~[?:?]

Re: Questions regarding setting AWS application load balancer for YARN RM

2022-06-15 Thread Ayush Saxena
You didn't paste the entire trace or details about what operation failed, not very familiar with ALB, seems AWS specific, those guys should be having some support forum or so, can try your luck there Just going by the exception message. if you have configured everything properly and the server

Re: Questions regarding setting AWS application load balancer for YARN RM

2022-06-15 Thread Wei-Chiu Chuang
Not familiar with AWS but this warning can be work arounded by upping the IPC default length limit: See if you can update core-site.xml, change the property ipc.maximum.response.length which has the default of 128MB (=128*1024*1024) to something bigger, such as 256MB. On Thu, Jun 16, 2022 at 10:05

Subscribe

2022-06-15 Thread Leon Xu
Subscribe

Questions regarding setting AWS application load balancer for YARN RM

2022-06-15 Thread Leon Xu
Hi Hadoop/Yarn Users, I am trying to set up AWS ALB(application load balancer) for YARN resource managers. I am wondering if anyone has experience on that? I am able to connect my yarn client to the YARN RM instance directly. But after I set up the ALB and try to connect through the ALB, I am gett

CVE-2021-33036: Apache Hadoop Privilege escalation vulnerability

2022-06-15 Thread Akira Ajisaka
Severity: Critical Description: In Apache Hadoop 2.2.0 to 2.10.1, 3.0.0-alpha1 to 3.1.4, 3.2.0 to 3.2.2, and 3.3.0 to 3.3.1, a user who can escalate to yarn user can possibly run arbitrary commands as root user. Users should upgrade to Apache Hadoop 2.10.2, 3.2.3, 3.3.2 or higher. Mitigation: