You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@giraph.apache.org by ac...@apache.org on 2013/05/07 03:37:53 UTC

git commit: updated refs/heads/trunk to a419a7b

Updated Branches:
  refs/heads/trunk afb3ecce1 -> a419a7bc4


GIRAPH-660: Move the snapshot to 1.1.0 and also add a releases page for
the 1.0 release (aching)


Project: http://git-wip-us.apache.org/repos/asf/giraph/repo
Commit: http://git-wip-us.apache.org/repos/asf/giraph/commit/a419a7bc
Tree: http://git-wip-us.apache.org/repos/asf/giraph/tree/a419a7bc
Diff: http://git-wip-us.apache.org/repos/asf/giraph/diff/a419a7bc

Branch: refs/heads/trunk
Commit: a419a7bc4b3d93ce18b84ef79a77afc8fbfbbc05
Parents: afb3ecc
Author: Avery Ching <ac...@fb.com>
Authored: Mon May 6 14:45:36 2013 -0700
Committer: Avery Ching <ac...@fb.com>
Committed: Mon May 6 18:37:29 2013 -0700

----------------------------------------------------------------------
 CHANGELOG                    |    5 +++-
 giraph-accumulo/pom.xml      |    2 +-
 giraph-core/pom.xml          |    2 +-
 giraph-examples/pom.xml      |    4 +-
 giraph-hbase/pom.xml         |    2 +-
 giraph-hcatalog/pom.xml      |    2 +-
 giraph-hive/pom.xml          |    2 +-
 pom.xml                      |    2 +-
 src/site/site.xml            |    1 +
 src/site/xdoc/build_site.xml |    2 +-
 src/site/xdoc/index.xml      |    6 ++--
 src/site/xdoc/releases.xml   |   42 +++++++++++++++++++++++++++++++++++++
 12 files changed, 59 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/giraph/blob/a419a7bc/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index aa1ce1e..954401c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,9 @@
 Giraph Change Log
 
-Release 1.0.1 - unreleased
+Release 1.1.0 - unreleased
+  GIRAPH-660: Move the snapshot to 1.1.0 and also add a releases page for 
+  the 1.0 release (aching)
+
   GIRAPH-560: Input filtering (nitay)
 
   GIRAPH-621: Website Documentation: Basic Design Document (aching)

http://git-wip-us.apache.org/repos/asf/giraph/blob/a419a7bc/giraph-accumulo/pom.xml
----------------------------------------------------------------------
diff --git a/giraph-accumulo/pom.xml b/giraph-accumulo/pom.xml
index 2f236d4..79782c1 100644
--- a/giraph-accumulo/pom.xml
+++ b/giraph-accumulo/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.giraph</groupId>
     <artifactId>giraph-parent</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>1.1.0-SNAPSHOT</version>
   </parent>
   <artifactId>giraph-accumulo</artifactId>
   <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/giraph/blob/a419a7bc/giraph-core/pom.xml
----------------------------------------------------------------------
diff --git a/giraph-core/pom.xml b/giraph-core/pom.xml
index bfd894c..3ffe175 100644
--- a/giraph-core/pom.xml
+++ b/giraph-core/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.giraph</groupId>
     <artifactId>giraph-parent</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>1.1.0-SNAPSHOT</version>
   </parent>
   <artifactId>giraph-core</artifactId>
   <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/giraph/blob/a419a7bc/giraph-examples/pom.xml
----------------------------------------------------------------------
diff --git a/giraph-examples/pom.xml b/giraph-examples/pom.xml
index 4a0088c..84ca118 100644
--- a/giraph-examples/pom.xml
+++ b/giraph-examples/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.giraph</groupId>
     <artifactId>giraph-parent</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>1.1.0-SNAPSHOT</version>
   </parent>
   <artifactId>giraph-examples</artifactId>
   <packaging>jar</packaging>
@@ -433,7 +433,7 @@ under the License.
     <dependency>
       <groupId>org.apache.giraph</groupId>
       <artifactId>giraph-core</artifactId>
