You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whirr.apache.org by as...@apache.org on 2012/02/23 23:57:11 UTC

svn commit: r1293009 - in /whirr/branches/branch-0.7: ./ build-tools/ cli/ core/ examples/ services/cassandra/ services/cdh/ services/chef/ services/elasticsearch/ services/ganglia/ services/hadoop/ services/hama/ services/hbase/ services/mahout/ servi...

Author: asavu
Date: Thu Feb 23 22:57:11 2012
New Revision: 1293009

URL: http://svn.apache.org/viewvc?rev=1293009&view=rev
Log:
Preparing for release 0.7.1

Modified:
    whirr/branches/branch-0.7/CHANGES.txt
    whirr/branches/branch-0.7/build-tools/pom.xml
    whirr/branches/branch-0.7/cli/pom.xml
    whirr/branches/branch-0.7/core/pom.xml
    whirr/branches/branch-0.7/examples/pom.xml
    whirr/branches/branch-0.7/pom.xml
    whirr/branches/branch-0.7/services/cassandra/pom.xml
    whirr/branches/branch-0.7/services/cdh/pom.xml
    whirr/branches/branch-0.7/services/chef/pom.xml
    whirr/branches/branch-0.7/services/elasticsearch/pom.xml
    whirr/branches/branch-0.7/services/ganglia/pom.xml
    whirr/branches/branch-0.7/services/hadoop/pom.xml
    whirr/branches/branch-0.7/services/hama/pom.xml
    whirr/branches/branch-0.7/services/hbase/pom.xml
    whirr/branches/branch-0.7/services/mahout/pom.xml
    whirr/branches/branch-0.7/services/puppet/pom.xml
    whirr/branches/branch-0.7/services/voldemort/pom.xml
    whirr/branches/branch-0.7/services/zookeeper/pom.xml
    whirr/branches/branch-0.7/src/site/site.xml
    whirr/branches/branch-0.7/src/site/xdoc/release-notes.xml
    whirr/branches/branch-0.7/src/site/xdoc/whirr-in-5-minutes.xml

Modified: whirr/branches/branch-0.7/CHANGES.txt
URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.7/CHANGES.txt?rev=1293009&r1=1293008&r2=1293009&view=diff
==============================================================================
--- whirr/branches/branch-0.7/CHANGES.txt (original)
+++ whirr/branches/branch-0.7/CHANGES.txt Thu Feb 23 22:57:11 2012
@@ -1,6 +1,6 @@
 Apache Whirr Change Log
 
-Release 0.7.1
+Release 0.7.1 - 2012-02-23
 
   IMPROVEMENTS
 

Modified: whirr/branches/branch-0.7/build-tools/pom.xml
URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.7/build-tools/pom.xml?rev=1293009&r1=1293008&r2=1293009&view=diff
==============================================================================
--- whirr/branches/branch-0.7/build-tools/pom.xml (original)
+++ whirr/branches/branch-0.7/build-tools/pom.xml Thu Feb 23 22:57:11 2012
@@ -20,7 +20,7 @@
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-build-tools</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.0</version>
+  <version>0.7.1</version>
   <name>Apache Whirr Build Tools</name>
   <distributionManagement>
     <repository>

Modified: whirr/branches/branch-0.7/cli/pom.xml
URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.7/cli/pom.xml?rev=1293009&r1=1293008&r2=1293009&view=diff
==============================================================================
--- whirr/branches/branch-0.7/cli/pom.xml (original)
+++ whirr/branches/branch-0.7/cli/pom.xml Thu Feb 23 22:57:11 2012
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.0</version>
+    <version>0.7.1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-cli</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.0</version>
+  <version>0.7.1</version>
   <name>Apache Whirr CLI</name>
   <dependencies>
     <dependency>

Modified: whirr/branches/branch-0.7/core/pom.xml
URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.7/core/pom.xml?rev=1293009&r1=1293008&r2=1293009&view=diff
==============================================================================
--- whirr/branches/branch-0.7/core/pom.xml (original)
+++ whirr/branches/branch-0.7/core/pom.xml Thu Feb 23 22:57:11 2012
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.0</version>
+    <version>0.7.1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-core</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.0</version>
+  <version>0.7.1</version>
   <name>Apache Whirr Core</name>
   <dependencies>
     <dependency>

