diff --git a/tutorials/operatorTutorial/README.md b/tutorials/operatorTutorial/README.md new file mode 100644 index 0000000..c14d7be --- /dev/null +++ b/tutorials/operatorTutorial/README.md @@ -0,0 +1,7 @@ +This project is supposed to be a reference to be followed along with +the tutorial here: http://docs.datatorrent.com/operator_development/, +discussed here: http://docs.datatorrent.com/operator_development/#code + +This project does not have an application and hence will not run. +The reader can use this project as a starting point to develop further +operators and applications. \ No newline at end of file diff --git a/tutorials/operatorTutorial/pom.xml b/tutorials/operatorTutorial/pom.xml index 3da5c80..64d5743 100644 --- a/tutorials/operatorTutorial/pom.xml +++ b/tutorials/operatorTutorial/pom.xml @@ -13,9 +13,9 @@ - 3.4.0 + 3.5.0 lib/*.jar - 3.4.0 + 3.6.0 diff --git a/tutorials/operatorTutorial/src/assemble/appPackage.xml b/tutorials/operatorTutorial/src/assemble/appPackage.xml new file mode 100644 index 0000000..7ad071c --- /dev/null +++ b/tutorials/operatorTutorial/src/assemble/appPackage.xml @@ -0,0 +1,43 @@ + + appPackage + + jar + + false + + + ${basedir}/target/ + /app + + ${project.artifactId}-${project.version}.jar + + + + ${basedir}/target/deps + /lib + + + ${basedir}/src/site/conf + /conf + + *.xml + + + + ${basedir}/src/main/resources/META-INF + /META-INF + + + ${basedir}/src/main/resources/app + /app + + + ${basedir}/src/main/resources/resources + /resources + + + + +