-      <version>0.2-SNAPSHOT</version>
+      <version>1.1.0-SNAPSHOT</version>
       <type>test-jar</type>
     </dependency>
 

http://git-wip-us.apache.org/repos/asf/giraph/blob/a419a7bc/giraph-hbase/pom.xml
----------------------------------------------------------------------
diff --git a/giraph-hbase/pom.xml b/giraph-hbase/pom.xml
index bd7cd36..eeb42d7 100644
--- a/giraph-hbase/pom.xml
+++ b/giraph-hbase/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.giraph</groupId>
     <artifactId>giraph-parent</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>1.1.0-SNAPSHOT</version>
   </parent>
   <artifactId>giraph-hbase</artifactId>
   <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/giraph/blob/a419a7bc/giraph-hcatalog/pom.xml
----------------------------------------------------------------------
diff --git a/giraph-hcatalog/pom.xml b/giraph-hcatalog/pom.xml
index d9ad9ee..2d41598 100644
--- a/giraph-hcatalog/pom.xml
+++ b/giraph-hcatalog/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.giraph</groupId>
     <artifactId>giraph-parent</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>1.1.0-SNAPSHOT</version>
   </parent>
   <artifactId>giraph-hcatalog</artifactId>
   <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/giraph/blob/a419a7bc/giraph-hive/pom.xml
----------------------------------------------------------------------
diff --git a/giraph-hive/pom.xml b/giraph-hive/pom.xml
index 9197f9a..daa08b3 100644
--- a/giraph-hive/pom.xml
+++ b/giraph-hive/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.giraph</groupId>
     <artifactId>giraph-parent</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>1.1.0-SNAPSHOT</version>
   </parent>
   <artifactId>giraph-hive</artifactId>
   <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/giraph/blob/a419a7bc/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0afd675..3971076 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <groupId>org.apache.giraph</groupId>
   <artifactId>giraph-parent</artifactId>
   <packaging>pom</packaging>
-  <version>0.2-SNAPSHOT</version>
+  <version>1.1.0-SNAPSHOT</version>
 
   <name>Apache Giraph Parent</name>
   <url>http://giraph.apache.org/</url>

http://git-wip-us.apache.org/repos/asf/giraph/blob/a419a7bc/src/site/site.xml
----------------------------------------------------------------------
diff --git a/src/site/site.xml b/src/site/site.xml
index eb4fa31..d87bb36 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -73,6 +73,7 @@
       <item name="Building and Testing" href="build.html"/>
       <item name="FAQ" href="faq.html"/>
       <item name="Implementation" href="implementation.html"/>
+      <item name="Download Releases" href="releases.html"/>
       <item name="Page Rank Example" href="pagerank.html"/>
       <item name="Input/Output in Giraph" href="io.html"/>
       <item name="Aggregators" href="aggregators.html"/>

http://git-wip-us.apache.org/repos/asf/giraph/blob/a419a7bc/src/site/xdoc/build_site.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/build_site.xml b/src/site/xdoc/build_site.xml
index 2059301..71261d7 100644
--- a/src/site/xdoc/build_site.xml
+++ b/src/site/xdoc/build_site.xml
@@ -30,7 +30,7 @@ under the License.
     <section name="Summary">
       <p>We build this site with Maven using the fluido plugin.  Due to difficulties with the maven site plugin and munge working together, we build the site using a profile that does not require munge.</p>
       <ul>
-	<li>Start at the parent directory and do <source>mvn clean site -DskipTests -Phadoop_2.0.0</source></li>
+	<li>Start at the parent directory and do <source>mvn clean site -DskipTests -Phadoop_2.0.0 -Ddependency.locations.enabled=false</source></li>
 	<li>Then we need to stage this site since it has multiple modules with <source>mvn site:stage -DskipTests -Phadoop_2.0.0</source></li>
 	<li>You can check the results of the site building and staging in <source>target/staging</source> and then deploy as necessary.</li>
 	<li>To deploy, check out the site from svn with <source>svn co https://svn.apache.org/repos/asf/giraph/site</source>.  Remove everything and then copy the staged site to the directory and then commit.  All changes should be live immediately.</li>

