συμβάν
31 Μαρ, 11 μ.μ. - 2 Απρ, 11 μ.μ.
Το μεγαλύτερο συμβάν εκμάθησης Fabric, Power BI και SQL. 31 Μαρτίου – 2 Απριλίου. Χρησιμοποιήστε τον κωδικό FABINSIDER για να εξοικονομήσετε 400 $.
Εγγραφείτε σήμεραΑυτό το πρόγραμμα περιήγησης δεν υποστηρίζεται πλέον.
Κάντε αναβάθμιση σε Microsoft Edge για να επωφεληθείτε από τις τελευταίες δυνατότητες, τις ενημερώσεις ασφαλείας και την τεχνική υποστήριξη.
The Hadoop Filesystem driver that is compatible with Azure Data Lake Storage is known by its scheme identifier abfs
(Azure Blob File System). Consistent with other Hadoop Filesystem drivers, the ABFS driver employs a URI format to address files and directories within a Data Lake Storage enabled account.
The Azure Blob File System driver can be used with the Data Lake Storage endpoint of an account even if that account does not have a hierarchical namespace enabled. If the storage account does not have a hierarchical namespace, then the shorthand URI syntax is:
abfs[s]1://<file_system>2@<account_name>3.dfs.core.windows.net/<path>4/<file_name>5
Scheme identifier: The abfs
protocol is used as the scheme identifier. If you add an s
at the end (abfss) then the ABFS Hadoop client driver will always use Transport Layer Security (TLS) irrespective of the authentication method chosen. If you choose OAuth as your authentication, then the client driver will always use TLS even if you specify abfs
instead of abfss
because OAuth solely relies on the TLS layer. Finally, if you choose to use the older method of storage account key, then the client driver interprets abfs
to mean that you don't want to use TLS.
File system: The parent location that holds the files and folders. This is the same as containers in the Azure Storage Blob service.
Account name: The name given to your storage account during creation.
Paths: A forward slash delimited (/
) representation of the directory structure.
File name: The name of the individual file. This parameter is optional if you're addressing a directory.
However, if the account you want to address does have a hierarchical namespace, then the shorthand URI syntax is:
/<path>1/<file_name>2
Path: A forward slash delimited (/
) representation of the directory structure.
File Name: The name of the individual file.
συμβάν
31 Μαρ, 11 μ.μ. - 2 Απρ, 11 μ.μ.
Το μεγαλύτερο συμβάν εκμάθησης Fabric, Power BI και SQL. 31 Μαρτίου – 2 Απριλίου. Χρησιμοποιήστε τον κωδικό FABINSIDER για να εξοικονομήσετε 400 $.
Εγγραφείτε σήμεραΕκπαίδευση
Λειτουργική μονάδα
Access data from Azure Blob Storage by using multiple protocols - Training
You can access your data from Azure Blob Storage by using different protocols such as representational state transfer (REST), Hadoop Distributed File System (HDFS), Network File System (NFS), and Secure File Transfer Protocol (SFTP).
Πιστοποίηση
Microsoft Certified: Azure Data Engineer Associate - Certifications
Demonstrate understanding of common data engineering tasks to implement and manage data engineering workloads on Microsoft Azure, using a number of Azure services.
Τεκμηρίωση
The Azure Blob Filesystem driver for Azure Data Lake Storage - Azure Storage
Learn about the Azure Blob Filesystem driver (ABFS), a dedicated Azure Storage driver for Hadoop. Access data in Azure Data Lake Storage using this driver.
Tutorial: Azure Data Lake Storage, Azure Databricks & Spark - Azure Storage
This tutorial shows how to run Spark queries on an Azure Databricks cluster to access data in an Azure Data Lake Storage storage account.
Connect to Azure Data Lake Storage Gen2 and Blob Storage - Azure Databricks
Learn how to configure Azure Databricks to use the ABFS driver to read and write data stored on Azure Data Lake Storage Gen2 and Blob Storage.