How to run a java jar from Hadoop that needs some rapid miner jars -


i running command hadoop directory includes lib/ , project dependencies , needs.

hadoop jar myjar.jar 

my code runs rapid miner process hadoop mapper, library jars includes in lib directory.

but not rapidminer jars , except these hadoop other jars. using rapidminer free version.

what might problem?

jar files in hadoop needed main, mapper, reducer . main u can put lib in desired directory. mapper, reducer takes jar hadoop_home/share/hadoop/hdfs/lib should make sure jar files should there.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -