How to use Azure Data Lake Store as an input data set for Azure ML?

痴心易碎 提交于 2019-12-31 05:28:27

问题


I am moving data into Azure Data Lake Store and processing it using Azure Data Lake Analytics. Data is in form of XML and I am reading it through XML Extractor. Now I want to access this data from Azure ML and it looks like Azure Data Lake store is not directly supported at the moment.

What are the possible ways to use Azure Data Lake Store with Azure ML?


回答1:


Right now, Azure Data Lake Store is not a supported source, as you note. That said, Azure Data Lake Analytics can also be used to write data out to Azure Blob Store, and so you can use that as an approach to process the data in U-SQL and then stage it for Azure Machine Learning to process it from Blob store. When Azure ML supports Data Lake store, then you can switch that over.



来源:https://stackoverflow.com/questions/36127510/how-to-use-azure-data-lake-store-as-an-input-data-set-for-azure-ml

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!