Repository: giraph
Updated Branches:
  refs/heads/release-1.1 2e8c2c694 -> 065d718d7
Updated Tags:  refs/tags/release-1.1.0-RC0 [created] 065d718d7


Preparing for the 1.1.0 release


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

Branch: refs/heads/release-1.1
Commit: 065d718d79d4ed6bab0b6a1f4e025cab73bf8a30
Parents: 2e8c2c6
Author: Roman Shaposhnik <[email protected]>
Authored: Thu Jun 26 14:15:21 2014 -0700
Committer: Roman Shaposhnik <[email protected]>
Committed: Thu Jun 26 14:15:21 2014 -0700

----------------------------------------------------------------------
 giraph-accumulo/pom.xml                  | 2 +-
 giraph-core/pom.xml                      | 2 +-
 giraph-dist/pom.xml                      | 2 +-
 giraph-examples/pom.xml                  | 4 ++--
 giraph-gora/pom.xml                      | 2 +-
 giraph-hbase/pom.xml                     | 2 +-
 giraph-hcatalog/pom.xml                  | 2 +-
 giraph-hive/pom.xml                      | 2 +-
 giraph-rexster/giraph-kibble/pom.xml     | 2 +-
 giraph-rexster/giraph-rexster-io/pom.xml | 2 +-
 giraph-rexster/pom.xml                   | 2 +-
 pom.xml                                  | 2 +-
 src/site/xdoc/quick_start.xml            | 8 ++++----
 src/site/xdoc/rexster.xml                | 2 +-
 14 files changed, 18 insertions(+), 18 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/giraph/blob/065d718d/giraph-accumulo/pom.xml
----------------------------------------------------------------------
diff --git a/giraph-accumulo/pom.xml b/giraph-accumulo/pom.xml
index b5e6121..b2a9476 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>1.1.0-SNAPSHOT</version>
+    <version>1.1.0</version>
   </parent>
   <artifactId>giraph-accumulo</artifactId>
   <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/giraph/blob/065d718d/giraph-core/pom.xml
----------------------------------------------------------------------
diff --git a/giraph-core/pom.xml b/giraph-core/pom.xml
index b66ba1d..990656c 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>1.1.0-SNAPSHOT</version>
+    <version>1.1.0</version>
   </parent>
   <artifactId>giraph-core</artifactId>
   <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/giraph/blob/065d718d/giraph-dist/pom.xml
----------------------------------------------------------------------
diff --git a/giraph-dist/pom.xml b/giraph-dist/pom.xml
index bac8a24..3767793 100644
--- a/giraph-dist/pom.xml
+++ b/giraph-dist/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.giraph</groupId>
     <artifactId>giraph-parent</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.1.0</version>
   </parent>
 
   <artifactId>giraph-dist</artifactId>

http://git-wip-us.apache.org/repos/asf/giraph/blob/065d718d/giraph-examples/pom.xml
----------------------------------------------------------------------
diff --git a/giraph-examples/pom.xml b/giraph-examples/pom.xml
index 90f6889..c88f052 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>1.1.0-SNAPSHOT</version>
+    <version>1.1.0</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>1.1.0-SNAPSHOT</version>
+      <version>1.1.0</version>
       <type>test-jar</type>
     </dependency>
 

http://git-wip-us.apache.org/repos/asf/giraph/blob/065d718d/giraph-gora/pom.xml
----------------------------------------------------------------------
diff --git a/giraph-gora/pom.xml b/giraph-gora/pom.xml
index 38e3ab7..d49a4d7 100644
--- a/giraph-gora/pom.xml
+++ b/giraph-gora/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.giraph</groupId>
     <artifactId>giraph-parent</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.1.0</version>
   </parent>
   <artifactId>giraph-gora</artifactId>
   <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/giraph/blob/065d718d/giraph-hbase/pom.xml
----------------------------------------------------------------------
diff --git a/giraph-hbase/pom.xml b/giraph-hbase/pom.xml
index 3782d38..51a4184 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>1.1.0-SNAPSHOT</version>
+    <version>1.1.0</version>
   </parent>
   <artifactId>giraph-hbase</artifactId>
   <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/giraph/blob/065d718d/giraph-hcatalog/pom.xml
----------------------------------------------------------------------
diff --git a/giraph-hcatalog/pom.xml b/giraph-hcatalog/pom.xml
index af084ac..e1a191d 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>1.1.0-SNAPSHOT</version>
+    <version>1.1.0</version>
   </parent>
   <artifactId>giraph-hcatalog</artifactId>
   <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/giraph/blob/065d718d/giraph-hive/pom.xml
