Member since
12-10-2016
24
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1057 | 02-15-2017 06:32 AM |
04-14-2017
05:23 PM
Hello @rbailey, Yes, this is a known issue when NameNode UI is accessed via Knox. As of HDP 2.6, only the Ranger, Ambari and Zeppelin UIs are certified to work with Knox. Other UIs (like NN) may see issues like the one you described above. As of this writing, it is work in progress. You will see more certified UIs in upcoming releases. Hope this helps !
... View more
03-24-2017
03:08 AM
Thanks @rbailey for pointing that out!
... View more
07-25-2018
01:05 PM
Hi, I am facing the same error. My hdp sandbox is kerberized. Error: Could not establish connection to jdbc:hive2://sandbox-hdp.hortonworks.com:8443/;ssl=true;sslTrustStore=/var/lib/knox/data-2.6.5.0-292/security/keystores/gateway.jks;trustStorePassword=knox;transportMode=http;httpPath=gateway/default/hive: HTTP Response code: 401 (state=08S01,code=0)
Beeline version 1.2.1000.2.6.5.0-292 by Apache Hive
0: jdbc:hive2://sandbox-hdp.hortonworks.com:8 (closed)> can you pls help me what I am doing wrong here?
... View more
02-19-2017
11:58 AM
I'm marking this as Solved thanks Jay. Technically this is not the right answer but certainly helped me get closer to an outcome I can use. Seems restarting the Openstack instance jiggles the sockets and allows Python to find the FQDN.
... View more
02-15-2017
06:32 AM
I got one solution sorted -> the exported blueprint contained %HOST_GROUP% that needed to be substituted. I still have {{}} and ${} that I need to figure how to handle be for submitting it to the system...
... View more
02-03-2017
11:49 AM
Excellent, I have successfully created the user with uid=gid and it worked fine. Thanks!
... View more
02-13-2017
12:20 AM
I'm getting the same error after installation. I grepped the /var/log/accumulo/tserver_hostname.log and found a report of: ERROR: Exception while checking mount points, halting process
java.io.FileNotFoundException: /proc/mounts (Too many files open) After looking the open files I discovered 136K java open files and 106K jsvc open files, given I set a descriptor limit of 20K I think this might be my problem $> lsof | awk '{print $1}' | sort | uniq -c | sort -n -k1
...
106000 jsvc
136000 java I'm digging into this now too. This cluster has no jobs running I'm surprised to see so many open files...
... View more
04-21-2017
10:28 AM
The unexpected benefit of this is that nobody will ever forget the LDAP password again: not will it be included in your favourite shell's history file, but anyone who can log in on that node will also be able to see those options by keeping an eye on ps. Isn't that neat? Don't do this, kids. Never write passwords on the command line.
... View more