Skip to content

Commit

Permalink
Update connector version
Browse files Browse the repository at this point in the history
  • Loading branch information
sonsoleslp committed Dec 13, 2019
1 parent c9b0a8c commit 0db6093
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ cd fiware-cosmos-orion-spark-connector-examples
Next, [download](https://github.com/ging/fiware-cosmos-orion-spark-connector/releases/latest) the connector JAR from the connector repository and from the `fiware-cosmos-orion-spark-connector` run:

```
mvn install:install-file -Dfile=$(PATH_DOWNLOAD)/orion.spark.connector-1.1.0.jar -DgroupId=org.fiware.cosmos -DartifactId=orion.spark.connector -Dversion=1.1.0 -Dpackaging=jar
mvn install:install-file -Dfile=$(PATH_DOWNLOAD)/orion.spark.connector-1.2.0.jar -DgroupId=org.fiware.cosmos -DartifactId=orion.spark.connector -Dversion=1.2.0 -Dpackaging=jar
```

where `PATH_DOWNLOAD` is the path where you downloaded the JAR.
Expand Down
4 changes: 2 additions & 2 deletions doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cd fiware-cosmos-orion-flink-connector-examples
Next, [download](https://github.com/ging/fiware-cosmos-orion-flink-connector/releases/latest) the connector JAR from the connector repository and from the `fiware-cosmos-orion-flink-connector` run:

```
mvn install:install-file -Dfile=$(PATH_DOWNLOAD)/orion.flink.connector-1.1.0.jar -DgroupId=org.fiware.cosmos -DartifactId=orion.flink.connector -Dversion=1.1.0 -Dpackaging=jar
mvn install:install-file -Dfile=$(PATH_DOWNLOAD)/orion.flink.connector-1.2.0.jar -DgroupId=org.fiware.cosmos -DartifactId=orion.flink.connector -Dversion=1.2.0 -Dpackaging=jar
```

where `PATH_DOWNLOAD` is the path where you downloaded the JAR.
Expand Down Expand Up @@ -384,7 +384,7 @@ Since we are going to run the code from inside a Flink Task Manager container, w

Let's build a JAR package of the example. In it, we need to include all the dependencies we have used, such as the connector, but exclude some of the dependencies provided by the environment (Flink, Scala...).
This can be done through the `maven package` command without the `add-dependencies-for-IDEA` profile checked.
This will build a JAR file under `target/orion.flink.connector.examples-1.1.0.jar`.
This will build a JAR file under `target/orion.flink.connector.examples-1.2.0.jar`.

### Submitting the job

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ under the License.

<groupId>org.fiware.cosmos</groupId>
<artifactId>orion.spark.connector.examples</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
<packaging>jar</packaging>

<name>Fiware Orion Spark Connector Examples</name>
Expand All @@ -45,7 +45,7 @@ under the License.

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spark.version>2.4.3</spark.version>
<spark.version>2.4.4</spark.version>
<scala.binary.version>2.11</scala.binary.version>
<scala.version>2.11.12</scala.version>
<play2.version>2.4.6</play2.version>
Expand Down

0 comments on commit 0db6093

Please sign in to comment.