----------------------------------------------------------------------
diff --git a/giraph-hive/pom.xml b/giraph-hive/pom.xml
index c20c308..4bb443e 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>1.1.0-SNAPSHOT</version>
+    <version>1.1.0</version>
   </parent>
   <artifactId>giraph-hive</artifactId>
   <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/giraph/blob/065d718d/giraph-rexster/giraph-kibble/pom.xml
----------------------------------------------------------------------
diff --git a/giraph-rexster/giraph-kibble/pom.xml 
b/giraph-rexster/giraph-kibble/pom.xml
index 710d50c..c4f6d3d 100644
--- a/giraph-rexster/giraph-kibble/pom.xml
+++ b/giraph-rexster/giraph-kibble/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.giraph</groupId>
     <artifactId>giraph-rexster</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.1.0</version>
   </parent>
 
   <artifactId>giraph-kibble</artifactId>

http://git-wip-us.apache.org/repos/asf/giraph/blob/065d718d/giraph-rexster/giraph-rexster-io/pom.xml
----------------------------------------------------------------------
diff --git a/giraph-rexster/giraph-rexster-io/pom.xml 
b/giraph-rexster/giraph-rexster-io/pom.xml
index 6bbb236..b44fa93 100644
--- a/giraph-rexster/giraph-rexster-io/pom.xml
+++ b/giraph-rexster/giraph-rexster-io/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.giraph</groupId>
     <artifactId>giraph-rexster</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.1.0</version>
   </parent>
   <artifactId>giraph-rexster-io</artifactId>
   <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/giraph/blob/065d718d/giraph-rexster/pom.xml
----------------------------------------------------------------------
diff --git a/giraph-rexster/pom.xml b/giraph-rexster/pom.xml
index 260d3de..3f9e6b7 100644
--- a/giraph-rexster/pom.xml
+++ b/giraph-rexster/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.giraph</groupId>
     <artifactId>giraph-parent</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.1.0</version>
   </parent>
 
   <artifactId>giraph-rexster</artifactId>

http://git-wip-us.apache.org/repos/asf/giraph/blob/065d718d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 183f2df..4923c50 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@ under the License.
   <groupId>org.apache.giraph</groupId>
   <artifactId>giraph-parent</artifactId>
   <packaging>pom</packaging>
-  <version>1.1.0-SNAPSHOT</version>
+  <version>1.1.0</version>
 
   <name>Apache Giraph Parent</name>
   <url>http://giraph.apache.org/</url>

http://git-wip-us.apache.org/repos/asf/giraph/blob/065d718d/src/site/xdoc/quick_start.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/quick_start.xml b/src/site/xdoc/quick_start.xml
index cdef668..6793638 100644
--- a/src/site/xdoc/quick_start.xml
+++ b/src/site/xdoc/quick_start.xml
@@ -52,7 +52,7 @@ under the License.
           <li>Network mask: <tt>255.255.255.0</tt></li>
         </ul>
         <li>Apache Hadoop 0.20.203.0-RC1</li>
-        <li>Apache Giraph 1.1.0-SNAPSHOT</li>
+        <li>Apache Giraph 1.1.0</li>
       </ul>
     </section>
     <section name="Deploying Hadoop" id="qs_section_2">
@@ -195,7 +195,7 @@ su - hduser</source>
 source $HOME/.bashrc
 cd $GIRAPH_HOME
 mvn package -DskipTests</source>
-    <p>The argument <tt>-DskipTests</tt> will skip the testing phase. This may 
take a while on the first run because Maven is downloading the most recent 
artifacts (plugin JARs and other files) into your local repository. You may 
also need to execute the command a couple of times before it succeeds. This is 
because the remote server may time out before your downloads are complete. Once 
the packaging is successful, you will have the Giraph core JAR 
<tt>$GIRAPH_HOME/giraph-core/target/giraph-1.1.0-SNAPSHOT-for-hadoop-0.20.203.0-jar-with-dependencies.jar</tt>
 and Giraph examples JAR 
<tt>$GIRAPH_HOME/giraph-examples/target/giraph-examples-1.1.0-SNAPSHOT-for-hadoop-0.20.203.0-jar-with-dependencies.jar</tt>.
 You are done with deploying Giraph.</p>
