Member since
12-17-2015
6
Posts
5
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3890 | 02-25-2016 02:30 AM |
02-25-2016
02:30 AM
1 Kudo
I solved problem by adding one line in org.apache.solr.hadoop.GoLive: HttpClientUtil.setConfigurer(new Krb5HttpClientConfigurer());
This enables kerberos support in solrj client instances used later during processing requests and propagates token to HTTP calls made to backend. It should be configurable somehow ie. via command line switch. Definitely it is a bug cause Golive phase of jobs will be not working with fully kerberized solr backends. // CC: @Jonas Straub @Artem Ervits @Neeraj Sabharwal
... View more