Re: CheckHdfsIndex with Kerberos not working

2016-10-03 Thread Rishabh Patel
Thanks Kevin, this worked for me. On Mon, Oct 3, 2016 at 11:48 AM, Kevin Risden wrote: > You need to have the hadoop pieces on the classpath. Like core-site.xml and > hdfs-site.xml. There is an hdfs classpath command that would help but it > may have too many pieces.

Re: CheckHdfsIndex with Kerberos not working

2016-10-03 Thread Kevin Risden
You need to have the hadoop pieces on the classpath. Like core-site.xml and hdfs-site.xml. There is an hdfs classpath command that would help but it may have too many pieces. You may just need core-site and hdfs-site so you don't get conflicting jars. Something like this may work for you: java

CheckHdfsIndex with Kerberos not working

2016-10-03 Thread Rishabh Patel
Hello, My SolrCloud 5.5 installation has Kerberos enabled. The CheckHdfsIndex test fails to run. However, without Kerberos, I am able to run the test with no issues. I ran the following command: java -cp