3
votes

My task is to migrate our data store which is currently located on a network drive to Azure Data Lake Store or Blob Storage, as well as to migrate the ingestion and postprocessing software. If I can mount Azure Data Lake Store or Blob Storage as a drive, it would make my task much easier.

3

3 Answers

2
votes

I would advise against this approach. It makes more sense to abstract the details of storage in your software, therefore your application has no clue what type of storage is being used. It sounds like you have a massive coupling issues (technical debt) as your root cause. While mounting may work, it may not scale. So your mileage may vary.

1
votes

You can mount Azure blob/datalake using goofys: https://github.com/kahing/goofys/blob/master/README-azure.md