Skip to content

Commit

Permalink
bump versio (#114)
Browse files Browse the repository at this point in the history
Co-authored-by: Ohad Bitton <[email protected]>
  • Loading branch information
ohadbitt and ohbitton authored Mar 26, 2020
1 parent 1075427 commit 944e06c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ link your application with the artifact below in order to use the Azure Data Exp
```
groupId = com.microsoft.azure.kusto
artifactId = spark-kusto-connector
version = 1.1.0
version = 1.1.2
```

**In Maven**:

Look for the following coordinates:
```
com.microsoft.azure.kusto:spark-kusto-connector:1.1.0
com.microsoft.azure.kusto:spark-kusto-connector:1.1.2
```

Or clone this repository and build it locally to add it to your local maven repository,
Expand All @@ -49,7 +49,7 @@ the jar can also be found under the [released package](https://github.com/Azure/
<dependency>
<groupId>com.microsoft.azure.kusto</groupId>
<artifactId>spark-kusto-connector</artifactId>
<version>1.1.0</version>
<version>1.1.2</version>
</dependency>
```

Expand All @@ -58,7 +58,7 @@ the jar can also be found under the [released package](https://github.com/Azure/
Create Library -> Maven with the following coordinates:

```
com.microsoft.azure.kusto:spark-kusto-connector:1.1.0
com.microsoft.azure.kusto:spark-kusto-connector:1.1.2
```

#### Building Samples Module
Expand Down Expand Up @@ -112,8 +112,7 @@ on [Microsoft Azure SDK For Key Vault](https://mvnrepository.com/artifact/com.mi

> **Note:** When working with Databricks, Azure Data Explorer connector requires Azure Data Explorer java client libraries (and azure key-vault library if used) to be installed.
This can be done by accessing Databricks Create Library -> Maven and specifying the following coordinates:
- com.microsoft.azure.kusto:spark-kusto-connector:1.1.0
- com.microsoft.azure.kusto:spark-kusto-connector:1.1.0
- com.microsoft.azure.kusto:spark-kusto-connector:1.1.2

## Documentation

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package com.microsoft.kusto.spark

import java.io.{BufferedWriter, ByteArrayOutputStream, OutputStreamWriter}
import java.nio.charset.StandardCharsets
import java.sql.{Date, Timestamp}
import java.sql.Date
import java.util
import java.util.TimeZone
import java.util.zip.GZIPOutputStream
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<version>${revision}</version>

<properties>
<revision>1.1.1</revision>
<revision>1.1.2</revision>
<scala.version>2.11</scala.version>
<specs2.version>3.6.5</specs2.version>
<spark.version>2.4.0</spark.version>
Expand Down

0 comments on commit 944e06c

Please sign in to comment.