Hi,
I am trying to setup alerting in data fusion pipeline by sending email in case of failures. I read that email-postaction plugin is built for that and in order import this plugin into the data fusion, it should be converted to a .jar file.
I am using below commands to convert it to jar file ( in command line):
2) cd hydrator-plugins\core-plugins
3) mvn clean package -D maven.test.skip=true
After this, there is target folder created with .jar and ..json file.
Next step, I uploaded both the files in data fusion and it throws below error:
Artifact artifact:default.core-plugins.2.5.0-SNAPSHOT extends artifacts 'system:cdap-data-pipeline[6.2.0-SNAPSHOT,7.0.0-SNAPSHOT)/system:cdap-data-streams[6.2.0-SNAPSHOT,7.0.0-SNAPSHOT)' that do not exist
I checked in pom.xml file, the cdap version is 6.2.0 and the data fusion verison which I am using is 6.1.2. Is the issue related to different cdap versions?
Thanks in advance.
Jatin