Skip to content

Commit

Permalink
Begin 0.6.1 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Beard authored and Ian Buss committed Nov 13, 2018
1 parent ecdd1b4 commit 5aced81
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ You can build the Envelope application from the top-level directory of the sourc

mvn clean package

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

### Finding examples

Expand All @@ -48,7 +48,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:

spark2-submit envelope-0.6.0.jar yourpipeline.conf
spark2-submit envelope-0.6.1-SNAPSHOT.jar yourpipeline.conf

A helpful place to monitor your running pipeline is from the Spark UI for the job. You can find this via the YARN ResourceManager UI.

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.6.0</version>
<version>0.6.1-SNAPSHOT</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.6.0</version>
<version>0.6.1-SNAPSHOT</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.6.0</version>
<version>0.6.1-SNAPSHOT</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.6.0</version>
<version>0.6.1-SNAPSHOT</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.6.0</version>
<version>0.6.1-SNAPSHOT</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.6.0</version>
<version>0.6.1-SNAPSHOT</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.6.0</version>
<version>0.6.1-SNAPSHOT</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.6.0</version>
<version>0.6.1-SNAPSHOT</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.6.0</version>
<version>0.6.1-SNAPSHOT</version>
<packaging>pom</packaging>

<inceptionYear>2015</inceptionYear>
Expand Down

0 comments on commit 5aced81

Please sign in to comment.