[
https://issues.apache.org/jira/browse/BAHIR-142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16278644#comment-16278644
]
Luciano Resende commented on BAHIR-142:
---------------------------------------
Here is the snapshot jar:
https://repository.apache.org/content/groups/snapshots/org/apache/bahir/flink-connector-influxdb_2.11/1.1-SNAPSHOT/
You will need to add the following repository for SNAPSHOT, something like
below:
{code:java}
<repositories>
<repository>
<id>apache.snapshots</id>
<name>Apache Snapshot Repository</name>
<url>https://repository.apache.org/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
</repository>
</repositories>
{code}
Then, you should be able to add it to your project like
{code:java}
<dependency>
<groupId>org.apache.bahir</groupId>
<artifactId>flink-connector-influxdb_2.11</artifactId>
<version>1.1-SNAPSHOT</version>
</dependency>
{code}
I will make sure the website gets updated to reflect these steps.
> Unable to download InfluxDB connector dependency
> --------------------------------------------------
>
> Key: BAHIR-142
> URL: https://issues.apache.org/jira/browse/BAHIR-142
> Project: Bahir
> Issue Type: Bug
> Components: Flink Streaming Connectors
> Affects Versions: Flink-1.0
> Reporter: miki haiat
> Assignee: Luciano Resende
> Fix For: Flink-1.0
>
>
> Hi,
> Im trying to use the influxDB connector for flink but im unable to get the
> dependency .
> I added the dependancy to the pom file but i got errors .
> [
> {code:java}
> <dependency>
> <groupId>org.apache.bahir</groupId>
> <artifactId>flink-connector-influxdb_2.11</artifactId>
> <version>1.0-SNAPSHOT</version>
> </dependency>
> {code}
> ]
> And i cant find the dependency in the maven BAHIR page .
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)