auzre databricks install an application but a command cannot be entered from the databricks notebook

我的未来我决定 提交于 2020-05-17 04:49:09

问题


I am trying to install an application on Azure databricks from python3.

From the databricks notebook:

%sh
cd  /dbfs/my_path/app_files/my_app/ #( there is a makefile here)
make

Enter soft-link target file or directory for "lib/include/xxx_app_name" (return if not needed): 

I cannot use shell to access azure databricks, how I can enter the necessary command for the interactive command line ?

thanks

来源:https://stackoverflow.com/questions/61702105/auzre-databricks-install-an-application-but-a-command-cannot-be-entered-from-the

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