When i submit 100 task to 5 worker machine.the error occur below.
java.lang.RuntimeException: There are no entries for the transformation "diamond::run:1.0" on the "local" site in the TC for type "STAGEABLE at edu.isi.pegasus.planner.catalog.transformation.mapper.Submit.getSiteMap(Submit.java:115)
i have set:
pegasus.catalog.transformation.mapper=Submit
and excetable property in the dax.xml is below:
<executable name="run" namespace="diamond" version="1.0" arch="x86_64" os="linux" installed="false">
<pfn url="file:///home/wukan/run.sh" site="condorpool"/>
</executable>