MicrosoftResearch / Naiad

The Naiad system provides fast incremental and iterative computation for data-parallel workloads

Home Page:http://microsoftresearch.github.io/Naiad/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NaiadAzureSubmission does not work on HDInsight 3.1

mrry opened this issue · comments

Crashes with an exception after uploading files:

Exception The cluster version 3.1.0.227 is not supported by this version of the tools. Please upgrade your tools to the newer version. The compatibility range for these tools is 1.6 - 3.0.
System.NotSupportedException: The cluster version 3.1.0.227 is not supported by this version of the tools. Please upgrade your tools to the newer version. The compatibility range for these tools is 1.6 - 3.0.

Server stack trace:
   at Microsoft.WindowsAzure.Management.HDInsight.JobSubmission.HDInsightHadoopClient.AssertSupportedVersion(Version hdinsightClusterVersion, IVersionFinderClient versionFinderClient)
   at Microsoft.WindowsAzure.Management.HDInsight.JobSubmission.HDInsightHadoopClient.GetJobSubmissionClusterDetails(Boolean ignoreCache)
   at Microsoft.WindowsAzure.Management.HDInsight.JobSubmission.HDInsightHadoopClient.<CreateStreamingJobAsync>d__e.MoveNext()

Exception rethrown at [0]:
   at Microsoft.WindowsAzure.Management.HDInsight.Framework.Core.Library.TaskExtensions.WaitForResult[T](Task`1 task, TimeSpan timeout)
   at Microsoft.WindowsAzure.Management.HDInsight.Framework.Core.Library.TaskExtensions.WaitForResult[T](Task`1 task)
   at Microsoft.WindowsAzure.Management.HDInsight.JobSubmission.HDInsightHadoopClient.CreateStreamingJob(StreamingMapReduceJobCreateParameters streamingMapReduceJobCreateParameters)
   at Microsoft.Research.Peloponnese.ClusterUtils.AzureYarnClient.Submit(XDocument config, String errorLocation) in d:\Users\misard\src\peloponnese\Utils\ClusterClient.cs:line 386
   at Microsoft.Research.Naiad.Cluster.ClusterSubmission.Submit() in c:\gits\naiad\ClusterSubmission\NaiadPeloponneseSupport\ClusterSubmission.cs:line 157
   at Microsoft.Research.Naiad.Cluster.Azure.Program.Run(String[] args) in c:\gits\naiad\ClusterSubmission\AzureSubmission\Program.cs:line 153
   at Microsoft.Research.Naiad.Cluster.Azure.Program.Main(String[] args) in c:\gits\naiad\ClusterSubmission\AzureSubmission\Program.cs:line 161