+    <p>The argument <tt>-DskipTests</tt> will skip the testing phase. This may 
take a while on the first run because Maven is downloading the most recent 
artifacts (plugin JARs and other files) into your local repository. You may 
also need to execute the command a couple of times before it succeeds. This is 
because the remote server may time out before your downloads are complete. Once 
the packaging is successful, you will have the Giraph core JAR 
<tt>$GIRAPH_HOME/giraph-core/target/giraph-1.1.0-for-hadoop-0.20.203.0-jar-with-dependencies.jar</tt>
 and Giraph examples JAR 
<tt>$GIRAPH_HOME/giraph-examples/target/giraph-examples-1.1.0-for-hadoop-0.20.203.0-jar-with-dependencies.jar</tt>.
 You are done with deploying Giraph.</p>
     </section>
   
     <section name="Running a Giraph job" id="qs_section_6">
@@ -212,9 +212,9 @@ $HADOOP_HOME/bin/hadoop dfs -copyFromLocal 
/tmp/tiny_graph.txt /user/hduser/inpu
 $HADOOP_HOME/bin/hadoop dfs -ls /user/hduser/input</source>
       <p>We will use <tt>IdWithValueTextOutputFormat</tt> output file format, 
where each line consists of <tt>source_id length</tt> for each node in the 
input graph (the source node has a length of 0, by convention). You can now run 
the example by:</p>
       <source>
-$HADOOP_HOME/bin/hadoop jar 
$GIRAPH_HOME/giraph-examples/target/giraph-examples-1.1.0-SNAPSHOT-for-hadoop-0.20.203.0-jar-with-dependencies.jar
 org.apache.giraph.GiraphRunner 
org.apache.giraph.examples.SimpleShortestPathsComputation -vif 
org.apache.giraph.io.formats.JsonLongDoubleFloatDoubleVertexInputFormat -vip 
/user/hduser/input/tiny_graph.txt -vof 
org.apache.giraph.io.formats.IdWithValueTextOutputFormat -op 
/user/hduser/output/shortestpaths -w 1</source>
+$HADOOP_HOME/bin/hadoop jar 
$GIRAPH_HOME/giraph-examples/target/giraph-examples-1.1.0-for-hadoop-0.20.203.0-jar-with-dependencies.jar
 org.apache.giraph.GiraphRunner 
org.apache.giraph.examples.SimpleShortestPathsComputation -vif 
org.apache.giraph.io.formats.JsonLongDoubleFloatDoubleVertexInputFormat -vip 
/user/hduser/input/tiny_graph.txt -vof 
org.apache.giraph.io.formats.IdWithValueTextOutputFormat -op 
/user/hduser/output/shortestpaths -w 1</source>
       <p>Notice that the job is computed using a single worker using the 
argument <tt>-w</tt>. To get more information about running a Giraph job, run 
the following command:</p>
-      <source>$HADOOP_HOME/bin/hadoop jar 
$GIRAPH_HOME/giraph-examples/target/giraph-examples-1.1.0-SNAPSHOT-for-hadoop-0.20.203.0-jar-with-dependencies.jar
 org.apache.giraph.GiraphRunner -h</source>
+      <source>$HADOOP_HOME/bin/hadoop jar 
$GIRAPH_HOME/giraph-examples/target/giraph-examples-1.1.0-for-hadoop-0.20.203.0-jar-with-dependencies.jar
 org.apache.giraph.GiraphRunner -h</source>
       <p>This will output the following:</p>
       <source>
 usage: org.apache.giraph.utils.ConfigurationUtils [-aw &lt;arg&gt;] [-c 
&lt;arg&gt;]

http://git-wip-us.apache.org/repos/asf/giraph/blob/065d718d/src/site/xdoc/rexster.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/rexster.xml b/src/site/xdoc/rexster.xml
index cc55eab..bfa8311 100644
--- a/src/site/xdoc/rexster.xml
+++ b/src/site/xdoc/rexster.xml
@@ -61,7 +61,7 @@
 # Configuration
 export REXSTER_VERSION=2.4.0
 export HADOOP_VERSION=1.0.2
-export GIRAPH_VERSION=1.1.0-SNAPSHOT
+export GIRAPH_VERSION=1.1.0
 export GIRAPH_DIR=/path/to/giraph
 export REXSTER_DIR=/path/to/rexster
 export HADOOP_DIR=/path/to/hadoop

Reply via email to