Member since
02-28-2022
144
Posts
13
Kudos Received
14
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
90 | 10-18-2024 12:29 PM | |
1847 | 09-05-2024 09:06 AM | |
1986 | 08-08-2024 05:10 AM | |
1748 | 05-16-2024 05:33 AM | |
540 | 04-22-2024 10:24 AM |
04-06-2022
09:06 AM
Hi @RangaReddy, how are you? Even though it's a community to ask questions and ask for help, if the CDH is in EOL, can't you help?
... View more
04-05-2022
10:03 AM
we are trying to configure apache livy version 071 on a CDH 5.16.1 cluster. we are following the document from the link below: https://enterprise-docs.anaconda.com/en/docs-site-5.1.2/admin-guide/install/config/livy.html but when starting apache livy is returning the error below: Exception in thread "main" javax.servlet.ServletException: org.apache.hadoop.security.authentication.client.AuthenticationException: javax.security.auth.login.LoginException: No key to store at org.apache.hadoop.security.authentication.server.KerberosAuthenticationHandler.init(KerberosAuthenticationHandler.java:240) at org.apache.hadoop.security.authentication.server.AuthenticationFilter.initializeAuthHandler(AuthenticationFilter.java:237) at org.apache.hadoop.security.authentication.server.AuthenticationFilter.init(AuthenticationFilter.java:226) at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139) at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:873) at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:349) at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:778) at org.eclipse.jetty.servlet.ServletContextHandler.doStart(ServletContextHandler.java:262) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:131) at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:113) at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:131) at org.eclipse.jetty.server.Server.start(Server.java:427) at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:105) at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61) at org.eclipse.jetty.server.Server.doStart(Server.java:394) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) at org.apache.livy.server.WebServer.start(WebServer.scala:108) at org.apache.livy.server.LivyServer.start(LivyServer.scala:317) at org.apache.livy.server.LivyServer$.main(LivyServer.scala:423) at org.apache.livy.server.LivyServer.main(LivyServer.scala) Caused by: org.apache.hadoop.security.authentication.client.AuthenticationException: javax.security.auth.login.LoginException: No key to store at org.apache.hadoop.security.authentication.server.KerberosAuthenticationHandler.init(KerberosAuthenticationHandler.java:224) ... 22 more Caused by: javax.security.auth.login.LoginException: No key to store at com.sun.security.auth.module.Krb5LoginModule.commit(Krb5LoginModule.java:1119) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at javax.security.auth.login.LoginContext.invoke(LoginContext.java:755) at javax.security.auth.login.LoginContext.access$000(LoginContext.java:195) at javax.security.auth.login.LoginContext$4.run(LoginContext.java:682) at javax.security.auth.login.LoginContext$4.run(LoginContext.java:680) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:680) at javax.security.auth.login.LoginContext.login(LoginContext.java:588) at org.apache.hadoop.security.authentication.server.KerberosAuthenticationHandler.init(KerberosAuthenticationHandler.java:221) ... 22 more
... View more
Labels:
- Labels:
-
Apache Hadoop
04-05-2022
07:12 AM
hi @Akarsh The balancer was run like this: hdfs balancer -Ddfs.datanode.balance.bandwidthPerSec=1073741824 -Ddfs.datanode.balance.max.concurrent.moves=20 -threshold 5 But still the same error appeared: WARN balancer.Dispatcher: Failed to move blk_1275620781_201901979 with size=99352364 from 10.10.10.99:1019:DISK to 10.10.10.183:1019:DISK through 10.10.10.99:1019: Got error, status message Not able to receive block 1275620781 from /10.10.10.212:44466 because threads quota is exceeded., block move is failed
... View more
04-05-2022
05:33 AM
hi @Akarsh the documentation doesn't show how to use the parameter "dfs.datanode.balance.max.concurrent.moves" in the balancer execution command. how can we use this parameter in the balancer execution?
... View more
04-04-2022
12:00 PM
We are running rebalance on HDFS and we are getting the error below: "WARN balancer.Dispatcher: Failed to move blk_1314197946_240487461 with size=134217728 from 10.10.10.109:1019:DISK to 10.10.10.183:1019:DISK through 10.10.10.99:1019: Got error, status message opReplaceBlock BP-1707938289-10.10.10.96-1520510791093:blk_1314197946_240487461 received exception java.io.IOException: Got error, status message Not able to copy block 1314197946 to /10.10.10.183:51650 because threads quota is exceeded., copy block BP-1707938289-10.10.10.96-1520510791093:blk_1314197946_240487461 from /10.10.10.99:1019, block move is failed" we would like to know why we are getting these errors? would it be because the network interfaces are 1GB? if so, how can we resolve these errors? increasing the speed of network interfaces? PS: The hosts have 1GB network interfaces PS: We are using Ambari Server version 2.6.2.2.
... View more
Labels:
- Labels:
-
Apache Hadoop
-
HDFS
04-04-2022
11:16 AM
hi @Scharan Thanks for the feedback, but we need to configure thread queues for users separately, example: YARN has 1 TB of memory and 400 vCPU we need to configure the following: 1. The default queue occupies 50% (500 GB memory and 200 vCPU) 2. User1 queue occupies 25% (250 GB memory and 100 vCPU) 3. User2 queue occupies 25% (250 GB memory and 100 vCPU) all this configuration must be done in Ambari. how can we make this configuration?
... View more
04-04-2022
08:47 AM
Is it possible to create a dynamic resource pool in YARN on Ambari? We need to limit the use of YARN resources per user.
... View more
Labels:
- Labels:
-
Apache Ambari
-
Apache Hadoop
-
Apache YARN
04-04-2022
08:40 AM
hi @jromero thanks for the feedback. unfortunately we cannot make the TS logs available as they contain sensitive information. we will try to open a ticket with support. checking the TS replica charts "Total Tablet Size On Disk Across Kudu Replicas", they all contain the same size.
... View more
03-29-2022
04:53 PM
hi @jromero on the page "http://ip_host:8050/rpcz": in "inbound_connections" shows the addresses of other tablet servers with "open" state. in "outbound_connections" it shows the addresses of other tablet servers and master with "open" state. this above also happens with other tablet servers. I didn't find anything that could be related to the mentioned problems.
... View more
03-29-2022
02:03 PM
Hi @jromero the "metrics[1]" and "rpcs[2]" web pages are too long: what should we actually look at? what parameter do we need to look at? [1] - http://ip_host:8050/metrics [2] - http://ip_host:8050/rpcz
... View more
- « Previous
- Next »