Hi,
I wonder how to secure Solr with Kerberos.
We can Kerberos secure Solr by configuring the AuthenticationFilter from
the hadoop-auth.jar that is packaged in solr.war.
But after we do that,
1) How does a SolrJ client connect to the secured Solr server?
2) In SolrCloud environment, how one Sol
Hello,
I am trying to connect SOLR (tried 4.4 and 4.7) to kerberos enabled HDFS -
I am using Cloudera CDH 4.2.1
http://maven-repository.com/artifact/com.cloudera.cdh/cdh-root/4.2.1/pom_effective
the keytab and principal is valid (I tested it with flume as well as simple
hdfs cli)
did anobody su