You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/data-factory/connector-cassandra.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ The following properties are supported for Cassandra linked service:
80
80
| Property | Description | Required |
81
81
|:--- |:--- |:--- |
82
82
| 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.|
84
84
| 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 |
85
85
| port |The TCP port that the Cassandra server uses to listen for client connections. |No (default is 9042) |
86
86
| 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:
91
91
>[!NOTE]
92
92
>Currently connection to Cassandra using TLS is not supported.
93
93
94
-
**Example: version 2.0**
94
+
**Example: version 2.0 (Preview)**
95
95
96
96
```json
97
97
{
@@ -179,7 +179,7 @@ For a full list of sections and properties available for defining activities, se
179
179
180
180
### Cassandra as source
181
181
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:
183
183
184
184
| Property | Description | Required |
185
185
|:--- |:--- |:--- |
@@ -237,19 +237,19 @@ When copying data from Cassandra, the following mappings are used from Cassandra
237
237
| BIGINT |Int64 |Int64 |
238
238
| BLOB |Byte[]|Byte[]|
239
239
| BOOLEAN |Boolean |Boolean |
240
-
| COUNTER | Int64 |Unsupport|
241
-
| DATE | IDate |Unsupport|
240
+
| COUNTER | Int64 |Not supported.|
241
+
| DATE | IDate |Not supported.|
242
242
| DECIMAL |Decimal |Decimal |
243
243
| DOUBLE |Double |Double |
244
-
| DURATION | Int64 |Unsupport|
244
+
| DURATION | Int64 |Not supported.|
245
245
| FLOAT |Single |Single |
246
246
| INET |String |String |
247
247
| INT |Int32 |Int32 |
248
-
| SMALLINT | Short |Unsupport|
248
+
| SMALLINT | Short |Not supported.|
249
249
| TEXT |String |String |
250
250
| TIMESTAMP |DateTime |DateTime |
251
251
| TIMEUUID |Guid |Guid |
252
-
| TINYINT | SByte |Unsupport|
252
+
| TINYINT | SByte |Not supported.|
253
253
| UUID |Guid |Guid |
254
254
| VARCHAR |String |String |
255
255
| VARINT |Decimal |Decimal |
@@ -334,15 +334,15 @@ The Cassandra connector version 2.0 offers new functionalities and is compatible
334
334
| version 2.0 | version 1.0 |
335
335
| --- | --- |
336
336
| 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 |
338
338
339
339
## Upgrade the Cassandra connector
340
340
341
341
Here are steps that help you upgrade the Cassandra connector:
342
342
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).
344
344
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).
346
346
347
347
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).
0 commit comments