Modified: whirr/branches/branch-0.7/examples/pom.xml
URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.7/examples/pom.xml?rev=1293009&r1=1293008&r2=1293009&view=diff
==============================================================================
--- whirr/branches/branch-0.7/examples/pom.xml (original)
+++ whirr/branches/branch-0.7/examples/pom.xml Thu Feb 23 22:57:11 2012
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.0</version>
+    <version>0.7.1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-examples</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.0</version>
+  <version>0.7.1</version>
   <name>Apache Whirr Examples</name>
   <dependencies>
     <dependency>

Modified: whirr/branches/branch-0.7/pom.xml
URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.7/pom.xml?rev=1293009&r1=1293008&r2=1293009&view=diff
==============================================================================
--- whirr/branches/branch-0.7/pom.xml (original)
+++ whirr/branches/branch-0.7/pom.xml Thu Feb 23 22:57:11 2012
@@ -27,7 +27,7 @@
 
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr</artifactId>
-  <version>0.7.0</version>
+  <version>0.7.1</version>
   <packaging>pom</packaging>
   
   <name>Whirr</name>

Modified: whirr/branches/branch-0.7/services/cassandra/pom.xml
URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.7/services/cassandra/pom.xml?rev=1293009&r1=1293008&r2=1293009&view=diff
==============================================================================
--- whirr/branches/branch-0.7/services/cassandra/pom.xml (original)
+++ whirr/branches/branch-0.7/services/cassandra/pom.xml Thu Feb 23 22:57:11 2012
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.0</version>
+    <version>0.7.1</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-cassandra</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.0</version>
+  <version>0.7.1</version>
   <name>Apache Whirr Cassandra</name>
   <dependencies>
     <dependency>
@@ -65,7 +65,7 @@
     <dependency>
       <groupId>org.apache.cassandra</groupId>
       <artifactId>cassandra-all</artifactId>
-      <version>0.7.0</version>
+      <version>0.7.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.cassandra.deps</groupId>

Modified: whirr/branches/branch-0.7/services/cdh/pom.xml
URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.7/services/cdh/pom.xml?rev=1293009&r1=1293008&r2=1293009&view=diff
==============================================================================
--- whirr/branches/branch-0.7/services/cdh/pom.xml (original)
+++ whirr/branches/branch-0.7/services/cdh/pom.xml Thu Feb 23 22:57:11 2012
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.0</version>
+    <version>0.7.1</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-cdh</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.0</version>
+  <version>0.7.1</version>
   <name>Apache Whirr CDH</name>
   <dependencies>
     <dependency>

Modified: whirr/branches/branch-0.7/services/chef/pom.xml
URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.7/services/chef/pom.xml?rev=1293009&r1=1293008&r2=1293009&view=diff
==============================================================================
--- whirr/branches/branch-0.7/services/chef/pom.xml (original)
+++ whirr/branches/branch-0.7/services/chef/pom.xml Thu Feb 23 22:57:11 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.0</version>
+    <version>0.7.1</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>whirr-chef</artifactId>

Modified: whirr/branches/branch-0.7/services/elasticsearch/pom.xml
URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.7/services/elasticsearch/pom.xml?rev=1293009&r1=1293008&r2=1293009&view=diff
==============================================================================
--- whirr/branches/branch-0.7/services/elasticsearch/pom.xml (original)
+++ whirr/branches/branch-0.7/services/elasticsearch/pom.xml Thu Feb 23 22:57:11 2012
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.0</version>
+    <version>0.7.1</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-elasticsearch</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.0</version>
+  <version>0.7.1</version>
   <name>Apache Whirr ElasticSearch</name>
   <dependencies>
     <dependency>

Modified: whirr/branches/branch-0.7/services/ganglia/pom.xml
URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.7/services/ganglia/pom.xml?rev=1293009&r1=1293008&r2=1293009&view=diff
==============================================================================
--- whirr/branches/branch-0.7/services/ganglia/pom.xml (original)
+++ whirr/branches/branch-0.7/services/ganglia/pom.xml Thu Feb 23 22:57:11 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.0</version>
+    <version>0.7.1</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>

