You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an open source project, so I really can't complain. But, while trying to work with dask-cloudprovider (for azure), I am encountering with issues after issue at different steps. That concerns me a lot about the basic sanity and stability of the product.
Further to that I see this commit to azureml-examples repository:
"remove dask-cloudprovider givne instability and lack of support"
With this, I am not sure if I should continue my effort of trying to use dask_cloudprovider within Azure ML pipeline (as a part of my day job).
Would appreciate if anyone from the dask-cloudprovider brief about the status of the project at this point of time.
Thanks for taking the time to raise these issues @arnabbiswas1.
Dask Cloudprovider contains cluster managers for a variety of different cloud platforms. Currently the AzureMLCluster is maintained by the AzureML team.
We are working to add a new cluster manager for Azure in #175 which will use Azure VMs directly instead of the AzureML API. The AzureML folks have indicated that they want to remove the AzureMLCluster in favour of the new more generic AzureVMCluster.
Steps to reproduce:
I have created Dask Cluster inside AzureML environment using the following code:
Next open the jupyter lab using the link returned by
amlcluster.jupyter_link
As per my understanding I am into the scheduler node of the cluster now.
On the Jupyter notebook, try the following code (from the repository azureml-examples):
It returns the following error:
RuntimeError: Decompression 'SNAPPY' not available. Options: ['GZIP', 'LZ4', 'UNCOMPRESSED']
This is seems to be an old issue. But, since I have not created this environment manually, I don't know what is the problem?
The text was updated successfully, but these errors were encountered: