Member since
12-15-2016
16
Posts
1
Kudos Received
0
Solutions
06-19-2023
03:19 AM
i got the same problem. When I reinstalled hive, everything worked.
... View more
07-25-2017
11:02 AM
@ Vipin Rathor I am facing a different kind of issue and could you please help me on this. [root@XXXXXdn2 keytabs]# curl --negotiate -u : http://XXXXdn1.xxxxx.net:8983/solr/shub_test/query?q=*.*
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>Error 401 org.apache.hadoop.security.authentication.util.SignerException: Invalid signature</title>
</head>
<body><h2>HTTP ERROR 401</h2>
<p>Problem accessing /solr/test/query. Reason:
<pre> org.apache.hadoop.security.authentication.util.SignerException: Invalid signature</pre></p><hr><i><small>Powered by Jetty://</small></i><hr/>
</body>
</html>
... View more
06-09-2017
10:55 AM
Also, this instance is not present in all Regions. Change the Region and give a try.
... View more
02-15-2018
06:06 AM
I had same issue on rhel 7 with below error Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install hadoop_2_6_3_0_235-hdfs' returned 1. Error: Package: hadoop_2_6_3_0_235-hdfs-2.7.3.2.6.3.0-235.x86_64 (HDP-2.6-repo-101)
Requires: libtirpc-devel
You could try using --skip-broken to work around the problem Solution : Please check the Red Hat Enterprise Linux Server 7 Optional (RPMs) enabled on all nodes with below command # yum repolist all (To check enabled or disabled) !rhui-REGION-rhel-server-optional/7Server/x86_64 Red Hat Enterprise Linux Server 7 Optional (RPMs) Disabled: #yum-config-manager --enable rhui-REGION-rhel-server-optional ( enabling the optional rpms) Cross verify with first command to get it optional rpms enabled # yum repolist all !rhui-REGION-rhel-server-optional/7Server/x86_64 Red Hat Enterprise Linux Server 7 Optional (RPMs) enabled: 13,201
... View more
12-23-2016
03:22 PM
oh , thanks : )
... View more