Skip to content

Commit

Permalink
Site updated at 2013-03-17 02:57:37 UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
utopia.zh@gmail.com committed Mar 17, 2013
1 parent 799c784 commit 3cb12c9
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 15 deletions.
5 changes: 3 additions & 2 deletions atom.xml
Expand Up @@ -4,7 +4,7 @@
<title><![CDATA[Coding For Fun]]></title> <title><![CDATA[Coding For Fun]]></title>
<link href="http://utopiazh.github.com/atom.xml" rel="self"/> <link href="http://utopiazh.github.com/atom.xml" rel="self"/>
<link href="http://utopiazh.github.com/"/> <link href="http://utopiazh.github.com/"/>
<updated>2013-03-17T10:56:52+08:00</updated> <updated>2013-03-17T10:57:36+08:00</updated>
<id>http://utopiazh.github.com/</id> <id>http://utopiazh.github.com/</id>
<author> <author>
<name><![CDATA[Hang Zhou]]></name> <name><![CDATA[Hang Zhou]]></name>
Expand Down Expand Up @@ -56,7 +56,8 @@ mongos&gt; sh.addShard("127.0.0.1:27229")
<p>Enable shard for DB</p> <p>Enable shard for DB</p>
<p> mongos> sh.enableSharding(&#8220;github&#8221;)</p> <pre><code>mongos&gt; sh.enableSharding("github")
</code></pre>
<p>Create Index on the to-be-sharded key</p> <p>Create Index on the to-be-sharded key</p>
Expand Down
Expand Up @@ -131,7 +131,8 @@ <h2>Add shard for standalone mongod</h2>


<p>Enable shard for DB</p> <p>Enable shard for DB</p>


<p> mongos> sh.enableSharding(&#8220;github&#8221;)</p> <pre><code>mongos&gt; sh.enableSharding("github")
</code></pre>


<p>Create Index on the to-be-sharded key</p> <p>Create Index on the to-be-sharded key</p>


Expand Down
2 changes: 1 addition & 1 deletion blog/categories/hadoop/atom.xml
Expand Up @@ -4,7 +4,7 @@
<title><![CDATA[Category: hadoop | Coding For Fun]]></title> <title><![CDATA[Category: hadoop | Coding For Fun]]></title>
<link href="http://utopiazh.github.com/blog/categories/hadoop/atom.xml" rel="self"/> <link href="http://utopiazh.github.com/blog/categories/hadoop/atom.xml" rel="self"/>
<link href="http://utopiazh.github.com/"/> <link href="http://utopiazh.github.com/"/>
<updated>2013-03-17T10:56:52+08:00</updated> <updated>2013-03-17T10:57:36+08:00</updated>
<id>http://utopiazh.github.com/</id> <id>http://utopiazh.github.com/</id>
<author> <author>
<name><![CDATA[Hang Zhou]]></name> <name><![CDATA[Hang Zhou]]></name>
Expand Down
2 changes: 1 addition & 1 deletion blog/categories/hbase/atom.xml
Expand Up @@ -4,7 +4,7 @@
<title><![CDATA[Category: hbase, | Coding For Fun]]></title> <title><![CDATA[Category: hbase, | Coding For Fun]]></title>
<link href="http://utopiazh.github.com/blog/categories/hbase/atom.xml" rel="self"/> <link href="http://utopiazh.github.com/blog/categories/hbase/atom.xml" rel="self"/>
<link href="http://utopiazh.github.com/"/> <link href="http://utopiazh.github.com/"/>
<updated>2013-03-17T10:56:52+08:00</updated> <updated>2013-03-17T10:57:36+08:00</updated>
<id>http://utopiazh.github.com/</id> <id>http://utopiazh.github.com/</id>
<author> <author>
<name><![CDATA[Hang Zhou]]></name> <name><![CDATA[Hang Zhou]]></name>
Expand Down
2 changes: 1 addition & 1 deletion blog/categories/linux/atom.xml
Expand Up @@ -4,7 +4,7 @@
<title><![CDATA[Category: linux | Coding For Fun]]></title> <title><![CDATA[Category: linux | Coding For Fun]]></title>
<link href="http://utopiazh.github.com/blog/categories/linux/atom.xml" rel="self"/> <link href="http://utopiazh.github.com/blog/categories/linux/atom.xml" rel="self"/>
<link href="http://utopiazh.github.com/"/> <link href="http://utopiazh.github.com/"/>
<updated>2013-03-17T10:56:52+08:00</updated> <updated>2013-03-17T10:57:36+08:00</updated>
<id>http://utopiazh.github.com/</id> <id>http://utopiazh.github.com/</id>
<author> <author>
<name><![CDATA[Hang Zhou]]></name> <name><![CDATA[Hang Zhou]]></name>
Expand Down
2 changes: 1 addition & 1 deletion blog/categories/machinelearning/atom.xml
Expand Up @@ -4,7 +4,7 @@
<title><![CDATA[Category: machinelearning | Coding For Fun]]></title> <title><![CDATA[Category: machinelearning | Coding For Fun]]></title>
<link href="http://utopiazh.github.com/blog/categories/machinelearning/atom.xml" rel="self"/> <link href="http://utopiazh.github.com/blog/categories/machinelearning/atom.xml" rel="self"/>
<link href="http://utopiazh.github.com/"/> <link href="http://utopiazh.github.com/"/>
<updated>2013-03-17T10:56:52+08:00</updated> <updated>2013-03-17T10:57:36+08:00</updated>
<id>http://utopiazh.github.com/</id> <id>http://utopiazh.github.com/</id>
<author> <author>
<name><![CDATA[Hang Zhou]]></name> <name><![CDATA[Hang Zhou]]></name>
Expand Down
5 changes: 3 additions & 2 deletions blog/categories/mongodb/atom.xml
Expand Up @@ -4,7 +4,7 @@
<title><![CDATA[Category: mongodb | Coding For Fun]]></title> <title><![CDATA[Category: mongodb | Coding For Fun]]></title>
<link href="http://utopiazh.github.com/blog/categories/mongodb/atom.xml" rel="self"/> <link href="http://utopiazh.github.com/blog/categories/mongodb/atom.xml" rel="self"/>
<link href="http://utopiazh.github.com/"/> <link href="http://utopiazh.github.com/"/>
<updated>2013-03-17T10:56:52+08:00</updated> <updated>2013-03-17T10:57:36+08:00</updated>
<id>http://utopiazh.github.com/</id> <id>http://utopiazh.github.com/</id>
<author> <author>
<name><![CDATA[Hang Zhou]]></name> <name><![CDATA[Hang Zhou]]></name>
Expand Down Expand Up @@ -56,7 +56,8 @@ mongos&gt; sh.addShard("127.0.0.1:27229")
<p>Enable shard for DB</p> <p>Enable shard for DB</p>
<p> mongos> sh.enableSharding("github")</p> <pre><code>mongos&gt; sh.enableSharding("github")
</code></pre>
<p>Create Index on the to-be-sharded key</p> <p>Create Index on the to-be-sharded key</p>
Expand Down
2 changes: 1 addition & 1 deletion blog/categories/search/atom.xml
Expand Up @@ -4,7 +4,7 @@
<title><![CDATA[Category: search | Coding For Fun]]></title> <title><![CDATA[Category: search | Coding For Fun]]></title>
<link href="http://utopiazh.github.com/blog/categories/search/atom.xml" rel="self"/> <link href="http://utopiazh.github.com/blog/categories/search/atom.xml" rel="self"/>
<link href="http://utopiazh.github.com/"/> <link href="http://utopiazh.github.com/"/>
<updated>2013-03-17T10:56:52+08:00</updated> <updated>2013-03-17T10:57:36+08:00</updated>
<id>http://utopiazh.github.com/</id> <id>http://utopiazh.github.com/</id>
<author> <author>
<name><![CDATA[Hang Zhou]]></name> <name><![CDATA[Hang Zhou]]></name>
Expand Down
2 changes: 1 addition & 1 deletion blog/categories/tools/atom.xml
Expand Up @@ -4,7 +4,7 @@
<title><![CDATA[Category: tools | Coding For Fun]]></title> <title><![CDATA[Category: tools | Coding For Fun]]></title>
<link href="http://utopiazh.github.com/blog/categories/tools/atom.xml" rel="self"/> <link href="http://utopiazh.github.com/blog/categories/tools/atom.xml" rel="self"/>
<link href="http://utopiazh.github.com/"/> <link href="http://utopiazh.github.com/"/>
<updated>2013-03-17T10:56:52+08:00</updated> <updated>2013-03-17T10:57:36+08:00</updated>
<id>http://utopiazh.github.com/</id> <id>http://utopiazh.github.com/</id>
<author> <author>
<name><![CDATA[Hang Zhou]]></name> <name><![CDATA[Hang Zhou]]></name>
Expand Down
3 changes: 2 additions & 1 deletion index.html
Expand Up @@ -134,7 +134,8 @@ <h2>Add shard for standalone mongod</h2>


<p>Enable shard for DB</p> <p>Enable shard for DB</p>


<p> mongos> sh.enableSharding(&#8220;github&#8221;)</p> <pre><code>mongos&gt; sh.enableSharding("github")
</code></pre>


<p>Create Index on the to-be-sharded key</p> <p>Create Index on the to-be-sharded key</p>


Expand Down
6 changes: 3 additions & 3 deletions sitemap.xml
Expand Up @@ -30,15 +30,15 @@
<loc> <loc>
http://utopiazh.github.com/blog/2013/03/17/configure-sharded-mongodb-on-single-host/ http://utopiazh.github.com/blog/2013/03/17/configure-sharded-mongodb-on-single-host/
</loc> </loc>
<lastmod>2013-03-17T10:56:46+08:00</lastmod> <lastmod>2013-03-17T10:57:28+08:00</lastmod>
</url> </url>
<url> <url>
<loc>http://utopiazh.github.com/</loc> <loc>http://utopiazh.github.com/</loc>
<lastmod>2013-03-17T10:56:46+08:00</lastmod> <lastmod>2013-03-17T10:57:28+08:00</lastmod>
</url> </url>
<url> <url>
<loc>http://utopiazh.github.com/blog/archives/</loc> <loc>http://utopiazh.github.com/blog/archives/</loc>
<lastmod>2013-03-17T10:56:46+08:00</lastmod> <lastmod>2013-03-17T10:57:28+08:00</lastmod>
</url> </url>
<url> <url>
<loc>http://utopiazh.github.com/robots.txt</loc> <loc>http://utopiazh.github.com/robots.txt</loc>
Expand Down

0 comments on commit 3cb12c9

Please sign in to comment.