Skip to content

Commit

Permalink
Fixed Flink version to 0.10.0. Bumped Cascading version to 3.1.0-wip-39
Browse files Browse the repository at this point in the history
  • Loading branch information
fhueske committed Nov 13, 2015
1 parent 52933f7 commit 7ac7111
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ However, there are also a few limitations, which we are still working on, namely

## Install ##

**WARNING** The Cascading Connector for Apache Flink does currently depend on unstable 0.10-SNAPSHOT builds of Apache Flink.
Since Flink APIs may be broken at any time, building the connector might not succeed. Please open an [issue](https://github.com/dataArtisans/cascading-flink/issues) and report the incompatibility if this is the case.
We will fix the Flink dependency as soon as Apache Flink releases a 0.10 version.
The Cascading Connector for Apache Flink does depends on Apache Flink 0.10.0 and Cascading 3.1.0 which is not released yet but available as 3.1.0-wip-39 at [Conjars](http://conjars.org/). All required dependencies are provided by including the Cascading Flink connector in your project.

To retrieve the latest version of the Cascading Connector for Apache Flink, run the following command

Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ limitations under the License.
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<slf4j.version>1.7.7</slf4j.version>
<cascading.version>3.1.0-wip-16</cascading.version>
<cascading.version>3.1.0-wip-39</cascading.version>
<excluded.tests/>
<ignore.failed.tests>true</ignore.failed.tests>

Expand Down Expand Up @@ -87,13 +87,13 @@ limitations under the License.
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-clients</artifactId>
<version>0.10-SNAPSHOT</version>
<version>0.10.0</version>
</dependency>

<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-java</artifactId>
<version>0.10-SNAPSHOT</version>
<version>0.10.0</version>
</dependency>

<!-- CASCADING -->
Expand All @@ -113,7 +113,7 @@ limitations under the License.
<dependency>
<groupId>cascading</groupId>
<artifactId>cascading-expression</artifactId>
<version>3.1.0-wip-16</version>
<version>${cascading.version}</version>
</dependency>

<!-- CASCADING TESTS -->
Expand Down

0 comments on commit 7ac7111

Please sign in to comment.