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

Commit 650bcd5

Browse files
authored
Merge pull request #1911 from ujjwalpatel910/patch-1
Added a note column -Supportability
2 parents c017b8a + 4bcb74c commit 650bcd5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/t-sql/statements/create-external-data-source-transact-sql.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,10 @@ To ensure successful PolyBase queries in the event of Hadoop NameNode failover,
320320
All data sources defined on the same Hadoop cluster location must use the same setting for RESOURCE_MANAGER_LOCATION or JOB_TRACKER_LOCATION. If there is inconsistency, a runtime error will occur.
321321
322322
If the Hadoop cluster is set up with a name and the external data source uses the IP address for the cluster location, PolyBase must still be able to resolve the cluster name when the data source is used. To resolve the name, you must enable a DNS forwarder.
323+
324+
Currently an SAS token with type `hadoop` is unsupported, and it is only supported with a Storage account access key. Attempting to create an external data source with type `hadoop` and using a SAS credential might fail with the error:
325+
326+
`Msg 105019, Level 16, State 1 - EXTERNAL TABLE access failed due to internal error: 'Java exception raised on call to HdfsBridge_Connect. Java exception message: Parameters provided to connect to the Azure storage account are not valid.: Error [Parameters provided to connect to the Azure storage account are not valid.] occurred while accessing external file.'`
323327
324328
## Locking
325329
Takes a shared lock on the EXTERNAL DATA SOURCE object.

0 commit comments

Comments
 (0)