简体   繁体   English

Stream 分析作业未从 ADLS2 读取数据

[英]Stream analytics job not reading data from ADLS2

I have created input using ADLS Gen2 data stream option.我使用 ADLS Gen2 数据 stream 选项创建了输入。 I have added path pattern (upto folder which gets continuous data from eventhub).我添加了路径模式(最多从 eventhub 获取连续数据的文件夹)。 Test connection is successful but when I try to run query or sample data, it fails and error is:测试连接成功,但是当我尝试运行查询或示例数据时,它失败了,错误是:

Diagnostics: While sampling data, no data was received from '1' partitions.

Appreciate your help in advance.提前感谢您的帮助。

Thank you Florian Eiden andSwati for your valuable discussions and suggestions.感谢Florian EidenSwati的宝贵讨论和建议。 Posting it as answer to help other community members.将其作为答案发布以帮助其他社区成员。

Used Event Hub directly as data streaming input instead of ADLS Gen2 data streaming option (that gets continuous data from Event Hub).直接使用事件中心作为数据流输入,而不是 ADLS Gen2 数据流选项(从事件中心获取连续数据)。 This is more efficient option.这是更有效的选择。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用fastparquet将append a dataframe数据写入adls2中的现有文件 - How can append a dataframe data to an existing file in adls2 using fastparquet Azure Stream 分析:如果作业查询是一天明智的 TUMBLINGWINDOW,stream 分析作业何时实际处理数据? - Azure Stream Analytics: When does a stream analytics job actually process data if the job query is a day wise TUMBLINGWINDOW? ADLS 文件中的 Databricks 作业小部件 - Databricks job widgets from ADLS file 从运动流中读取数据失败 - Reading data from kinesis stream unsuccessfully 从 S3 stream 读取和处理数据 - Reading and processing data from an S3 stream 从 azure 日志分析中的自定义日志中读取数据 - Reading data from a custom log in azure log analytics Azure Stream 分析作业 - 转换查询 - ARM 模板中的正确格式 - Azure Stream Analytics Job - Transformation Query - correct formatting in ARM template 使用 pyspark 将数据从 adls 推送到专用的 sql 池 - Push data from adls to dedicated sql pool with pyspark 如何在 Stream 分析作业查询中模拟 System.Timestamp()? - How to mock System.Timestamp() in Stream Analytics Job query? 在流生成器中从 firebase firestore 集合中读取数据 - reading data from firebase firestore collection at stream builder
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM