问题标签 [azure-data-lake-gen2]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
azure-cosmosdb - 如何使用 ADL 提交 cosmos 脚本
我正在使用 azure 数据湖提交一个 cosmos 脚本,我在 azure 门户中创建了一个名为“cpprodactivityreportsc08”的“Data Lake Analytics”,并尝试通过 Visual Studio 选择目标 VC 是“cpprodactivityreportsc08”来提交 cosmos 脚本,但是我得到以下错误。
“API 版本 '2017-09-01-preview' 不支持作业类型 'Scope'”
python - 从 Azure Databricks 中的 Azure Datalake Gen2 读取 .nc 文件
尝试读取 Azure Databricks 中的 .nc (netCDF4) 文件。
从未使用过 .nc 文件
- 所有必需的 .nc 文件都在 Azure Datalake Gen2 中
/mnt/eco_dailyRain
将上述文件挂载到“ ”处的 Databricks 中
/li>dbutils.fs.ls("/mnt/eco_dailyRain")
可以使用OUTPUT列出 mount 的内容:
只是为了测试是否可以从安装中读取。
确认可以读取镶木地板文件。
输出
但试图读取netCDF4
文件说No such file or directory
代码:
错误
任何线索。
azure - 使用参数化脚本授予对 Azure Data Lake Gen2 的访问权限
我们正在尝试授予对 Azure data Lake gen 2 容器中的许多文件夹的读/写访问权限,尽管我们可以通过 UI 执行此操作,但它非常乏味,并且必须在所有环境中重复。有没有人使用更好的方式使用 Powershell 来自动化或至少参数化授予对 Azure Data Lake gen 2 容器的访问权限的过程并避免手动授予访问权限?
不幸的是,我无法使用以下链接或其他文档来实现它,因为它适用于第 1 代,但它与我需要为第 2 代做的非常相似。 https://www.sqlchick.com/entries/2018/3 /17/assigning-data-permissions-for-azure-data-lake-store-part-3
python - 如何在不下载的情况下直接访问 Azure datalake gen2 中存在的 .txt 文件
如何在不下载的情况下直接访问 Azure datalake gen2 中存在的 .txt 文件。我能够下载并阅读它,但有什么方法可以直接从 gen2 直接读取文件。
我使用了 read_file 方法 DataLakeFileClient() 但是这个方法输出了整个数据,有没有办法逐行读取文件?
azure-data-factory - Storage Accoung V2 访问防火墙,VNET 到数据工厂 V2
我在存储帐户 V2 中有 Blob 容器,具有 VNet 防火墙设置,并且只允许访问 Microsoft 受信任的服务。现在,只要防火墙限制其他服务,当我尝试设置链接服务时,我无法为数据工厂 V2 获得成功的测试连接,并且出现错误:
连接失败 ADLS Gen2 操作失败:操作返回无效状态代码“禁止”。帐户:'mufgpresales'。文件系统:'文件系统'。错误代码:“授权失败”。消息:'此请求无权执行此操作。'。RequestId:'fdc2149f-401f-0027-0b8f-c464ff000000'.. 操作返回无效状态代码“禁止”活动 ID:439d7a8c-254b-4af6-8697-1ff8770e1c40。
我阅读了许多关于使用托管身份和集成运行时的帖子。因此,我使用了数据工厂的托管身份应用程序 ID 并授予了 1 个 blob 容器的所有权限,但我仍然无法让它成功。
我很难出售集成运行时位和额外的虚拟机来托管它。我正在寻找使用 AzureRuntime 的解决方案,我认为这是可能的,但不知道具体如何。有什么建议么?
azure - Access ADLS2 from PowerBI service with Guest user credentials
I've tried to give access to an Active Directory external user (with Guest type). ADLS2 enables to use of such users for RBAC or ACL tables.
But when I tried to access ADLS2 as a guest user from the Power BI service I've got an error: "The credentials provided for the AzureDataLakeStorage source are invalid.":
Is this behavior a bug or a feature?
Is a way to access ALDS2 as a Guest user?
powershell - Grant access to separate Data Lake Gen 2 folders for different users using PowerShell
Although I can grant access to different users in Azure Data Lake Gen 2 using Powershell, I'd like to be able to grant access so that each user has access to their own separate folders with each Data Lake Gen 2 container e.g. Within Container 1, User A has access to sub folder A and User B has access to Sub Folder B. This is possible using the Storage explorer UI but I'm unable to do so using PowerShell commands.