Modified: whirr/branches/branch-0.7/services/hadoop/pom.xml
URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.7/services/hadoop/pom.xml?rev=1293009&r1=1293008&r2=1293009&view=diff
==============================================================================
--- whirr/branches/branch-0.7/services/hadoop/pom.xml (original)
+++ whirr/branches/branch-0.7/services/hadoop/pom.xml Thu Feb 23 22:57:11 2012
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.0</version>
+    <version>0.7.1</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-hadoop</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.0</version>
+  <version>0.7.1</version>
   <name>Apache Whirr Hadoop</name>
   <properties>
     <hadoop.version>0.20.205.0</hadoop.version>

Modified: whirr/branches/branch-0.7/services/hama/pom.xml
URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.7/services/hama/pom.xml?rev=1293009&r1=1293008&r2=1293009&view=diff
==============================================================================
--- whirr/branches/branch-0.7/services/hama/pom.xml (original)
+++ whirr/branches/branch-0.7/services/hama/pom.xml Thu Feb 23 22:57:11 2012
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.0</version>
+    <version>0.7.1</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-hama</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.0</version>
+  <version>0.7.1</version>
   <name>Apache Whirr Hama</name>
   <properties>
     <hadoop.version>0.20.2</hadoop.version>

Modified: whirr/branches/branch-0.7/services/hbase/pom.xml
URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.7/services/hbase/pom.xml?rev=1293009&r1=1293008&r2=1293009&view=diff
==============================================================================
--- whirr/branches/branch-0.7/services/hbase/pom.xml (original)
+++ whirr/branches/branch-0.7/services/hbase/pom.xml Thu Feb 23 22:57:11 2012
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.0</version>
+    <version>0.7.1</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-hbase</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.0</version>
+  <version>0.7.1</version>
   <name>Apache Whirr HBase</name>
   <properties>
     <hadoop.version>0.20.2</hadoop.version>

Modified: whirr/branches/branch-0.7/services/mahout/pom.xml
URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.7/services/mahout/pom.xml?rev=1293009&r1=1293008&r2=1293009&view=diff
==============================================================================
--- whirr/branches/branch-0.7/services/mahout/pom.xml (original)
+++ whirr/branches/branch-0.7/services/mahout/pom.xml Thu Feb 23 22:57:11 2012
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.0</version>
+    <version>0.7.1</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-mahout</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.0</version>
+  <version>0.7.1</version>
   <name>Apache Whirr Mahout</name>
   <properties>
     <hadoop.version>0.20.2</hadoop.version>

Modified: whirr/branches/branch-0.7/services/puppet/pom.xml
URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.7/services/puppet/pom.xml?rev=1293009&r1=1293008&r2=1293009&view=diff
==============================================================================
--- whirr/branches/branch-0.7/services/puppet/pom.xml (original)
+++ whirr/branches/branch-0.7/services/puppet/pom.xml Thu Feb 23 22:57:11 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.0</version>
+    <version>0.7.1</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>whirr-puppet</artifactId>

Modified: whirr/branches/branch-0.7/services/voldemort/pom.xml
URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.7/services/voldemort/pom.xml?rev=1293009&r1=1293008&r2=1293009&view=diff
==============================================================================
--- whirr/branches/branch-0.7/services/voldemort/pom.xml (original)
+++ whirr/branches/branch-0.7/services/voldemort/pom.xml Thu Feb 23 22:57:11 2012
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.0</version>
+    <version>0.7.1</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-voldemort</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.0</version>
+  <version>0.7.1</version>
   <name>Apache Whirr Voldemort</name>
   <dependencies>
     <dependency>

Modified: whirr/branches/branch-0.7/services/zookeeper/pom.xml
URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.7/services/zookeeper/pom.xml?rev=1293009&r1=1293008&r2=1293009&view=diff
==============================================================================
--- whirr/branches/branch-0.7/services/zookeeper/pom.xml (original)
+++ whirr/branches/branch-0.7/services/zookeeper/pom.xml Thu Feb 23 22:57:11 2012
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.0</version>
+    <version>0.7.1</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-zookeeper</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.0</version>
+  <version>0.7.1</version>
   <name>Apache Whirr ZooKeeper</name>
   <dependencies>
     <dependency>

Modified: whirr/branches/branch-0.7/src/site/site.xml
URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.7/src/site/site.xml?rev=1293009&r1=1293008&r2=1293009&view=diff
==============================================================================
--- whirr/branches/branch-0.7/src/site/site.xml (original)
+++ whirr/branches/branch-0.7/src/site/site.xml Thu Feb 23 22:57:11 2012
@@ -45,7 +45,7 @@
     <breadcrumbs position="left">
       <item name="Apache" href="http://www.apache.org/" />
       <item name="Whirr" href="http://whirr.apache.org/"/>
