MS Azure를 처음 사용했습니다.하늘색 동영상 추천 예제를 실행할 수없는 이유는 무엇입니까?
영화 추천 사례를 실행하는 것에 대해 질문이 있습니다. PowerShell을 이미 설치 했으므로 hdInsight의 버전은 3.1이고, 뒤에 나는 the tutorial입니다.
# Create the job definition
$jobDefinition = New-AzureHDInsightMapReduceJobDefinition `
-JarFile $jarFile `
-ClassName "org.apache.mahout.cf.taste.hadoop.item.RecommenderJob" `
-Arguments $jobArguments
오류가 jarfile가에 관한 것입니다 : 는하지만 다음 코드를 할 수 없습니다.
New-AzureHDInsightMapReduceJobDefinition : 無法將 'System.Object[]' 轉換為 'JarFile' 參數所需的 'System.String' 型別。不支援指定的方法。
位於 線路:2 字元:12
+ -JarFile $jarFile `
+ ~~~~~~~~
+ CategoryInfo : InvalidArgument: (:) [New-AzureHDInsightMapReduceJobDefinition],ParameterBindingException
+ FullyQualifiedErrorId : CannotConvertArgument,Microsoft.WindowsAzure.Management.HDInsight.Cmdlet.PSCmdlets.NewAzureHDIn
sightMapReduceDefinitionCmdlet
는 사람이 해결에 대한 아이디어가 있습니까 : 여기
오류인가?
답장을 보내 주셔서 감사합니다. 나는 그것을 시도 할 것이다! – KST
@Larry Franks 확인해주세요. http://stackoverflow.com/questions/29454864/error-in-running-movie-recommendations-by-using-apache-mahout-with-hdinsight 감사합니다 .. – Arnab