Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 8bff01b

Browse files
authored
Merge pull request #13251 from CarlRabeler/hdfs
remove hdfs
2 parents 7059952 + edcb5b3 commit 8bff01b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/t-sql/statements/create-external-table-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "CREATE EXTERNAL TABLE (Transact-SQL) | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: 07/29/2019
4+
ms.date: 12/16/2019
55
ms.prod: sql
66
ms.prod_service: "database-engine, sql-database, sql-data-warehouse, pdw"
77
ms.reviewer: ""
@@ -156,7 +156,7 @@ This example shows how the three REJECT options interact with each other. For ex
156156
- The PolyBase query fails with 50% rejected rows after attempting to return the first 200 rows. Notice that matching rows have been returned before the PolyBase query detects the reject threshold has been exceeded.
157157

158158
DATA_SOURCE
159-
An external data source such as data stored in a Hadoop File System, Azure blob storage, or a [shard map manager](https://azure.microsoft.com/documentation/articles/sql-database-elastic-scale-shard-map-management/).
159+
An external data source such as data stored in Azure blob storage or a [shard map manager](https://azure.microsoft.com/documentation/articles/sql-database-elastic-scale-shard-map-management/).
160160

161161
SCHEMA_NAME
162162
The SCHEMA_NAME clause provides the ability to map the external table definition to a table in a different schema on the remote database. Use this clause to disambiguate between schemas that exist on both the local and remote databases.

0 commit comments

Comments
 (0)