Member since
05-14-2018
33
Posts
2
Kudos Received
3
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
5587 | 12-04-2018 02:04 PM | |
3776 | 07-03-2018 03:27 PM | |
6236 | 05-29-2018 01:26 PM |
05-30-2021
11:37 PM
Hi @ChethanYM, Thanks for the reply I agree we can find out in the repo file, I was just checking if we can get it through any command? like java -version or something kind of
... View more
05-30-2021
04:31 AM
Hi Team, How to find active name node from cli and also want to know where to check automatic namenode failover triggered in the cluster?
... View more
Labels:
- Labels:
-
HDFS
05-30-2021
04:27 AM
Hi Team, Is there any command to find CM agent and Server version from the command line? I know we can find out using the rpm -qa version but any other way I can get to find the java -version?
... View more
Labels:
- Labels:
-
Cloudera Manager
02-08-2019
05:59 AM
amarnath reddy pappu and Steven Matison while doing ambari upgrade 2.7.3 from 2.6.2 do we need to explicitly upgraded postgres from 9.2 to 10.2 or ambari will take care of postgres upgrade?
... View more
01-12-2019
02:20 PM
https://community.hortonworks.com/questions/14569/default-username-password-not-working-for-hortonwo.html Try above links it might help you.
... View more
01-12-2019
12:26 PM
@divya thaore could you please try login with maria_dev or raj_ops and try sudo -i and try to reset password?
... View more
01-11-2019
05:13 AM
1 Kudo
Hi are you using sandbox? If so username: maria_dev
password maria_dev
If you want to log in as admin, ssh into your box and issue
ambari-admin-password-reset and enter password of your choice
it will then restart ambari and then you can log in as admin using password you set. And follow this link for further help https://hortonworks.com/tutorial/learning-the-ropes-of-the-hortonworks-sandbox/
... View more
12-04-2018
02:04 PM
@Owez Mujawar by looking in your logs it seems like jar is unable to find the appropriate class
Causedby: java.lang.ClassNotFoundException: com.sun.jersey.api.client.ClientHandlerException I will suggest you download full bundle for JAX-RS 1.1 / Jersey 1.x for your jersey-multipart-1.19.jar ( http://repo1.maven.org/maven2/com/sun/jersey/jersey-bundle/1.19.1/jersey-bundle-1.19.1.jar) from https://jersey.github.io/download.html and place it into /usr/hdp/current/atlas-server/hook/hive/atlas-hive-plugin-impl and update me.
... View more
07-03-2018
03:27 PM
Hi @Bhushan Kandalkar can you please run below command on host $ hdp-select it will show you all the services stack versions please check ranger-usersync service version then verify it with ps -ef | grep ranger-usersync it will show you ranger user sync service process and from where its taking libraries. Eg. $hdp-select ranger-usersync - 2.5.6.0-40 $ps -ef | grep ranger-usersync ps -ef | grep rangeruser ranger 15429 1 99 08:53 ? 00:00:11 java -Dproc_rangerusersync -Dlog4j.configuration=file:/etc/ranger/usersync/conf/log4j.properties -Dlogdir=/var/log/ranger/usersync -cp /usr/hdp/2.5.6.0-40/ranger-usersync/dist/*:/usr/hdp/2.5.6.0-40/ranger-usersync/lib/*:/usr/hdp/2.5.6.0-40/ranger-usersync/conf:/* org.apache.ranger.authentication.UnixAuthenticationService -enableUnixAuth root 15579 13151 0 08:53 pts/2 00:00:00 grep --color=auto rangeruser if it doesnt match then you need to kill process with kill -9 15429 and restart your service. it should resolve this issue. I faced this issue in our production envirnment after upgrading HDP from 2.3.4.0 to 2.5.6.0 and I resolved it by above mentionned way. Please update me if this resolution helped you too.
... View more
05-29-2018
01:26 PM
Hi Guys, Thanks for the reply. After analyzing Hiveserver logs we found that Hiveserver was unable to create new threads and hence Hive queries are not working. This is an intermittent issue. Whenever thread limit reached, Hiveserver is not able to create a new connection and stops responding. After restarting Hiveserver, it releases all threads and hive starts responding again. Here is the stack trace: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Caused by: java.io.IOException: Couldn't set up IO streams at org.apache.hadoop.ipc.Client$Connection.setupIOstreams(Client.java:791) at org.apache.hadoop.ipc.Client$Connection.access$2800(Client.java:373) at org.apache.hadoop.ipc.Client.getConnection(Client.java:1493) at org.apache.hadoop.ipc.Client.call(Client.java:1397) ... 73 more Caused by: java.lang.OutOfMemoryError: unable to create new native thread at java.lang.Thread.start0(Native Method) at java.lang.Thread.start(Thread.java:717) at org.apache.hadoop.ipc.Client$Connection.setupIOstreams(Client.java:784) ... 76 more We found the similar issue at Hortonworks community: https://community.hortonworks.com/content/supportkb/151804/error-javalangoutofmemoryerror-unable-to-create-ne.html According to Hortonworks, its a bug in HDP-2.3.4 version and it got resolved in a newer version of HDP.
... View more
- « Previous
-
- 1
- 2
- Next »