简体   繁体   中英

How to upload data to Jupyter Notebook from blob storage in Azure?

I created cluster on HDInsight (Azure), created Ipython Notebook and uploaded text file to blob storage. How can I upload it to notebook? Hope there is some url of this file in blob storage.

Jupyter notebooks are a web-based UI to run queries against HDInsight (and other data sources). They do not have a mechanism to upload data into blob storage; they are only able to tell Apache Spark (for example) to query data within blob storage.

To work with data within HDInsight Azure, you will need to upload the files into HDFS or into blob storage (the latter is the more common mechanism). To upload data into blob storage, here are some good references:

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM