You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Tom White (JIRA)" <ji...@apache.org> on 2009/11/25 22:58:39 UTC

[jira] Created: (HADOOP-6393) Allow master to run on larger EC2 instance

Allow master to run on larger EC2 instance
------------------------------------------

                 Key: HADOOP-6393
                 URL: https://issues.apache.org/jira/browse/HADOOP-6393
             Project: Hadoop Common
          Issue Type: New Feature
          Components: contrib/ec2
            Reporter: Tom White


The namenode often needs more memory, so it would be useful to allow it to be run on a different instance size.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HADOOP-6393) Allow master to run on larger EC2 instance

Posted by "Tom White (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom White resolved HADOOP-6393.
-------------------------------

    Resolution: Not A Problem

I realized that this is actually already supported as long as you launch the master separately:

{code}
hadoop-ec2 launch-master --instance-type=c1.xlarge my-hadoop-cluster
hadoop-ec2 launch-slaves my-hadoop-cluster 10 # use the instance type set in the configuration
{code}

> Allow master to run on larger EC2 instance
> ------------------------------------------
>
>                 Key: HADOOP-6393
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6393
>             Project: Hadoop Common
>          Issue Type: New Feature
>          Components: contrib/cloud
>            Reporter: Tom White
>
> The namenode often needs more memory, so it would be useful to allow it to be run on a different instance size.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.