Re: Solr-kerbarose URL not accessible

2016-03-03 Thread Ishan Chattopadhyaya
This appears to be Cloudera search specific. The kerberos support in Solr is similar to, but not identical with, the kerberos support in Cloudera's Search. Maybe you could check with Cloudera's support? On Fri, Feb 12, 2016 at 8:06 PM, Shawn Heisey wrote: > On 2/12/2016 4:28 AM, vidya wrote: >

Re: Solr-kerbarose URL not accessible

2016-02-12 Thread Shawn Heisey
On 2/12/2016 4:28 AM, vidya wrote: > When I am trying to access my solrCloud web UI page, deployed in cloudera > cluster, I have encountered with the error "DEFECTED TOKENS DETECTED" . Find > the attachment of the error that is added here. It is because of kerbarose > installed on cluster. > > Is

Re: Solr-kerbarose URL not accessible

2016-02-12 Thread Anil
through use jaas-configuration through java API connectivity. System.setProperty("java.security.auth.login.config", "location of jaas configration file"); HttpClientUtil.setConfigurer(new Krb5HttpClientConfigurer()); add above two lines when your creating solr cloud you can find jaas conf inform