Skip to content

Commit 9e88610

Browse files
committed
Update
1 parent 892a587 commit 9e88610

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

articles/data-factory/connector-cassandra.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ The following properties are supported for Cassandra linked service:
8080
| Property | Description | Required |
8181
|:--- |:--- |:--- |
8282
| type |The type property must be set to: **Cassandra** |Yes |
83-
| version | The version that you specify. The value is `2.0`. | Yes for version 2.0 |
83+
| version | The version that you specify. The value is `2.0`. | Yes for version 2.0, not supported for version 1.0. |
8484
| host |One or more IP addresses or host names of Cassandra servers.<br/>Specify a comma-separated list of IP addresses or host names to connect to all servers concurrently. |Yes |
8585
| port |The TCP port that the Cassandra server uses to listen for client connections. |No (default is 9042) |
8686
| authenticationType | Type of authentication used to connect to the Cassandra database.<br/>Allowed values are: **Basic**, and **Anonymous**. |Yes |
@@ -91,7 +91,7 @@ The following properties are supported for Cassandra linked service:
9191
>[!NOTE]
9292
>Currently connection to Cassandra using TLS is not supported.
9393
94-
**Example: version 2.0**
94+
**Example: version 2.0 (Preview)**
9595

9696
```json
9797
{
@@ -179,7 +179,7 @@ For a full list of sections and properties available for defining activities, se
179179

180180
### Cassandra as source
181181

182-
If you use version 2.0 to copy data from Cassandra, set the source type in the copy activity to **CassandraSource**. The following properties are supported in the copy activity **source** section:
182+
If you use version 2.0 (Preview) to copy data from Cassandra, set the source type in the copy activity to **CassandraSource**. The following properties are supported in the copy activity **source** section:
183183

184184
| Property | Description | Required |
185185
|:--- |:--- |:--- |
@@ -237,19 +237,19 @@ When copying data from Cassandra, the following mappings are used from Cassandra
237237
| BIGINT |Int64 |Int64 |
238238
| BLOB |Byte[] |Byte[] |
239239
| BOOLEAN |Boolean |Boolean |
240-
| COUNTER | Int64 | Unsupport |
241-
| DATE | IDate | Unsupport |
240+
| COUNTER | Int64 | Not supported. |
241+
| DATE | IDate | Not supported. |
242242
| DECIMAL |Decimal |Decimal |
243243
| DOUBLE |Double |Double |
244-
| DURATION | Int64 | Unsupport |
244+
| DURATION | Int64 | Not supported. |
245245
| FLOAT |Single |Single |
246246
| INET |String |String |
247247
| INT |Int32 |Int32 |
248-
| SMALLINT | Short | Unsupport |
248+
| SMALLINT | Short | Not supported. |
249249
| TEXT |String |String |
250250
| TIMESTAMP |DateTime |DateTime |
251251
| TIMEUUID |Guid |Guid |
252-
| TINYINT | SByte | Unsupport |
252+
| TINYINT | SByte | Not supported. |
253253
| UUID |Guid |Guid |
254254
| VARCHAR |String |String |
255255
| VARINT |Decimal |Decimal |
@@ -334,15 +334,15 @@ The Cassandra connector version 2.0 offers new functionalities and is compatible
334334
| version 2.0 | version 1.0 |
335335
| --- | --- |
336336
| Support CQL query. | Support SQL-92 query or CQL query. |
337-
| Support the following new data type mappings. <br><br> DATE -> IDate <br> SMALLINT -> Short <br> TINYINT -> SByte <br> COUNTER -> Int64 <br> DURATION -> Int64 | Unsupport the following new data type mappings. <br><br> DATE <br> SMALLINT <br> TINYINT <br> COUNTER <br> DURATION |
337+
| Support the following new data type mappings. <br><br> DATE -> IDate <br> SMALLINT -> Short <br> TINYINT -> SByte <br> COUNTER -> Int64 <br> DURATION -> Int64 | The following new data type mappings are not supported. <br><br> DATE <br> SMALLINT <br> TINYINT <br> COUNTER <br> DURATION |
338338

339339
## Upgrade the Cassandra connector
340340

341341
Here are steps that help you upgrade the Cassandra connector:
342342

343-
1. In **Edit linked service** page, select **2.0 (Preview)** under **Version** and configure the linked service by referring to [linked service version 2.0 properties](#version-20).
343+
1. In **Edit linked service** page, select **2.0 (Preview)** under **Version** and configure the linked service by referring to [Linked service properties](#linked-service-properties).
344344

345-
2. If you use `query` in the copy activity source for version 2.0,Learn more about [Cassandra as source](#cassandra-as-source).
345+
2. If you use `query` in the copy activity source for version 2.0, see [Cassandra as source](#cassandra-as-source).
346346

347347
3. The data type mapping for version 2.0 is different from that for version 1.0. To learn the latest data type mapping, see [Data type mapping for Cassandra](#data-type-mapping-for-cassandra).
348348

0 commit comments

Comments
 (0)