You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@whirr.apache.org by "Andrei Savu (JIRA)" <ji...@apache.org> on 2011/08/04 07:58:34 UTC

[jira] [Updated] (WHIRR-342) hadoop/hbase configuration & active roles on a node

     [ https://issues.apache.org/jira/browse/WHIRR-342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrei Savu updated WHIRR-342:
------------------------------

    Fix Version/s: 0.6.0

> hadoop/hbase configuration & active roles on a node
> ---------------------------------------------------
>
>                 Key: WHIRR-342
>                 URL: https://issues.apache.org/jira/browse/WHIRR-342
>             Project: Whirr
>          Issue Type: Improvement
>          Components: service/hadoop, service/hbase
>            Reporter: Bruno Dumon
>             Fix For: 0.6.0
>
>
> The following limitations exist with the generation of hadoop-(core|hdfs|mapred).xml and hbase-site.xml (assuming WHIRR-339 applied):
>  * they are not generated by all roles (e.g. tasktracker, thrift server, ...), by consequence running these roles by themselves on a node unaccompagnied of a role that does generate them will not work.
>  * running two roles on the same node that generate the same files does not work as it should, as the generated contents gets appended twice to the same file, causing non-well-formed XML. This is because of the usage of jcloud's Statements.appendFile.
> The cheapest solution would be to replace Statements.appendFile with something similar but without the 'append' behavior, thus rather a 'Statements.overwriteFile' (not available in jclouds afaics).
> This of course assumes that when different roles are writing the same files, that they put the same contents in them, so that the overwriting does not matter.
> Alternatively, things could be made smarter so that the same configuration is only generated once for all roles.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira