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. You may just need core-site

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 -c