[
https://issues.apache.org/jira/browse/MAPREDUCE-1033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12864892#action_12864892
]
Tom White commented on MAPREDUCE-1033:
--------------------------------------
Files that should be in mapreduce/conf
{noformat}
capacity-scheduler.xml
capacity-scheduler.xml.template
fair-scheduler.xml
fair-scheduler.xml.template
mapred-queue-acls.xml
mapred-queue-acls.xml.template
mapred-site.xml
mapred-site.xml.template
taskcontroller.cfg
{noformat}
Files that should be in hdfs/conf
{noformat}
hdfs-site.xml
hdfs-site.xml.template
{noformat}
We could add configuration.xsl too (i.e. have it in all conf directories). Does
this look right?
Also, the bin scripts are all in common - we should move these too.
hdfs/bin:
{noformat}
hdfs
hdfs-config.sh
start-balancer.sh
start-dfs.sh
stop-dfs.sh
{noformat}
mapreduce/bin:
{noformat}
mapred
mapred-config.sh
start-mapred.sh
stop-mapred.sh
{noformat}
> Resolve location of configuration files after project split
> -----------------------------------------------------------
>
> Key: MAPREDUCE-1033
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1033
> Project: Hadoop Map/Reduce
> Issue Type: Sub-task
> Affects Versions: 0.21.0
> Reporter: Vinod K V
> Priority: Blocker
> Fix For: 0.21.0
>
>
> At present, all the sub-projects - common, hdfs and mapreduce - have copies
> of all the configuration files. Common configuration files should be left in
> common, mapreduce specific files should be moved to mapreduce project, same
> with hdfs related files.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.