windows - HDInsight 错误

标签 windows azure hadoop azure-hdinsight cortana-intelligence

我按照下面显示的链接中的步骤将 Hadoop 2.2 群集与 HDInsight 结合使用。 http://azure.microsoft.com/en-us/documentation/articles/hdinsight-get-started-30/

在“运行字数统计图缩减作业”部分中,我很难获取步骤 4 中的消息。在 PowerShell 中,我输入以下命令:

提交作业

选择-AzureSubscription $subscriptionName $wordCountJob = Start-AzureHDInsightJob -Cluster $clusterName -JobDefinition $wordCountJobDefinition

我不断收到一条错误,指出存在 ParameterArgumentValidationError。我可以使用什么命令来避免出现这些错误?

我刚开始使用 Azure,确实需要一些帮助:)

最佳答案

这是两个独立的 cmdlet:

第一个是: 选择-AzureSubscription $subscriptionName

如果您的 Azure 帐户只有一项订阅,则可以跳过此 cmdlet。

第二个 cmdlet 是:

$wordCountJob = 开始-AzureHDInsightJob -Cluster $clusterName -JobDefinition $wordCountJobDefinition

关于windows - HDInsight 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22848848/

相关文章:

c++ - 使用管道从子进程重定向 I/O - winapi

c++ - window操作系统下c控制台运行时禁用全键鼠

Windows malloc 替换(例如,tcmalloc)和动态 crt 链接

c# - FabricConnectionDeniedException - 在哪里设置 Azure Service Fabric 连接?

c# - 如何将用户的消息存储在表存储中? (微软机器人框架 SDK4 和 C#)

Hadoop 计数器可视化

hadoop - DataNode 无法与 Hadoop 2.2 中的 NameNode 通信

c++ - SHGetFolderPath 已弃用 : What is alternative to retrieve path for Windows folders?

python - 如何使用 Python 为 Azure 进行原始 REST 调用

hadoop - 跨节点的数据移动是否发生在 Reducer 阶段? MapReduce