Member since
09-18-2015
3274
Posts
1159
Kudos Received
426
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 2568 | 11-01-2016 05:43 PM | |
| 8501 | 11-01-2016 05:36 PM | |
| 4860 | 07-01-2016 03:20 PM | |
| 8181 | 05-25-2016 11:36 AM | |
| 4335 | 05-24-2016 05:27 PM |
12-20-2015
10:50 AM
Thanks @Neeraj Sabharwal You are not concerned about having different values for "Enable authorization" before enabling Ranger 😉 ?
... View more
02-23-2016
08:26 AM
Did you figure out why this happens though? Is @ a special character?
... View more
12-18-2015
05:01 PM
6 Kudos
Well, I was just enquiring about the same a few minutes back. It depends on the requirement if you want to enable ssl for all Web UIs, all services and also if you need wire encryption. Depending on that you can use following strategies. The set of certificates required depends upon the certificate provisioning strategy you implement. The following strategies, among others, are possible:
Certificate per host: In this strategy, you obtain one certificate for each host on which at least one SSL daemon role is running. All services on a given host will share this single certificate. Certificate for multiple hosts: Using the SubjectAltName extension, it is possible to obtain a certificate that is bound to a list of specific DNS names. One such certificate could be used to protect all hosts in the cluster, or some subset of the cluster hosts. The advantage of this approach over a wildcard certificate is that it allows you to limit the scope of the certificate to a specific set of hosts. The disadvantage is that it requires you to update and re-deploy the certificate whenever a host is added or removed from the cluster. Wildcard certificate: You may also choose to obtain a single wildcard certificate to be shared by all services on all hosts in the cluster. This strategy requires that all hosts belong to the same domain. For example, if the hosts in the cluster have DNS names node1.example.com ... node100.example.com, you can obtain a certificate for *.example.com. Note that only one level of wildcarding is allowed; a certificate bound to *.example.com will not work for a daemon running on node1.subdomain.example.com. Given above strategies, I would recommend having one certificate per host wherever you have any ssl daemon running i.e. if HDFS and YARN are on same host. Both would use the same. We have been mostly using this. Reference: http://www.cloudera.com/content/www/en-us/document...
... View more
09-28-2018
03:14 AM
@yjiang Try adding the below parameter in capacity scheduler of YARN. yarn.scheduler.capacity.queue-mappings=u:hive:QueueName So that any query fired using hive cli (as hive user) are being redirected to the queue name that you have provided.
... View more
04-21-2017
03:33 PM
so my shell in the box was working yesterday, and today, I tried using it and it will not work. Is there any way to get this to work, as I prefer it because of the design and color choice.
Please Thanks.
... View more
02-02-2016
09:03 PM
@Mikael are you still having issues? Can you accept the best answer or provide your own solution?
... View more
12-17-2015
05:05 AM
invalid /etc/hosts file entry caused this.
... View more
09-28-2018
03:13 AM
I'm having the same issue! https://knox.apache.org/books/knox-1-1-0/user-guide.html#Quick+Start Following the tutorial step by step and the I get this: root@hn0-securi:~/knox-1.1.0# curl -i -k -u guest:guest-password -X GET 'https://localhost:8443/gateway/sandbox/webhdfs/v1/?op=LISTSTATUS'
HTTP/1.1 500 Server Error
Date: Thu, 27 Sep 2018 07:45:22 GMT
Set-Cookie: JSESSIONID=5qbve5zzilryrp6nfy8zztn0;Path=/gateway/sandbox;Secure;HttpOnly
Set-Cookie: rememberMe=deleteMe; Path=/gateway/sandbox; Max-Age=0; Expires=Wed, 26-Sep-2018 07:45:22 GMT
Content-Type: text/html; charset=ISO-8859-1
Cache-Control: must-revalidate,no-cache,no-store
Content-Length: 317
Connection: close
Server: Jetty(9.2.22.v20170606)
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>Error 500 Server Error</title>
</head>
<body><h2>HTTP ERROR 500</h2>
<p>Problem accessing /gateway/sandbox/webhdfs/v1/. Reason:
<pre> Server Error</pre></p><hr><i><small>Powered by Jetty://</small></i><hr/>
</body>
</html> Please help !! Thanks
... View more
12-16-2015
02:34 PM
As a part of best practice, please accept one of the answers to mark is as best answer to close the thread Thanks @Yue Chen
... View more