Support Questions

Find answers, ask questions, and share your expertise

Who agreed with this topic

org.apache.solr.hadoop.HdfsFindTool not available in Cloudera 6.1

avatar
New Contributor

After upgrading Cloudera to 6.1 

org.apache.solr.hadoop.HdfsFindTool

seems to be no longer available in the 

search-mr-job.jar

 

hadoop jar /opt/cloudera/parcels/CDH-6.1.1-1.cdh6.1.1.p0.875250/lib/solr/contrib/mr/search-mr-job.jar org.apache.solr.hadoop.HdfsFindTool
WARNING: Use "yarn jar" to launch YARN applications.
Exception in thread "main" java.lang.ClassNotFoundException: org.apache.solr.hadoop.HdfsFindTool
	at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:348)
	at org.apache.hadoop.util.RunJar.run(RunJar.java:306)
	at org.apache.hadoop.util.RunJar.main(RunJar.java:227)

 

are there any alternatives? Is there a way to run older version together with the 6.1 and newer stack? is this class contained in any other libraries?

 

Who agreed with this topic