http://git-wip-us.apache.org/repos/asf/giraph/blob/a419a7bc/src/site/xdoc/index.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 1c74de6..94e6dbc 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -29,15 +29,15 @@ under the License.
   <body>
 
     <section name="Distributed graph processing with Giraph">
-<p><i>Giraph</i> (pronounced like the animal giraffe) is an iterative graph processing system.  As an exemple use case, Facebook uses Giraph to analyze its social graph in production. Giraph is motivated by the Turing Award winning [<a href="#turing">1</a>] elegant Bulk Synchronous Parallel (BSP) model of distributed computation by Valiant [<a href="#bsp">2</a>], and the Pregel graph processing system [<a href="#pregel">3</a>] from Google that evidenced that an appropriately extended BSP model is useful for large-scale graph computation. Giraph distinguishes itself by being an open source, scalable graph processing platform with a growing community of users worldwide. You are welcome to explore the <i>User Docs</i> menu above that explain how to process graphs with Giraph.</p>
+<p><i>Giraph</i> (pronounced like the animal giraffe) is an iterative graph processing system.  As an example use case, Facebook uses Giraph to analyze its social graph in production. Giraph is motivated by the Turing Award winning [<a href="#turing">1</a>] elegant Bulk Synchronous Parallel (BSP) model of distributed computation by Valiant [<a href="#bsp">2</a>], and the Pregel graph processing system [<a href="#pregel">3</a>] from Google that evidenced that an appropriately extended BSP model is useful for large-scale graph computation. Giraph distinguishes itself by being an open source, scalable graph processing platform with a growing community of users worldwide. You are welcome to explore the <i>User Docs</i> menu above that explain how to process graphs with Giraph.</p>
 </section>
 
 
 <section name="News">
 
 <ul>
-  <li>Official releases of Giraph may be downloaded from an <a href="http://www.apache.org/dyn/closer.cgi/incubator/giraph/">Apache mirror</a>. Soon we will also publish our release artifacts to Apache's Maven repositories to make it easier to include Giraph in your projects.</li>
-  <li><strong>April 9, 2013: Giraph 1.0 is near a release.</strong> The Giraph PPMC is excited to announce that version 1.0 is near a release.  We will hopefully complete this release in about a week from now.</li>
+  <li>Official releases of Giraph may be downloaded from an <a href="http://www.apache.org/dyn/closer.cgi/giraph/">Apache mirror</a>. Soon we will also publish our release artifacts to Apache's Maven repositories to make it easier to include Giraph in your projects.</li>
+  <li><strong>May 6, 2013: Giraph 1.0.0 is now released!</strong> Please pick up a copy at <a href="http://www.apache.org/dyn/closer.cgi/giraph/giraph-1.0.0">here</a>.</li>
   <li><strong>February 6, 2012: Giraph 0.1-incubating released.</strong> The Giraph PPMC is excited to announce that version 0.1 has been released. Grab a copy of the release <a href="http://www.apache.org/dyn/closer.cgi/incubator/giraph/">here</a>.</li>
 </ul>
 

http://git-wip-us.apache.org/repos/asf/giraph/blob/a419a7bc/src/site/xdoc/releases.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/releases.xml b/src/site/xdoc/releases.xml
new file mode 100644
index 0000000..189595b
--- /dev/null
+++ b/src/site/xdoc/releases.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<document xmlns="http://maven.apache.org/XDOC/2.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
+  <properties>
+    <title>Download Releases</title>
+  </properties>
+
+  <body>
+
+<section name="Download Releases">
+
+<p>
+Here are our stable releases of Giraph.</p>
+<ul>
+  <li><strong>1.0.0</strong> - Download <a href="http://www.apache.org/dyn/closer.cgi/giraph/giraph-1.0.0">here</a>.</li>
+</ul>
+
+</section>
+
+  </body>
+</document>