I have HDP 2.2 installed on a Windows Server 2012 (on a virtual machine) and try to use Mahout on it. I go to HDP_INSTALLATION_DIR\mahout-0.9\bin\
and execute commands as below (this is a sample command)
mahout seqdirectory -i inputraw -o output-directory -c UTF-8
It prints the following lines and takes about 3 mins to start executing the actual command.
“Mahout home set c:\hdp\mahout-0.9.0.2.2.0.0-2041″
“MAHOUT_LOCAL is not set; adding HADOOP_CONF_DIR to classpath.”
MAHOUT_JOB: c:\hdp\mahout-0.9.0.2.2.0.0-2041\examples\target\mahout-examples-0.9.0.2.2.0.0-2041-job.jar
I wonder to know what is the reason behind this delay?Any better way to execute the command?