I'm logged into the HDInsight remote desktop machine and I'm on the Hadoop Console. But when I type Hive I get command not recognized although it works on my developer preview. Have I not configured my HDinsight cluster correctly. Any pointers would be appreciated.

有帮助吗?

解决方案

From the Hadoop command prompt, type the following command:

cd %hive_home%\bin

It is recommended to submit hive job using Windows Azure PowerShell or HDInsight .NET SDK. For more information, see http://www.windowsazure.com/en-us/manage/services/hdinsight/submit-hadoop-jobs-programmatically/.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top