我试图使用azure command-line interface。
我导入了清单文件,并且能够运行azure hdinsight -h
和azure account list
(这给了我很好的凭据)。
但是,我无法使用
列出我的HDInsight群集azure hdinsight cluster list
这会返回以下错误:
- Getting HDInsight serverserror: tunneling socket could not be established, cause=1500:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:openssl\ssl\s23_clnt.c:766:
info: Error information has been recorded to azure.err
error: hdinsight cluster list command failed
执行azure hdinsight account storage create storagename
我是否错过了安装中的一个步骤,或者出现了什么问题?我在代理服务器后面工作,并且设置了http_proxy
和https_proxy
。
答案 0 :(得分:0)
为了继续进行该项目,您还可以从门户网站本身启动Powershell并从那里执行PowerShell Commandlet。 (在Azure中称为CloudShell,单击此突出显示的图标,我刚刚从门户启动了PowerShell窗口并执行了“ azure hdinsight群集列表”,它返回了我的群集列表。 有关Azure Powershell的更多详细信息,请访问: https://azure.microsoft.com/en-us/blog/powershell-comes-to-azure-cloud-shell/ 和 https://docs.microsoft.com/en-us/azure/cloud-shell/quickstart-powershell