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

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -