I have successfully install CDH4 using cloudera manager. Nodes are working
fine, also I can upload file to HDFS and browse that file.
But now I want to run my map reduce program, which need a custom xml and
properties files. Also I want to change the default hdfs and mapred port
from 8020 and 8021 to something else. Therefore, to make this properties
file and configuration available I have done below steps:
I have create a directory say clientconf in /etc/hadoop directory
Run below command:
*alternatives --set hadoop-conf /etc/hadoop/clientconf*
And put the updated core-site.xml and mapred-site.xml in
/etc/hadoop/clientconf directory. Also put my project dependent xml and
properties files in /etc/hadoop/clientconf
Then from cloudera manager UI, I click on the "deploy client
configuration". But it has no effect on the actual installation and also my
M/R job can't found the custom xml or properties files in
/var/run/cloudera-scm-agent/process/<processid>-mapreduce-TASKTRACKER
folder.
Do I miss something?
To unsubscribe from this group and stop receiving emails from it, send an email to scm-users+unsubscribe@cloudera.org.