I have installed HDP on Windows Server 2012 according to the instruction in the manual but when I run the smoketest I get the following error message
Run-HadoopSmokeTest : Error copying the input file for the Hadoop smoke test
At line:1 char:1
+ Run-HadoopSmokeTest
+ ~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorExcep
tion
+ FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorExceptio
n,Run-HadoopSmokeTest
gci : Cannot find path ‘C:\share\hadoop\mapreduce’ because it does not exist.
At C:\hdp\Run-SmokeTests.ps1:62 char:26
+ $hadoopExamplesJAR = gci
“$ENV:HADOOP_COMMON_HOME\share\hadoop\mapreduce\had …
What have I done wrong?