Ottomata has submitted this change and it was merged. Change subject: Add kraken-etl skeleton for camus based ETL ......................................................................
Add kraken-etl skeleton for camus based ETL Change-Id: I39e07166bde57224be65c848192c305728284364 --- A kraken-etl/pom.xml M pom.xml 2 files changed, 16 insertions(+), 0 deletions(-) Approvals: Ottomata: Verified; Looks good to me, approved diff --git a/kraken-etl/pom.xml b/kraken-etl/pom.xml new file mode 100644 index 0000000..e7c1dc7 --- /dev/null +++ b/kraken-etl/pom.xml @@ -0,0 +1,15 @@ +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.wikimedia.analytics.kraken</groupId> + <artifactId>kraken</artifactId> + <version>0.0.2-SNAPSHOT</version> + <relativePath>../pom.xml</relativePath> + </parent> + + <artifactId>kraken-etl</artifactId> + <name>Kraken ETL</name> + <packaging>jar</packaging> +</project> diff --git a/pom.xml b/pom.xml index 370c7cb..35c0898 100644 --- a/pom.xml +++ b/pom.xml @@ -16,6 +16,7 @@ <module>kraken-generic</module> <module>kraken-dclass</module> <module>kraken-pig</module> + <module>kraken-etl</module> </modules> <scm> -- To view, visit https://gerrit.wikimedia.org/r/88945 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I39e07166bde57224be65c848192c305728284364 Gerrit-PatchSet: 1 Gerrit-Project: analytics/kraken Gerrit-Branch: master Gerrit-Owner: QChris <[email protected]> Gerrit-Reviewer: Ottomata <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
