Skip to content

Commit

Permalink
[RELEASE] v0.7.1 (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Beard authored and Ian Buss committed Apr 30, 2019
1 parent 455462e commit ef87358
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Alternatively, you can build the Envelope application from the top-level directo

mvn clean install

This will create `envelope-0.7.1-SNAPSHOT.jar` in the `build/envelope/target` directory.
This will create `envelope-0.7.1.jar` in the `build/envelope/target` directory.

### Finding examples

Expand All @@ -54,7 +54,7 @@ Envelope provides these example pipelines that you can run for yourself:

You can run Envelope by submitting it to Spark with the configuration file for your pipeline:

spark-submit envelope-0.7.1-SNAPSHOT.jar your_pipeline.conf
spark-submit envelope-0.7.1.jar your_pipeline.conf

Note: CDH5 uses `spark2-submit` instead of `spark-submit` for Spark 2 applications such as Envelope.

Expand Down
2 changes: 1 addition & 1 deletion build/envelope/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.cloudera.labs.envelope</groupId>
<artifactId>envelope-parent</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.7.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>envelope</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.cloudera.labs.envelope</groupId>
<artifactId>envelope-parent</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.cloudera.labs.envelope</groupId>
<artifactId>envelope-parent</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.7.1</version>
</parent>

<artifactId>envelope-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion external/hbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.cloudera.labs.envelope</groupId>
<artifactId>envelope-parent</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.7.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion external/impala/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.cloudera.labs.envelope</groupId>
<artifactId>envelope-parent</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.7.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion external/kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.cloudera.labs.envelope</groupId>
<artifactId>envelope-parent</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.7.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion external/kudu/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.cloudera.labs.envelope</groupId>
<artifactId>envelope-parent</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.7.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion external/zookeeper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.cloudera.labs.envelope</groupId>
<artifactId>envelope-parent</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.7.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.cloudera.labs.envelope</groupId>
<artifactId>envelope-parent</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.7.1</version>
</parent>

<artifactId>envelope-lib</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>com.cloudera.labs.envelope</groupId>
<artifactId>envelope-parent</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.7.1</version>
<packaging>pom</packaging>

<inceptionYear>2015</inceptionYear>
Expand Down

0 comments on commit ef87358

Please sign in to comment.