I usually have common/shared libraries and actual job code in different jar files. Is it possible to recompile only one job jar file to execute hadoop command hadoop jar asd?
If not is there workaround to simplify jar packaging?
Is it possible to use several jars to specify job in hadoop?
267 Views Asked by yura At
2
I am using Ant to make the job jar. To include all common/shared libraries in the buildConfig.xml file you have to add such line:
Here is the simplest example of build config file.