You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by Apache Wiki <wi...@apache.org> on 2007/09/06 19:55:23 UTC

[Lucene-hadoop Wiki] Update of "AmazonEC2" by StuHood

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Lucene-hadoop Wiki" for change notification.

The following page has been changed by StuHood:
http://wiki.apache.org/lucene-hadoop/AmazonEC2

The comment on the change is:
Update the "terminate" command for Hadoop 0.14.0

------------------------------------------------------------------------------
   * You can login to the master node from your workstation by typing: {{{
  % bin/hadoop-ec2 login
  }}}
+  * When you have finished, shutdown the cluster with the following:
+    * For Hadoop 0.14.0 and newer:{{{
+ % bin/hadoop-ec2 terminate-cluster
+ }}}
-  * When you have finished, shutdown the cluster with the following. /!\ '''Note that this command will terminate ''all'' your EC2 instances. See [https://issues.apache.org/jira/browse/HADOOP-1504 HADOOP-1504].'''{{{
+    * For Hadoop 0.13.1 and older: /!\ '''NB: this command will terminate ''all'' your EC2 instances. See [https://issues.apache.org/jira/browse/HADOOP-1504 HADOOP-1504].'''{{{
  % bin/hadoop-ec2 terminate
  }}}