You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ki...@apache.org on 2012/12/11 21:48:39 UTC

git commit: [Helix-13] Adding images and minor changes for rsync file store

Updated Branches:
  refs/heads/master cd68a56f1 -> 91cc9bb10


[Helix-13] Adding images and minor changes for rsync file store


Project: http://git-wip-us.apache.org/repos/asf/incubator-helix/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-helix/commit/91cc9bb1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-helix/tree/91cc9bb1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-helix/diff/91cc9bb1

Branch: refs/heads/master
Commit: 91cc9bb10b35b31ea21716aef40b3f4b9db4e67b
Parents: cd68a56
Author: Kishore Gopalakrishna <g....@gmail.com>
Authored: Tue Dec 11 12:48:06 2012 -0800
Committer: Kishore Gopalakrishna <g....@gmail.com>
Committed: Tue Dec 11 12:48:06 2012 -0800

----------------------------------------------------------------------
 recipes/rabbitmq-consumer-group/README.md          |    3 ++-
 recipes/rsync-replicated-file-system/pom.xml       |    2 +-
 .../recipes/rsync_replicated_file_store.md         |    4 +++-
 src/site/resources/images/PFS-Generic.png          |  Bin 0 -> 79184 bytes
 src/site/resources/images/RSYNC_BASED_PFS.png      |  Bin 0 -> 84807 bytes
 5 files changed, 6 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/91cc9bb1/recipes/rabbitmq-consumer-group/README.md
----------------------------------------------------------------------
diff --git a/recipes/rabbitmq-consumer-group/README.md b/recipes/rabbitmq-consumer-group/README.md
index d8f57e1..0f907f3 100644
--- a/recipes/rabbitmq-consumer-group/README.md
+++ b/recipes/rabbitmq-consumer-group/README.md
@@ -12,11 +12,12 @@ Quickdemo
 * The other slave ```localhost_12003``` stops replicating from ```localhost_12001``` and starts replicating from new master ```localhost_12002```
 * Files written to new master ```localhost_12002``` are replicated to ```localhost_12003```
 * In the end state of this quick demo, ```localhost_12002``` is the master and ```localhost_12003``` is the slave. Manually create files under ```/tmp/localhost_12002/filestore``` and see that appears in ```/tmp/localhost_12003/filestore```
+* Ignore the interrupted exceptions on the console :-).
 
 ```
 git clone https://git-wip-us.apache.org/repos/asf/incubator-helix.git
 cd recipes/rsync-replicated-file-system/
-mvn clean install package
+mvn clean install package -DskipTests
 cd target/rsync-replicated-file-system-pkg/bin
 ./quickdemo
 

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/91cc9bb1/recipes/rsync-replicated-file-system/pom.xml
----------------------------------------------------------------------
diff --git a/recipes/rsync-replicated-file-system/pom.xml b/recipes/rsync-replicated-file-system/pom.xml
index ba4f7de..78ac1de 100644
--- a/recipes/rsync-replicated-file-system/pom.xml
+++ b/recipes/rsync-replicated-file-system/pom.xml
@@ -30,7 +30,7 @@ under the License.
   <artifactId>rsync-replicated-file-system</artifactId>
   <packaging>jar</packaging>
   <version>1.0-SNAPSHOT</version>
-  <name>Helix :: Recipes :: Rsync Replicated File System</name>
+  <name>Helix :: Recipes :: Rsync Replicated File Store</name>
 
   <dependencies>
     <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/91cc9bb1/src/site/markdown/recipes/rsync_replicated_file_store.md
----------------------------------------------------------------------
diff --git a/src/site/markdown/recipes/rsync_replicated_file_store.md b/src/site/markdown/recipes/rsync_replicated_file_store.md
index b9af246..d29c3ec 100644
--- a/src/site/markdown/recipes/rsync_replicated_file_store.md
+++ b/src/site/markdown/recipes/rsync_replicated_file_store.md
@@ -12,11 +12,13 @@ Quickdemo
 * The other slave ```localhost_12003``` stops replicating from ```localhost_12001``` and starts replicating from new master ```localhost_12002```
 * Files written to new master ```localhost_12002``` are replicated to ```localhost_12003```
 * In the end state of this quick demo, ```localhost_12002``` is the master and ```localhost_12003``` is the slave. Manually create files under ```/tmp/localhost_12002/filestore``` and see that appears in ```/tmp/localhost_12003/filestore```
+* Ignore the interrupted exceptions on the console :-).
+
 
 ```
 git clone https://git-wip-us.apache.org/repos/asf/incubator-helix.git
 cd recipes/rsync-replicated-file-system/
-mvn clean install package
+mvn clean install package -DskipTests
 cd target/rsync-replicated-file-system-pkg/bin
 chmod +x *
 ./quickdemo

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/91cc9bb1/src/site/resources/images/PFS-Generic.png
----------------------------------------------------------------------
diff --git a/src/site/resources/images/PFS-Generic.png b/src/site/resources/images/PFS-Generic.png
new file mode 100644
index 0000000..0e9d3eb
Binary files /dev/null and b/src/site/resources/images/PFS-Generic.png differ

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/91cc9bb1/src/site/resources/images/RSYNC_BASED_PFS.png
----------------------------------------------------------------------
diff --git a/src/site/resources/images/RSYNC_BASED_PFS.png b/src/site/resources/images/RSYNC_BASED_PFS.png
new file mode 100644
index 0000000..c368805
Binary files /dev/null and b/src/site/resources/images/RSYNC_BASED_PFS.png differ