-      <item name="0.7.0" href="http://whirr.apache.org/docs/0.7.0/"/>
+      <item name="0.7.1" href="http://whirr.apache.org/docs/0.7.1/"/>
     </breadcrumbs>
 
     <menu name="Whirr">

Modified: whirr/branches/branch-0.7/src/site/xdoc/release-notes.xml
URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.7/src/site/xdoc/release-notes.xml?rev=1293009&r1=1293008&r2=1293009&view=diff
==============================================================================
--- whirr/branches/branch-0.7/src/site/xdoc/release-notes.xml (original)
+++ whirr/branches/branch-0.7/src/site/xdoc/release-notes.xml Thu Feb 23 22:57:11 2012
@@ -25,6 +25,49 @@
     <!-- Paste release notes from https://issues.apache.org/jira/browse/WHIRR here. -->
 
 
+        <h1>Release Notes - Whirr - Version 0.7.1</h1>
+                
+<h2>        Bug
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/WHIRR-367'>WHIRR-367</a>] -         Wrong groupId for zookeeper
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/WHIRR-460'>WHIRR-460</a>] -         Error while running whirr on Cygwin 
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/WHIRR-490'>WHIRR-490</a>] -         hadoop-mapreduce.mapred.child.ulimit should be unlimited by default
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/WHIRR-495'>WHIRR-495</a>] -         bin/whirr is does not have executable permissions in the 0.7.0 pre-built download
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/WHIRR-502'>WHIRR-502</a>] -         configure_cdh_hadoop.sh:  syntax error trying to modify permissions on $HADOOP_LOG_DIR
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/WHIRR-518'>WHIRR-518</a>] -         Change to OpenJDK
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/WHIRR-520'>WHIRR-520</a>] -         Using OAB script to install sun jdk
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/WHIRR-521'>WHIRR-521</a>] -         Backport InstallJDK functionality from jclouds 1.4.0
+</li>
+</ul>
+            
+<h2>        Improvement
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/WHIRR-439'>WHIRR-439</a>] -         Make proxy files executable
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/WHIRR-454'>WHIRR-454</a>] -         Allow openjdk to be installed as an alternative to sun-java-6
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/WHIRR-463'>WHIRR-463</a>] -         Fail fast when running as root
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/WHIRR-498'>WHIRR-498</a>] -         Update the list of known limitations
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/WHIRR-507'>WHIRR-507</a>] -         Make whirr script executable from any path
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/WHIRR-517'>WHIRR-517</a>] -         Add a retry loop around apt-get and yum commands to overcome transient errors
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/WHIRR-526'>WHIRR-526</a>] -         Don&#39;t log harmless sshj errors to console
+</li>
+</ul>
+                                                
+
        <h1> Release Notes - Whirr - Version 0.7.0 </h1>
     
 <h2>        Sub-task

Modified: whirr/branches/branch-0.7/src/site/xdoc/whirr-in-5-minutes.xml
URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.7/src/site/xdoc/whirr-in-5-minutes.xml?rev=1293009&r1=1293008&r2=1293009&view=diff
==============================================================================
--- whirr/branches/branch-0.7/src/site/xdoc/whirr-in-5-minutes.xml (original)
+++ whirr/branches/branch-0.7/src/site/xdoc/whirr-in-5-minutes.xml Thu Feb 23 22:57:11 2012
@@ -29,8 +29,8 @@ xsi:schemaLocation="http://maven.apache.
 export AWS_ACCESS_KEY_ID=... 
 export AWS_SECRET_ACCESS_KEY=... 
 
-curl -O http://www.apache.org/dist/whirr/whirr-0.7.0/whirr-0.7.0.tar.gz
-tar zxf whirr-0.7.0.tar.gz; cd whirr-0.7.0 
+curl -O http://www.apache.org/dist/whirr/whirr-0.7.1/whirr-0.7.1.tar.gz
+tar zxf whirr-0.7.1.tar.gz; cd whirr-0.7.1 
 
 ssh-keygen -t rsa -P '' -f ~/.ssh/id_rsa_whirr 
 bin/whirr launch-cluster --config recipes/zookeeper-ec2.properties --private-key-file ~/.ssh/id_rsa_whirr