在windows azure中执行Hive查询时出错

时间:2014-05-28 04:42:04

标签: hive

通过powershells连接到windows azure后,我正在执行hive查询只是为了显示表格。但我得到了以下错误。

Invoke-Hive : The remote server returned an error: (403) Forbidden.
At line:1 char:13
+ $response = Invoke-Hive -Query @"
+             ~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Invoke-AzureHDInsightHiveJob], StorageException
    + FullyQualifiedErrorId : Microsoft.WindowsAzure.Storage.StorageException,Microsoft.WindowsAzure.Management.HDInsi
   ght.Cmdlet.PSCmdlets.InvokeHiveCmdlet

你能指导我做什么吗?我正在使用Windows 7 OS Home premium,service pack 1

1 个答案:

答案 0 :(得分:1)

我可以解决此问题。此问题与系统时钟(笔记本电脑时钟)有关。我不得不按照当前时区重新设置我的笔记本电脑时钟,然后通过powershell重新登录以执行配置单元查询,这很顺利。