You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by mf...@apache.org on 2014/06/23 20:22:13 UTC

[09/45] Fixed bugs in datasift provider and improved datasift conversion to activity objects

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/5516471e/streams-contrib/streams-provider-datasift/src/test/resources/random_sample_datasift_json.txt
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-datasift/src/test/resources/random_sample_datasift_json.txt b/streams-contrib/streams-provider-datasift/src/test/resources/random_sample_datasift_json.txt
new file mode 100644
index 0000000..c738e80
--- /dev/null
+++ b/streams-contrib/streams-provider-datasift/src/test/resources/random_sample_datasift_json.txt
@@ -0,0 +1,1547 @@
+{"amazon":{"anchor":"533193","author":{"link":"https:\/\/forums.aws.amazon.com\/profile.jspa?userID=293511","name":"zwowski","username":"zwowski"},"boardname":"AWS Developer Forums: Discussion Forums","categories":"Software","content":"<div style=\"line-height:1.5; padding-left: 25px;padding-right: 10px;\">\n                Hi there,<br \/>\n<br \/>\nI have some troubles applying the Apache SSLRequireSSL directive..<br \/>\nI'm running a single instance PHP 5.5 environment.<br \/>\n<br \/>\nI have set up SSL as described here: <a class=\"jive-link-external\" href=\"http:\/\/docs.aws.amazon.com\/elasticbeanstalk\/latest\/dg\/SSL.SingleInstance.html\">http:\/\/docs.aws.amazon.com\/elasticbeanstalk\/latest\/dg\/SSL.SingleInstance.html<\/a><br \/>\n<br \/>\nI used the ssl.conf snippet as given for PHP:<a class=\"jive-link-external\" href=\"http:\/\/docs.aws.amazon.com\/elasticbeanstalk\/latest\/dg\/SSLPHP.SingleInstance.html\">http:\/\/docs.aws.amazon.com\/elasticbeanstalk\/latest\/dg\/
 SSLPHP.SingleInstance.html<\/a><br \/>\n<br \/>\n(Btw: is this mere a (simple) example? Perhaps this could be improved upon? (e.g. I miss some directives like SSLCipherSuite and SSLSessionCache?))<br \/>\n<br \/>\nI want to protect my app\/environment with HTTP authentication, and want to force all traffic over HTTPS, <b>including<\/b> the HTTP authentication.<br \/>\n<br \/>\nA redirect won't work, as people will still be asked their credentials over HTTP, thus their login info will be sent in the clear the first time in that case... (as a redirect will kick in afterwards.)<br \/>\n<br \/>\nThe solution seems to be to use SSLRequireSSL, and, if you want to auto-redirect HTTP, catch the 403 Forbidden generated.<br \/>\n(SSLRequireSSL takes precedence over Auth.)<br \/>\n<br \/>\nThe problem is, opposed to what to expect; I also get a 403 Forbidden on the <a class=\"jive-link-external\" href=\"https:\/\/\">https:\/\/<\/a> domain.<br \/>\n<br \/>\nI guess it has to do with the proxy s
 etup?:<br \/>\n<pre class=\"jive-pre\"><code class=\"jive-code jive-java\">ProxyPass \/ http:<font color=\"darkgreen\">\/\/localhost:80\/ retry=0<\/font>\nProxyPassReverse \/ http:<font color=\"darkgreen\">\/\/localhost:80\/<\/font>\nProxyPreserveHost on\n<\/code><\/pre><br \/>\nIs there anyway I can get this to work?<br \/>\n<br \/>\nThanks!<br \/>\n<br \/>\nps: I tried both the 2013.09 AMI, and the 2014.02 AMI, where the latter, as stated here: <a class=\"jive-link-external\" href=\"http:\/\/docs.aws.amazon.com\/elasticbeanstalk\/latest\/dg\/concepts.platforms.html#concepts.platforms.PHP\">http:\/\/docs.aws.amazon.com\/elasticbeanstalk\/latest\/dg\/concepts.platforms.html#concepts.platforms.PHP<\/a> should have Apache 2.2 installed\/configured?<br \/>\nThis is <b>not<\/b> the case however; I found the same Apache version installed as on the 2013.09 AMI (2.4.6 that is)?<br \/>\n<br \/>\n\n                <\/div>","contenttype":"html","countrycode":"US","crawled":"Tue, 01 Apr 2014 0
 2:56:53 +0000","created_at":"Sun, 30 Mar 2014 02:56:00 +0000","domain":"aws.amazon.com","forumid":"4fb3198a5d","forumname":"AWS Elastic Beanstalk (Beta)","forumurl":"https:\/\/forums.aws.amazon.com\/forum.jspa?forumID=86","id":"1e3b7b6d2cfaa000e072b2fe78019acc","language":"English","link":"https:\/\/forums.aws.amazon.com\/thread.jspa?threadID=149131&tstart=0#533193","links":["http:\/\/docs.aws.amazon.com\/elasticbeanstalk\/latest\/dg\/SSL.SingleInstance.html","http:\/\/docs.aws.amazon.com\/elasticbeanstalk\/latest\/dg\/SSLPHP.SingleInstance.html","http:\/\/docs.aws.amazon.com\/elasticbeanstalk\/latest\/dg\/concepts.platforms.html#concepts.platforms.PHP"],"siteid":"4fb31966d4","thread":"https:\/\/forums.aws.amazon.com\/thread.jspa?threadID=149131&tstart=0","threadid":"149131","threadstarter":1,"title":"Apache: SSLRequireSSL (single instance)","topics":"Computers","type":"thread"},"interaction":{"author":{"link":"https:\/\/forums.aws.amazon.com\/profile.jspa?userID=293511","name":"zwo
 wski","username":"zwowski"},"content":"<div style=\"line-height:1.5; padding-left: 25px;padding-right: 10px;\">\n                Hi there,<br \/>\n<br \/>\nI have some troubles applying the Apache SSLRequireSSL directive..<br \/>\nI'm running a single instance PHP 5.5 environment.<br \/>\n<br \/>\nI have set up SSL as described here: <a class=\"jive-link-external\" href=\"http:\/\/docs.aws.amazon.com\/elasticbeanstalk\/latest\/dg\/SSL.SingleInstance.html\">http:\/\/docs.aws.amazon.com\/elasticbeanstalk\/latest\/dg\/SSL.SingleInstance.html<\/a><br \/>\n<br \/>\nI used the ssl.conf snippet as given for PHP:<a class=\"jive-link-external\" href=\"http:\/\/docs.aws.amazon.com\/elasticbeanstalk\/latest\/dg\/SSLPHP.SingleInstance.html\">http:\/\/docs.aws.amazon.com\/elasticbeanstalk\/latest\/dg\/SSLPHP.SingleInstance.html<\/a><br \/>\n<br \/>\n(Btw: is this mere a (simple) example? Perhaps this could be improved upon? (e.g. I miss some directives like SSLCipherSuite and SSLSessionCache?))<
 br \/>\n<br \/>\nI want to protect my app\/environment with HTTP authentication, and want to force all traffic over HTTPS, <b>including<\/b> the HTTP authentication.<br \/>\n<br \/>\nA redirect won't work, as people will still be asked their credentials over HTTP, thus their login info will be sent in the clear the first time in that case... (as a redirect will kick in afterwards.)<br \/>\n<br \/>\nThe solution seems to be to use SSLRequireSSL, and, if you want to auto-redirect HTTP, catch the 403 Forbidden generated.<br \/>\n(SSLRequireSSL takes precedence over Auth.)<br \/>\n<br \/>\nThe problem is, opposed to what to expect; I also get a 403 Forbidden on the <a class=\"jive-link-external\" href=\"https:\/\/\">https:\/\/<\/a> domain.<br \/>\n<br \/>\nI guess it has to do with the proxy setup?:<br \/>\n<pre class=\"jive-pre\"><code class=\"jive-code jive-java\">ProxyPass \/ http:<font color=\"darkgreen\">\/\/localhost:80\/ retry=0<\/font>\nProxyPassReverse \/ http:<font color=\"dar
 kgreen\">\/\/localhost:80\/<\/font>\nProxyPreserveHost on\n<\/code><\/pre><br \/>\nIs there anyway I can get this to work?<br \/>\n<br \/>\nThanks!<br \/>\n<br \/>\nps: I tried both the 2013.09 AMI, and the 2014.02 AMI, where the latter, as stated here: <a class=\"jive-link-external\" href=\"http:\/\/docs.aws.amazon.com\/elasticbeanstalk\/latest\/dg\/concepts.platforms.html#concepts.platforms.PHP\">http:\/\/docs.aws.amazon.com\/elasticbeanstalk\/latest\/dg\/concepts.platforms.html#concepts.platforms.PHP<\/a> should have Apache 2.2 installed\/configured?<br \/>\nThis is <b>not<\/b> the case however; I found the same Apache version installed as on the 2013.09 AMI (2.4.6 that is)?<br \/>\n<br \/>\n\n                <\/div>","contenttype":"html","created_at":"Sun, 30 Mar 2014 02:56:00 +0000","id":"1e3b7b6d2cfaa000e072b2fe78019acc","link":"https:\/\/forums.aws.amazon.com\/thread.jspa?threadID=149131&tstart=0#533193","schema":{"version":3},"subtype":"thread","title":"Apache: SSLRequireSSL
  (single instance)","type":"amazon"},"language":{"confidence":99,"tag":"en","tag_extended":"en"},"links":{"code":[200,200,200],"created_at":["Tue, 01 Apr 2014 07:44:11 +0000","Tue, 01 Apr 2014 07:44:11 +0000","Tue, 01 Apr 2014 07:44:12 +0000"],"hops":[[],[],["http:\/\/docs.aws.amazon.com\/elasticbeanstalk\/latest\/dg\/concepts.platforms.html#concepts.platforms.PHP"]],"meta":{"charset":["CP1252","CP1252","CP1252"],"content_type":["text\/html","text\/html","text\/html"],"description":["Configure SSL for single-instance environments that have applications running on Apache Tomcat, Python, Node.js, or PHP 5.3 and PHP 5.4.","Configure SSL for single-instance environments that have applications running on PHP 5.3, PHP 5.4, and PHP 5.5.","AWS Elastic Beanstalk supports applications developed in Java, PHP, .NET, Node.js, Python, and Ruby, each with their own container types. Container types can be described according to the container name (also known as the solution stack name or predefined
  configuration), the AMI (or operating system), programming language, Web Server, and Reverse Proxy."],"lang":["unknown","unknown","unknown"]},"normalized_url":["http:\/\/docs.aws.amazon.com\/elasticbeanstalk\/latest\/dg\/SSL.SingleInstance.html","http:\/\/docs.aws.amazon.com\/elasticbeanstalk\/latest\/dg\/SSLPHP.SingleInstance.html","http:\/\/docs.aws.amazon.com\/elasticbeanstalk\/latest\/dg\/concepts.platforms.html"],"retweet_count":[0,0,0],"title":["Configuring SSL for Single-Instance Environments - AWS Elastic Beanstalk","SSL on Single-Instances of PHP 5.3, PHP 5.4, and PHP 5.5 - AWS Elastic Beanstalk","Supported Platforms - AWS Elastic Beanstalk"],"url":["http:\/\/docs.aws.amazon.com\/elasticbeanstalk\/latest\/dg\/SSL.SingleInstance.html","http:\/\/docs.aws.amazon.com\/elasticbeanstalk\/latest\/dg\/SSLPHP.SingleInstance.html","http:\/\/docs.aws.amazon.com\/elasticbeanstalk\/latest\/dg\/concepts.platforms.html"]},"salience":{"content":{"entities":[{"name":"Apache","sentiment":0,
 "confident":1,"label":"Company","evidence":1,"type":"Company","about":0}],"sentiment":-2},"title":{"entities":[{"name":"Apache","sentiment":0,"confident":1,"label":"Company","evidence":4,"type":"Company","about":1,"themes":["single instance"]}],"sentiment":0}}}
+{"amazon":{"anchor":"533271","author":{"link":"https:\/\/forums.aws.amazon.com\/profile.jspa?userID=293511","name":"zwowski","username":"zwowski"},"boardname":"AWS Developer Forums: Discussion Forums","categories":"Software","content":"Well, got a solution for what I wanted to accomplish, and it can all be done in a .htaccess:\n\nAuthUserFile ...\n...\nRequire valid-user\n \nOrder deny,allow\nDeny from all\nAllow from 127.0.0.1\n\n\nPerhaps I could've realized sooner something like this would work, but this stuff is not my prime field of expertise\nI figure this only grants the SSL proxy access to the default port 80 HTTP domain.\n\nI do keep this question open, since I'm still wondering about the SSLRequireSSL directive.","contenttype":"html","countrycode":"US","crawled":"Tue, 01 Apr 2014 02:56:53 +0000","created_at":"Sun, 30 Mar 2014 15:11:00 +0000","domain":"aws.amazon.com","forumid":"4fb3198a5d","forumname":"AWS Elastic Beanstalk (Beta)","forumurl":"https:\/\/forums.aws.amazon.c
 om\/forum.jspa?forumID=86","id":"1e3b81d80759aa00e072ad336a2bab92","language":"English","link":"https:\/\/forums.aws.amazon.com\/thread.jspa?threadID=149131&tstart=0#533271","siteid":"4fb31966d4","thread":"https:\/\/forums.aws.amazon.com\/thread.jspa?threadID=149131&tstart=0","threadid":"149131","title":"Apache: SSLRequireSSL (single instance)","topics":"Computers","type":"post"},"interaction":{"author":{"link":"https:\/\/forums.aws.amazon.com\/profile.jspa?userID=293511","name":"zwowski","username":"zwowski"},"content":"Well, got a solution for what I wanted to accomplish, and it can all be done in a .htaccess:\n\nAuthUserFile ...\n...\nRequire valid-user\n \nOrder deny,allow\nDeny from all\nAllow from 127.0.0.1\n\n\nPerhaps I could've realized sooner something like this would work, but this stuff is not my prime field of expertise\nI figure this only grants the SSL proxy access to the default port 80 HTTP domain.\n\nI do keep this question open, since I'm still wondering about the
  SSLRequireSSL directive.","contenttype":"html","created_at":"Sun, 30 Mar 2014 15:11:00 +0000","id":"1e3b81d80759aa00e072ad336a2bab92","link":"https:\/\/forums.aws.amazon.com\/thread.jspa?threadID=149131&tstart=0#533271","schema":{"version":3},"subtype":"post","title":"Apache: SSLRequireSSL (single instance)","type":"amazon"},"language":{"confidence":99,"tag":"en","tag_extended":"en"},"salience":{"content":{"sentiment":1},"title":{"entities":[{"name":"Apache","sentiment":0,"confident":1,"label":"Company","evidence":4,"type":"Company","about":1,"themes":["single instance"]}],"sentiment":0}}}
+{"blog":{"atomversion":"1.0","author":{"name":"basyura"},"blog":{"link":"http:\/\/d.hatena.ne.jp\/basyura\/","title":"basyura's blog"},"blogid":"55821125","content":"<p><code>http:\/\/localhost:3000<\/code> \u3058\u3083\u306A\u304F\u3066\u3001<code>http:\/\/localhost\/sample<\/code> \u3067\u52D5\u304B\u3057\u305F\u3044\u3002<\/p><p>httpd.conf<\/p>\n<pre class=\"code\" data-unlink><VirtualHost *:80>\n  ProxyPass \/sample http:\/\/localhost:3000\/sample\n  ProxyPassReverse \/sample http:\/\/localhost:3000\/sample\n<\/VirtualHost><\/pre><p>config\/environments\/development.rb<\/p>\n<pre class=\"code\" data-unlink>config.relative_url_root = <span class=\"synSpecial\">\"<\/span><span class=\"synConstant\">\/sample<\/span><span class=\"synSpecial\">\"<\/span>\n<\/pre><p>\u8D77\u52D5<\/p>\n<pre class=\"code\" data-unlink>bundle exec thin start --prefix \/sample<\/pre><p>\u3067\u304D\u305F\u3051\u3069\u6B63\u89E3\u304C\u5206\u304B\u3089\u306A\u3044\u3002<\/p><p><code>application.rb<\/code> 
 \u306B <code>config.assets.prefix = \"\/sample\/assets\/\"<\/code> \u3068\u5B9A\u7FA9\u3059\u308C\u3070\u3044\u3044\u306E\u304B\u3068\u601D\u3063\u3066\u305F\u3051\u3069\u9055\u3063\u305F\u307F\u305F\u3044\u3002\u3053\u3063\u3061\u306F\u3069\u3046\u3044\u3046\u6642\u306B\u4F7F\u3046\u306E\u304B\u3088\u304F\u5206\u304B\u3089\u3093\u304B\u3063\u305F\u3002<\/p>","contenttype":"html","created_at":"Sun, 23 Mar 2014 10:56:24 +0000","domain":"d.hatena.ne.jp","guid":"1e2c1f54e6c6548c4381b6e9a6361cea","id":"1e3b279c65cbac00e0729be4b09bfd5c","lang":"ja","link":"http:\/\/blog.basyura.org\/entry\/2014\/03\/23\/195624","links":["http:\/\/localhost:3000","http:\/\/localhost\/sample","http:\/\/localhost:3000\/sample"],"parseddate":"Sun, 23 Mar 2014 15:32:03 +0000","postid":"1426a00d-f33f-4144-b396-5160bda65a31","title":"apache + rails \u3092\u30B5\u30D6\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA\u3067\u52D5\u304B\u3057\u305F\u3044","type":"post","updated":"Sun, 23 Mar 2014 10:56:24 +0000"},"interaction":
 {"author":{"name":"basyura"},"content":"<p><code>http:\/\/localhost:3000<\/code> \u3058\u3083\u306A\u304F\u3066\u3001<code>http:\/\/localhost\/sample<\/code> \u3067\u52D5\u304B\u3057\u305F\u3044\u3002<\/p><p>httpd.conf<\/p>\n<pre class=\"code\" data-unlink><VirtualHost *:80>\n  ProxyPass \/sample http:\/\/localhost:3000\/sample\n  ProxyPassReverse \/sample http:\/\/localhost:3000\/sample\n<\/VirtualHost><\/pre><p>config\/environments\/development.rb<\/p>\n<pre class=\"code\" data-unlink>config.relative_url_root = <span class=\"synSpecial\">\"<\/span><span class=\"synConstant\">\/sample<\/span><span class=\"synSpecial\">\"<\/span>\n<\/pre><p>\u8D77\u52D5<\/p>\n<pre class=\"code\" data-unlink>bundle exec thin start --prefix \/sample<\/pre><p>\u3067\u304D\u305F\u3051\u3069\u6B63\u89E3\u304C\u5206\u304B\u3089\u306A\u3044\u3002<\/p><p><code>application.rb<\/code> \u306B <code>config.assets.prefix = \"\/sample\/assets\/\"<\/code> \u3068\u5B9A\u7FA9\u3059\u308C\u3070\u3044\u3044\u306E\u304
 B\u3068\u601D\u3063\u3066\u305F\u3051\u3069\u9055\u3063\u305F\u307F\u305F\u3044\u3002\u3053\u3063\u3061\u306F\u3069\u3046\u3044\u3046\u6642\u306B\u4F7F\u3046\u306E\u304B\u3088\u304F\u5206\u304B\u3089\u3093\u304B\u3063\u305F\u3002<\/p>","contenttype":"html","created_at":"Sun, 23 Mar 2014 10:56:24 +0000","id":"1e3b279c65cbac00e0729be4b09bfd5c","link":"http:\/\/blog.basyura.org\/entry\/2014\/03\/23\/195624","schema":{"version":3},"subtype":"post","title":"apache + rails \u3092\u30B5\u30D6\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA\u3067\u52D5\u304B\u3057\u305F\u3044","type":"blog"},"language":{"confidence":49,"tag":"ja","tag_extended":"ja"},"links":{"code":[404],"created_at":["Sun, 23 Mar 2014 15:41:17 +0000"],"hops":[["http:\/\/localhost\/sample"]],"normalized_url":[null],"retweet_count":[0],"title":["null"],"url":["http:\/\/localhost\/sample"]}}
+{"blog":{"author":{"name":"FunPonsel"},"blog":{"link":"http:\/\/funponsel.org\/","title":"PonSeL Indonesia."},"blogid":"71176595","content":"Jakarta\u00A0-4 Pengendara motor TVS Apache 180 cc sukses menaklukan ganasnya medan Kalimantan. Dominasi jalan dengan kontur perbukitan yang memiliki elevasi yang tinggi berhasil dilalui tanpa kendala oleh mesin TVS Apache 180. Perjalanan Tim Round The Borneo (RTB) ini dimulai dari Main Dealer TVS Dewi Sartika, 6 Januari 2014 lalu. TVS Apache 180 diuji terlebih dahulu [\u2026]","contenttype":"html","created_at":"Sun, 23 Mar 2014 17:51:07 +0000","domain":"funponsel.org","guid":"0633391e1e9c865bb976c4605ca9d22f","id":"1e3b2b3b5c93a780e072555ff59c6636","lang":"id","link":"http:\/\/funponsel.org\/33180\/tvs-apache-taklukkan-ganasnya-kalimantan-2.html","parseddate":"Sun, 23 Mar 2014 19:07:40 +0000","postid":"df16f773-3ac0-4de5-9e15-2923aac2b119","title":"TVS Apache Taklukkan Ganasnya Kalimantan","type":"post"},"interaction":{"author":{"name":"FunPon
 sel"},"content":"Jakarta\u00A0-4 Pengendara motor TVS Apache 180 cc sukses menaklukan ganasnya medan Kalimantan. Dominasi jalan dengan kontur perbukitan yang memiliki elevasi yang tinggi berhasil dilalui tanpa kendala oleh mesin TVS Apache 180. Perjalanan Tim Round The Borneo (RTB) ini dimulai dari Main Dealer TVS Dewi Sartika, 6 Januari 2014 lalu. TVS Apache 180 diuji terlebih dahulu [\u2026]","contenttype":"html","created_at":"Sun, 23 Mar 2014 17:51:07 +0000","id":"1e3b2b3b5c93a780e072555ff59c6636","link":"http:\/\/funponsel.org\/33180\/tvs-apache-taklukkan-ganasnya-kalimantan-2.html","schema":{"version":3},"subtype":"post","title":"TVS Apache Taklukkan Ganasnya Kalimantan","type":"blog"},"language":{"confidence":99,"tag":"id","tag_extended":"id"}}
+{"blog":{"author":{"name":"hh58"},"blog":{"link":"http:\/\/blog.sina.com.cn\/hu263","title":"hh58"},"blogid":"73188486","content":"\u73B0\u4ECA\u5B58\u5728\u7684\u5F00\u6E90\u534F\u8BAE\u5F88\u591A\uFF0C\u800C\u7ECF\u8FC7Open\u00A0Source\u00A0Initiative\u7EC4\u7EC7\u901A\u8FC7\u6279\u51C6\u7684\u5F00\u6E90\u534F\u8BAE\u76EE\u524D\u670958\u79CD\uFF08http:\/\/www.opensource.org\/licenses\/alphabetical\uFF09\u3002\u6211\u4EEC\u5728\u5E38\u89C1\u7684\u5F00\u6E90\u534F\u8BAE\u5982BSD,\u00A0GPL,\u00A0LGPL,MIT\u7B49\u90FD\u662FOSI\u6279\u51C6\u7684\u534F\u8BAE\u3002\u5982\u679C\u8981\u5F00\u6E90\u81EA\u5DF1\u7684\u4EE3\u7801\uFF0C\u6700\u597D\u4E5F\u662F\u9009\u62E9\u8FD9\u4E9B\u88AB\u6279\u51C6\u7684\u5F00\u6E90\u534F\u8BAE\u3002<br \/>\n\n\u8FD9\u91CC\u6211\u4EEC\u6765\u770B\u56DB\u79CD\u6700\u5E38\u7528\u7684\u5F00\u6E90\u534F\u8BAE\u53CA\u5B83\u4EEC\u7684\u9002\u7528\u8303\u56F4\uFF0C\u4F9B\u90A3\u4E9B\u51C6\u5907\u5F00\u6E90\u6216\u8005\u4F7F\u7528\u5F00\u6E90\u4EA7\u54C1\u7684\u5F00\
 u53D1\u4EBA\u5458\/\u5382\u5BB6\u53C2\u8003\u3002<br \/>\n<br \/>\nBSD\u5F00\u6E90\u534F\u8BAE\uFF08original\u00A0BSD\u00A0license\u3001FreeBSD\u00A0license\u3001Original\u00A0BSD\u00A0license\uFF09\u00A0BSD\u5F00\u6E90\u534F\u8BAE\u662F\u4E00\u4E2A\u7ED9\u4E8E\u4F7F\u7528\u8005\u5F88\u5927\u81EA\u7531\u7684\u534F\u8BAE\u3002\u57FA\u672C\u4E0A\u4F7F\u7528\u8005\u53EF\u4EE5\u201D\u4E3A\u6240\u6B32\u4E3A\u201D,\u53EF\u4EE5\u81EA\u7531\u7684\u4F7F\u7528\uFF0C\u4FEE\u6539\u6E90\u4EE3\u7801\uFF0C\u4E5F\u53EF\u4EE5\u5C06\u4FEE\u6539\u540E\u7684\u4EE3\u7801\u4F5C\u4E3A\u5F00\u6E90\u6216\u8005\u4E13\u6709\u8F6F\u4EF6\u518D\u53D1\u5E03\u3002<br \/>\n\n\u4F46\u201D\u4E3A\u6240\u6B32\u4E3A\u201D\u7684\u524D\u63D0\u5F53\u4F60\u53D1\u5E03\u4F7F\u7528\u4E86BSD\u534F\u8BAE\u7684\u4EE3\u7801\uFF0C\u6216\u5219\u4EE5BSD\u534F\u8BAE\u4EE3\u7801\u4E3A\u57FA\u7840\u505A\u4E8C\u6B21\u5F00\u53D1\u81EA\u5DF1\u7684\u4EA7\u54C1\u65F6\uFF0C\u9700\u8981\u6EE1\u8DB3\u4E09\u4E2A\u6761\u4EF6\uFF1A<br \/>\n1.\u00A
 0\u5982\u679C\u518D\u53D1\u5E03\u7684\u4EA7\u54C1\u4E2D\u5305\u542B\u6E90\u4EE3\u7801\uFF0C\u5219\u5728\u6E90\u4EE3\u7801\u4E2D\u5FC5\u987B\u5E26\u6709\u539F\u6765\u4EE3\u7801\u4E2D\u7684BSD\u534F\u8BAE\u3002\u00A02.\u00A0\u5982\u679C\u518D\u53D1\u5E03\u7684\u53EA\u662F\u4E8C\u8FDB\u5236\u7C7B\u5E93\/\u8F6F\u4EF6\uFF0C\u5219\u9700\u8981\u5728\u7C7B\u5E93\/\u8F6F\u4EF6\u7684\u6587\u6863\u548C\u7248\u6743\u58F0\u660E\u4E2D\u5305\u542B<br \/>\n\n\u539F\u6765\u4EE3\u7801\u4E2D\u7684BSD\u534F\u8BAE\u3002<br \/>\n3.\u00A0\u4E0D\u53EF\u4EE5\u7528\u5F00\u6E90\u4EE3\u7801\u7684\u4F5C\u8005\/\u673A\u6784\u540D\u5B57\u548C\u539F\u6765\u4EA7\u54C1\u7684\u540D\u5B57\u505A\u5E02\u573A\u63A8\u5E7F\u3002\u00A0BSD\u00A0\u4EE3\u7801\u9F13\u52B1\u4EE3\u7801\u5171\u4EAB\uFF0C\u4F46\u9700\u8981\u5C0A\u91CD\u4EE3\u7801\u4F5C\u8005\u7684\u8457\u4F5C\u6743\u3002BSD\u7531\u4E8E\u5141\u8BB8\u4F7F\u7528\u8005\u4FEE\u6539\u548C\u91CD\u65B0\u53D1\u5E03\u4EE3\u7801\uFF0C\u4E5F\u5141\u8BB8\u4F7F\u7528\u6216\u5728
 BSD\u4EE3\u7801\u4E0A\u5F00\u53D1\u5546\u4E1A\u8F6F\u4EF6\u53D1\u5E03\u548C\u9500\u552E\uFF0C\u56E0\u6B64\u662F\u5BF9\u5546\u4E1A\u96C6\u6210\u5F88\u53CB\u597D\u7684\u534F\u8BAE\u3002\u800C\u5F88\u591A\u7684\u516C\u53F8\u4F01\u4E1A\u5728\u9009\u7528\u5F00\u6E90\u4EA7\u54C1\u7684\u65F6\u5019\u90FD\u9996\u9009BSD\u534F\u8BAE\uFF0C\u56E0\u4E3A\u53EF\u4EE5\u5B8C\u5168\u63A7\u5236\u8FD9\u4E9B\u7B2C\u4E09\u65B9\u7684\u4EE3\u7801\uFF0C\u5728\u5FC5\u8981\u7684\u65F6\u5019\u53EF\u4EE5\u4FEE\u6539\u6216\u8005\u4E8C\u6B21\u5F00\u53D1\u3002<br \/>\n\nApache\u00A0Licence\u00A02.0\uFF08Apache\u00A0License,\u00A0Version\u00A02.0\u3001Apache\u00A0License,\u00A0Version\u00A01.1\u3001Apache\u00A0License,\u00A0Version\u00A01.0\uFF09<br \/>\n\nApache\u00A0Licence\u662F\u8457\u540D\u7684\u975E\u76C8\u5229\u5F00\u6E90\u7EC4\u7EC7Apache\u91C7\u7528\u7684\u534F\u8BAE\u3002\u8BE5\u534F\u8BAE\u548CBSD\u7C7B\u4F3C\uFF0C\u540C\u6837\u9F13\u52B1\u4EE3\u7801\u5171\u4EAB\u548C\u5C0A\u91CD\u539F\u4F5C\u8005\u7684\
 u8457\u4F5C\u6743\uFF0C\u540C\u6837\u5141\u8BB8\u4EE3\u7801\u4FEE\u6539\uFF0C\u518D\u53D1\u5E03\uFF08\u4F5C\u4E3A\u5F00\u6E90\u6216\u5546\u4E1A\u8F6F\u4EF6\uFF09\u3002\u9700\u8981\u6EE1\u8DB3\u7684\u6761\u4EF6\u4E5F\u548CBSD\u7C7B\u4F3C\uFF1A<br \/>\n\n1.\u00A0\u9700\u8981\u7ED9\u4EE3\u7801\u7684\u7528\u6237\u4E00\u4EFDApache\u00A0Licence<br \/>\n2.\u00A0\u5982\u679C\u4F60\u4FEE\u6539\u4E86\u4EE3\u7801\uFF0C\u9700\u8981\u518D\u88AB\u4FEE\u6539\u7684\u6587\u4EF6\u4E2D\u8BF4\u660E\u3002<br \/>\n3.\u00A0\u5728\u5EF6\u4F38\u7684\u4EE3\u7801\u4E2D\uFF08\u4FEE\u6539\u548C\u6709\u6E90\u4EE3\u7801\u884D\u751F\u7684\u4EE3\u7801\u4E2D\uFF09\u9700\u8981\u5E26\u6709\u539F\u6765\u4EE3\u7801\u4E2D\u7684\u534F\u8BAE\uFF0C\u5546<br \/>\n\u6807\uFF0C\u4E13\u5229\u58F0\u660E\u548C\u5176\u4ED6\u539F\u6765\u4F5C\u8005\u89C4\u5B9A\u9700\u8981\u5305\u542B\u7684\u8BF4\u660E\u3002<br \/>\n4.\u00A0\u5982\u679C\u518D\u53D1\u5E03\u7684\u4EA7\u54C1\u4E2D\u5305\u542B\u4E00\u4E2ANotice\u6587\u4EF6\uFF0C\u5219\u5
 728Notice\u6587\u4EF6\u4E2D\u9700\u8981\u5E26\u6709Apache<br \/>\n\nLicence\u3002\u4F60\u53EF\u4EE5\u5728Notice\u4E2D\u589E\u52A0\u81EA\u5DF1\u7684\u8BB8\u53EF\uFF0C\u4F46\u4E0D\u53EF\u4EE5\u8868\u73B0\u4E3A\u5BF9Apache\u00A0Licence\u6784\u6210\u66F4\u6539\u3002<br \/>\n\nApache\u00A0Licence\u4E5F\u662F\u5BF9\u5546\u4E1A\u5E94\u7528\u53CB\u597D\u7684\u8BB8\u53EF\u3002\u4F7F\u7528\u8005\u4E5F\u53EF\u4EE5\u5728\u9700\u8981\u7684\u65F6\u5019\u4FEE\u6539\u4EE3\u7801\u6765\u6EE1\u8DB3\u9700\u8981\u5E76\u4F5C\u4E3A\u5F00\u6E90\u6216\u5546\u4E1A\u4EA7\u54C1\u53D1\u5E03\/\u9500\u552E\u3002\u00A0GPL\uFF08GNU\u00A0General\u00A0Public\u00A0License\uFF09<br \/>\n\n\u6211\u4EEC\u5F88\u719F\u6089\u7684Linux\u5C31\u662F\u91C7\u7528\u4E86GPL\u3002GPL\u534F\u8BAE\u548CBSD,\u00A0Apache\u00A0Licence\u7B49\u9F13\u52B1\u4EE3\u7801\u91CD\u7528\u7684\u8BB8\u53EF\u5F88\u4E0D\u4E00\u6837\u3002GPL\u7684\u51FA\u53D1\u70B9\u662F\u4EE3\u7801\u7684\u5F00\u6E90\/\u514D\u8D39\u4F7F\u7528\u548C\u5F15\u7528\/\u4FEE\
 u6539\/\u884D\u751F\u4EE3\u7801\u7684\u5F00\u6E90\/\u514D\u8D39\u4F7F\u7528\uFF0C\u4F46\u4E0D\u5141\u8BB8\u4FEE\u6539\u540E\u548C\u884D\u751F\u7684\u4EE3\u7801\u505A\u4E3A\u95ED\u6E90\u7684\u5546\u4E1A\u8F6F\u4EF6\u53D1\u5E03\u548C\u9500\u552E\u3002\u8FD9\u4E5F\u5C31\u662F\u4E3A\u4EC0\u4E48\u6211\u4EEC\u80FD\u7528\u514D\u8D39\u7684\u5404\u79CDlinux\uFF0C\u5305\u62EC\u5546\u4E1A\u516C\u53F8\u7684linux\u548Clinux\u4E0A\u5404\u79CD\u5404\u6837\u7684\u7531\u4E2A\u4EBA\uFF0C\u7EC4\u7EC7\uFF0C\u4EE5\u53CA\u5546\u4E1A\u8F6F\u4EF6\u516C\u53F8\u5F00\u53D1\u7684\u514D\u8D39\u8F6F\u4EF6\u4E86\u3002<br \/>\n\nGPL\u534F\u8BAE\u7684\u4E3B\u8981\u5185\u5BB9\u662F\u53EA\u8981\u5728\u4E00\u4E2A\u8F6F\u4EF6\u4E2D\u4F7F\u7528(\u201C\u4F7F\u7528\u201D\u6307\u7C7B\u5E93\u5F15\u7528\uFF0C\u4FEE\u6539\u540E\u7684\u4EE3\u7801\u6216\u8005\u884D\u751F\u4EE3\u7801)GPL\u00A0\u534F\u8BAE\u7684\u4EA7\u54C1\uFF0C\u5219\u8BE5\u8F6F\u4EF6\u4EA7\u54C1\u5FC5\u987B\u4E5F\u91C7\u7528GPL\u534F\u8BAE\uFF0C\u65E2\u5FC5\u9
 87B\u4E5F\u662F\u5F00\u6E90\u548C\u514D\u8D39\u3002\u8FD9\u5C31\u662F\u6240\u8C13\u7684\u201D\u4F20\u67D3\u6027\u201D\u3002GPL\u534F\u8BAE\u7684\u4EA7\u54C1\u4F5C\u4E3A\u4E00\u4E2A\u5355\u72EC\u7684\u4EA7\u54C1\u4F7F\u7528\u6CA1\u6709\u4EFB\u4F55\u95EE\u9898\uFF0C\u8FD8\u53EF\u4EE5\u4EAB\u53D7\u514D\u8D39\u7684\u4F18\u52BF\u3002<br \/>\n\n\u7531\u4E8EGPL\u4E25\u683C\u8981\u6C42\u4F7F\u7528\u4E86GPL\u7C7B\u5E93\u7684\u8F6F\u4EF6\u4EA7\u54C1\u5FC5\u987B\u4F7F\u7528GPL\u534F\u8BAE\uFF0C\u5BF9\u4E8E\u4F7F\u7528GPL\u534F\u8BAE\u7684\u5F00\u6E90\u4EE3\u7801\uFF0C\u5546\u4E1A\u8F6F\u4EF6\u6216\u8005\u5BF9\u4EE3\u7801\u6709\u4FDD\u5BC6\u8981\u6C42\u7684\u90E8\u95E8\u5C31\u4E0D\u9002\u5408\u96C6\u6210\/\u91C7\u7528\u4F5C\u4E3A\u7C7B\u5E93\u548C\u4E8C\u6B21\u5F00\u53D1\u7684\u57FA\u7840\u3002<br \/>\n\n\u5176\u5B83\u7EC6\u8282\u5982\u518D\u53D1\u5E03\u7684\u65F6\u5019\u9700\u8981\u4F34\u968FGPL\u534F\u8BAE\u7B49\u548CBSD\/Apache\u7B49\u7C7B\u4F3C\u3002<br \/>\n<br \/>\nLGPL\uFF08GNU\u00A0Less
 er\u00A0General\u00A0Public\u00A0License\uFF09<br \/>\n\nLGPL\u662FGPL\u7684\u4E00\u4E2A\u4E3A\u4E3B\u8981\u4E3A\u7C7B\u5E93\u4F7F\u7528\u8BBE\u8BA1\u7684\u5F00\u6E90\u534F\u8BAE\u3002\u548CGPL\u8981\u6C42\u4EFB\u4F55\u4F7F\u7528\/\u4FEE\u6539\/\u884D\u751F\u4E4BGPL\u7C7B\u5E93\u7684\u7684\u8F6F\u4EF6\u5FC5\u987B\u91C7\u7528GPL\u534F\u8BAE\u4E0D\u540C\u3002LGPL\u5141\u8BB8\u5546\u4E1A\u8F6F\u4EF6\u901A\u8FC7\u7C7B\u5E93\u5F15\u7528(link)\u65B9\u5F0F\u4F7F\u7528LGPL\u7C7B\u5E93\u800C\u4E0D\u9700\u8981\u5F00\u6E90\u5546\u4E1A\u8F6F\u4EF6\u7684\u4EE3\u7801\u3002\u8FD9\u4F7F\u5F97\u91C7\u7528LGPL\u534F\u8BAE\u7684\u5F00\u6E90\u4EE3\u7801\u53EF\u4EE5\u88AB\u5546\u4E1A\u8F6F\u4EF6\u4F5C\u4E3A\u7C7B\u5E93\u5F15\u7528\u5E76\u53D1\u5E03\u548C\u9500\u552E\u3002<br \/>\n\n\u4F46\u662F\u5982\u679C\u4FEE\u6539LGPL\u534F\u8BAE\u7684\u4EE3\u7801\u6216\u8005\u884D\u751F\uFF0C\u5219\u6240\u6709\u4FEE\u6539\u7684\u4EE3\u7801\uFF0C\u6D89\u53CA\u4FEE\u6539\u90E8\u5206\u7684\u989D\u5916\u4EE3\u7801\u548
 C\u884D\u751F\u7684\u4EE3\u7801\u90FD\u5FC5\u987B\u91C7\u7528LGPL\u534F\u8BAE\u3002\u56E0\u6B64LGPL\u534F\u8BAE\u7684\u5F00\u6E90\u4EE3\u7801\u5F88\u9002\u5408\u4F5C\u4E3A\u7B2C\u4E09\u65B9\u7C7B\u5E93\u88AB\u5546\u4E1A\u8F6F\u4EF6\u5F15\u7528\uFF0C\u4F46\u4E0D\u9002\u5408\u5E0C\u671B\u4EE5LGPL\u534F\u8BAE\u4EE3\u7801\u4E3A\u57FA\u7840\uFF0C\u901A\u8FC7\u4FEE\u6539\u548C\u884D\u751F\u7684\u65B9\u5F0F\u505A\u4E8C\u6B21\u5F00\u53D1\u7684\u5546\u4E1A\u8F6F\u4EF6\u91C7\u7528\u3002<br \/>\n\nGPL\/LGPL\u90FD\u4FDD\u969C\u539F\u4F5C\u8005\u7684\u77E5\u8BC6\u4EA7\u6743\uFF0C\u907F\u514D\u6709\u4EBA\u5229\u7528\u5F00\u6E90\u4EE3\u7801\u590D\u5236\u5E76\u5F00\u53D1\u7C7B\u4F3C\u7684\u4EA7\u54C1\u00A0MIT\uFF08MIT\uFF09<br \/>\n\nMIT\u662F\u548CBSD\u4E00\u6837\u5BBD\u8303\u7684\u8BB8\u53EF\u534F\u8BAE,\u4F5C\u8005\u53EA\u60F3\u4FDD\u7559\u7248\u6743,\u800C\u65E0\u4EFB\u4F55\u5176\u4ED6\u4E86\u9650\u5236.\u4E5F\u5C31\u662F\u8BF4,\u4F60\u5FC5\u987B\u5728\u4F60\u7684\u53D1\u884C\u7248\u91CC\u5305\
 u542B\u539F\u8BB8\u53EF\u534F\u8BAE\u7684\u58F0\u660E,\u65E0\u8BBA\u4F60\u662F\u4EE5\u4E8C\u8FDB\u5236\u53D1\u5E03\u7684\u8FD8\u662F\u4EE5\u6E90\u4EE3\u7801\u53D1\u5E03\u7684.\u00A0<br \/>\n\n<br \/>\n<br \/>\nReference: \u767E\u5EA6\u767E\u79D1<br \/>\nhttp:\/\/wenku.baidu.com\/link?url=eqgxpQXANzB3rrHQHqGnzVlR5XM61IxEL5U4szYT5WDZPqtV8rDkEfF6kMvkG0Prmbv2eyNioX0UxaifEznoEsV1G3SxCeYcvbw8VNgGEa3<br \/>\n\n<br \/><br \/><img src=\"http:\/\/simg.sinajs.cn\/blog7style\/images\/special\/1265.gif\">\u00A0<a href=\"http:\/\/sina.allyes.com\/main\/adfclick?db=sina&bid=204720,469641,474922&cid=0,0,0&sid=473458&advid=358&camid=37389&show=ignore&url=http:\/\/qing.blog.sina.com.cn\/tag\/%E5%86%99%E7%9C%9F\" target=\"_blank\">\u9752\u6625\u5C31\u5E94\u8BE5\u8FD9\u6837\u7EFD\u653E<\/a>\u00A0\u00A0<a href=\"http:\/\/sina.allyes.com\/main\/adfclick?db=sina&bid=204720,469645,474926&cid=0,0,0&sid=473464&advid=358&camid=37389&show=ignore&url=http%3A%2F%2Funion.9173.com%2Fpub%3Fp%3D1%26u%3D1008\" target
 =\"_blank\">\u6E38\u620F\u6D4B\u8BD5\uFF1A\u4E09\u56FD\u65F6\u671F\u8C01\u662F\u4F60\u6700\u597D\u7684\u5144\u5F1F\uFF01\uFF01<\/a>\u00A0\u00A0<a href=\"http:\/\/sina.allyes.com\/main\/adfclick?db=sina&bid=204720,469646,474927&cid=0,0,0&sid=473465&advid=358&camid=37389&show=ignore&url=http:\/\/qing.blog.sina.com.cn\/tag\/%E6%98%9F%E5%BA%A7\" target=\"_blank\">\u4F60\u4E0D\u5F97\u4E0D\u4FE1\u7684\u661F\u5EA7\u79D8\u5BC6<\/a><img src=\"http:\/\/sina.allyes.com\/main\/adfclick?db=sina&bid=204720,470173,475454&cid=0,0,0&sid=474001&advid=358&camid=37389&show=ignore&url=http:\/\/simg.sinajs.cn\/blog7style\/images\/common\/sg_trans.gif?t=0\">","contenttype":"html","created_at":"Mon, 24 Mar 2014 03:14:12 +0000","domain":"blog.sina.com.cn","guid":"672664163c8d436f36cd797e5134ac78","id":"1e3b3025f371aa00e072242f15612c08","lang":"zh-cn","link":"http:\/\/blog.sina.com.cn\/s\/blog_844c1d8b0101fv02.html","links":["http:\/\/www.opensource.org\/licenses\/alphabetical\uFF09\u3002\u6211\u4EEC\u5728\u
 5E38\u89C1\u7684\u5F00\u6E90\u534F\u8BAE\u5982BSD","http:\/\/wenku.baidu.com\/link?url=eqgxpQXANzB3rrHQHqGnzVlR5XM61IxEL5U4szYT5WDZPqtV8rDkEfF6kMvkG0Prmbv2eyNioX0UxaifEznoEsV1G3SxCeYcvbw8VNgGEa3"],"parseddate":"Fri, 28 Mar 2014 18:25:03 +0000","postid":"7fc3321c-ce75-43af-9b5a-24486d45df88","title":"\u4E94\u79CD\u5F00\u6E90\u534F\u8BAE\u7684\u6BD4\u8F83(BSD,Apache,GPL,LGPL,MIT)","type":"post"},"interaction":{"author":{"name":"hh58"},"content":"\u73B0\u4ECA\u5B58\u5728\u7684\u5F00\u6E90\u534F\u8BAE\u5F88\u591A\uFF0C\u800C\u7ECF\u8FC7Open\u00A0Source\u00A0Initiative\u7EC4\u7EC7\u901A\u8FC7\u6279\u51C6\u7684\u5F00\u6E90\u534F\u8BAE\u76EE\u524D\u670958\u79CD\uFF08http:\/\/www.opensource.org\/licenses\/alphabetical\uFF09\u3002\u6211\u4EEC\u5728\u5E38\u89C1\u7684\u5F00\u6E90\u534F\u8BAE\u5982BSD,\u00A0GPL,\u00A0LGPL,MIT\u7B49\u90FD\u662FOSI\u6279\u51C6\u7684\u534F\u8BAE\u3002\u5982\u679C\u8981\u5F00\u6E90\u81EA\u5DF1\u7684\u4EE3\u7801\uFF0C\u6700\u597D\u4E5F\u662F\u9009\u62E9\u8FD9\u4E9B\
 u88AB\u6279\u51C6\u7684\u5F00\u6E90\u534F\u8BAE\u3002<br \/>\n\n\u8FD9\u91CC\u6211\u4EEC\u6765\u770B\u56DB\u79CD\u6700\u5E38\u7528\u7684\u5F00\u6E90\u534F\u8BAE\u53CA\u5B83\u4EEC\u7684\u9002\u7528\u8303\u56F4\uFF0C\u4F9B\u90A3\u4E9B\u51C6\u5907\u5F00\u6E90\u6216\u8005\u4F7F\u7528\u5F00\u6E90\u4EA7\u54C1\u7684\u5F00\u53D1\u4EBA\u5458\/\u5382\u5BB6\u53C2\u8003\u3002<br \/>\n<br \/>\nBSD\u5F00\u6E90\u534F\u8BAE\uFF08original\u00A0BSD\u00A0license\u3001FreeBSD\u00A0license\u3001Original\u00A0BSD\u00A0license\uFF09\u00A0BSD\u5F00\u6E90\u534F\u8BAE\u662F\u4E00\u4E2A\u7ED9\u4E8E\u4F7F\u7528\u8005\u5F88\u5927\u81EA\u7531\u7684\u534F\u8BAE\u3002\u57FA\u672C\u4E0A\u4F7F\u7528\u8005\u53EF\u4EE5\u201D\u4E3A\u6240\u6B32\u4E3A\u201D,\u53EF\u4EE5\u81EA\u7531\u7684\u4F7F\u7528\uFF0C\u4FEE\u6539\u6E90\u4EE3\u7801\uFF0C\u4E5F\u53EF\u4EE5\u5C06\u4FEE\u6539\u540E\u7684\u4EE3\u7801\u4F5C\u4E3A\u5F00\u6E90\u6216\u8005\u4E13\u6709\u8F6F\u4EF6\u518D\u53D1\u5E03\u3002<br \/>\n\n\u4F46\u201D\u4E3A\u6240\u6B3
 2\u4E3A\u201D\u7684\u524D\u63D0\u5F53\u4F60\u53D1\u5E03\u4F7F\u7528\u4E86BSD\u534F\u8BAE\u7684\u4EE3\u7801\uFF0C\u6216\u5219\u4EE5BSD\u534F\u8BAE\u4EE3\u7801\u4E3A\u57FA\u7840\u505A\u4E8C\u6B21\u5F00\u53D1\u81EA\u5DF1\u7684\u4EA7\u54C1\u65F6\uFF0C\u9700\u8981\u6EE1\u8DB3\u4E09\u4E2A\u6761\u4EF6\uFF1A<br \/>\n1.\u00A0\u5982\u679C\u518D\u53D1\u5E03\u7684\u4EA7\u54C1\u4E2D\u5305\u542B\u6E90\u4EE3\u7801\uFF0C\u5219\u5728\u6E90\u4EE3\u7801\u4E2D\u5FC5\u987B\u5E26\u6709\u539F\u6765\u4EE3\u7801\u4E2D\u7684BSD\u534F\u8BAE\u3002\u00A02.\u00A0\u5982\u679C\u518D\u53D1\u5E03\u7684\u53EA\u662F\u4E8C\u8FDB\u5236\u7C7B\u5E93\/\u8F6F\u4EF6\uFF0C\u5219\u9700\u8981\u5728\u7C7B\u5E93\/\u8F6F\u4EF6\u7684\u6587\u6863\u548C\u7248\u6743\u58F0\u660E\u4E2D\u5305\u542B<br \/>\n\n\u539F\u6765\u4EE3\u7801\u4E2D\u7684BSD\u534F\u8BAE\u3002<br \/>\n3.\u00A0\u4E0D\u53EF\u4EE5\u7528\u5F00\u6E90\u4EE3\u7801\u7684\u4F5C\u8005\/\u673A\u6784\u540D\u5B57\u548C\u539F\u6765\u4EA7\u54C1\u7684\u540D\u5B57\u505A\u5E02\u573A\
 u63A8\u5E7F\u3002\u00A0BSD\u00A0\u4EE3\u7801\u9F13\u52B1\u4EE3\u7801\u5171\u4EAB\uFF0C\u4F46\u9700\u8981\u5C0A\u91CD\u4EE3\u7801\u4F5C\u8005\u7684\u8457\u4F5C\u6743\u3002BSD\u7531\u4E8E\u5141\u8BB8\u4F7F\u7528\u8005\u4FEE\u6539\u548C\u91CD\u65B0\u53D1\u5E03\u4EE3\u7801\uFF0C\u4E5F\u5141\u8BB8\u4F7F\u7528\u6216\u5728BSD\u4EE3\u7801\u4E0A\u5F00\u53D1\u5546\u4E1A\u8F6F\u4EF6\u53D1\u5E03\u548C\u9500\u552E\uFF0C\u56E0\u6B64\u662F\u5BF9\u5546\u4E1A\u96C6\u6210\u5F88\u53CB\u597D\u7684\u534F\u8BAE\u3002\u800C\u5F88\u591A\u7684\u516C\u53F8\u4F01\u4E1A\u5728\u9009\u7528\u5F00\u6E90\u4EA7\u54C1\u7684\u65F6\u5019\u90FD\u9996\u9009BSD\u534F\u8BAE\uFF0C\u56E0\u4E3A\u53EF\u4EE5\u5B8C\u5168\u63A7\u5236\u8FD9\u4E9B\u7B2C\u4E09\u65B9\u7684\u4EE3\u7801\uFF0C\u5728\u5FC5\u8981\u7684\u65F6\u5019\u53EF\u4EE5\u4FEE\u6539\u6216\u8005\u4E8C\u6B21\u5F00\u53D1\u3002<br \/>\n\nApache\u00A0Licence\u00A02.0\uFF08Apache\u00A0License,\u00A0Version\u00A02.0\u3001Apache\u00A0License,\u00A0Version\u00A01.1\u3001Apach
 e\u00A0License,\u00A0Version\u00A01.0\uFF09<br \/>\n\nApache\u00A0Licence\u662F\u8457\u540D\u7684\u975E\u76C8\u5229\u5F00\u6E90\u7EC4\u7EC7Apache\u91C7\u7528\u7684\u534F\u8BAE\u3002\u8BE5\u534F\u8BAE\u548CBSD\u7C7B\u4F3C\uFF0C\u540C\u6837\u9F13\u52B1\u4EE3\u7801\u5171\u4EAB\u548C\u5C0A\u91CD\u539F\u4F5C\u8005\u7684\u8457\u4F5C\u6743\uFF0C\u540C\u6837\u5141\u8BB8\u4EE3\u7801\u4FEE\u6539\uFF0C\u518D\u53D1\u5E03\uFF08\u4F5C\u4E3A\u5F00\u6E90\u6216\u5546\u4E1A\u8F6F\u4EF6\uFF09\u3002\u9700\u8981\u6EE1\u8DB3\u7684\u6761\u4EF6\u4E5F\u548CBSD\u7C7B\u4F3C\uFF1A<br \/>\n\n1.\u00A0\u9700\u8981\u7ED9\u4EE3\u7801\u7684\u7528\u6237\u4E00\u4EFDApache\u00A0Licence<br \/>\n2.\u00A0\u5982\u679C\u4F60\u4FEE\u6539\u4E86\u4EE3\u7801\uFF0C\u9700\u8981\u518D\u88AB\u4FEE\u6539\u7684\u6587\u4EF6\u4E2D\u8BF4\u660E\u3002<br \/>\n3.\u00A0\u5728\u5EF6\u4F38\u7684\u4EE3\u7801\u4E2D\uFF08\u4FEE\u6539\u548C\u6709\u6E90\u4EE3\u7801\u884D\u751F\u7684\u4EE3\u7801\u4E2D\uFF09\u9700\u8981\u5E26\u6709\u539F\u6765\u4EE3
 \u7801\u4E2D\u7684\u534F\u8BAE\uFF0C\u5546<br \/>\n\u6807\uFF0C\u4E13\u5229\u58F0\u660E\u548C\u5176\u4ED6\u539F\u6765\u4F5C\u8005\u89C4\u5B9A\u9700\u8981\u5305\u542B\u7684\u8BF4\u660E\u3002<br \/>\n4.\u00A0\u5982\u679C\u518D\u53D1\u5E03\u7684\u4EA7\u54C1\u4E2D\u5305\u542B\u4E00\u4E2ANotice\u6587\u4EF6\uFF0C\u5219\u5728Notice\u6587\u4EF6\u4E2D\u9700\u8981\u5E26\u6709Apache<br \/>\n\nLicence\u3002\u4F60\u53EF\u4EE5\u5728Notice\u4E2D\u589E\u52A0\u81EA\u5DF1\u7684\u8BB8\u53EF\uFF0C\u4F46\u4E0D\u53EF\u4EE5\u8868\u73B0\u4E3A\u5BF9Apache\u00A0Licence\u6784\u6210\u66F4\u6539\u3002<br \/>\n\nApache\u00A0Licence\u4E5F\u662F\u5BF9\u5546\u4E1A\u5E94\u7528\u53CB\u597D\u7684\u8BB8\u53EF\u3002\u4F7F\u7528\u8005\u4E5F\u53EF\u4EE5\u5728\u9700\u8981\u7684\u65F6\u5019\u4FEE\u6539\u4EE3\u7801\u6765\u6EE1\u8DB3\u9700\u8981\u5E76\u4F5C\u4E3A\u5F00\u6E90\u6216\u5546\u4E1A\u4EA7\u54C1\u53D1\u5E03\/\u9500\u552E\u3002\u00A0GPL\uFF08GNU\u00A0General\u00A0Public\u00A0License\uFF09<br \/>\n\n\u6211\u4EEC\u5F88\
 u719F\u6089\u7684Linux\u5C31\u662F\u91C7\u7528\u4E86GPL\u3002GPL\u534F\u8BAE\u548CBSD,\u00A0Apache\u00A0Licence\u7B49\u9F13\u52B1\u4EE3\u7801\u91CD\u7528\u7684\u8BB8\u53EF\u5F88\u4E0D\u4E00\u6837\u3002GPL\u7684\u51FA\u53D1\u70B9\u662F\u4EE3\u7801\u7684\u5F00\u6E90\/\u514D\u8D39\u4F7F\u7528\u548C\u5F15\u7528\/\u4FEE\u6539\/\u884D\u751F\u4EE3\u7801\u7684\u5F00\u6E90\/\u514D\u8D39\u4F7F\u7528\uFF0C\u4F46\u4E0D\u5141\u8BB8\u4FEE\u6539\u540E\u548C\u884D\u751F\u7684\u4EE3\u7801\u505A\u4E3A\u95ED\u6E90\u7684\u5546\u4E1A\u8F6F\u4EF6\u53D1\u5E03\u548C\u9500\u552E\u3002\u8FD9\u4E5F\u5C31\u662F\u4E3A\u4EC0\u4E48\u6211\u4EEC\u80FD\u7528\u514D\u8D39\u7684\u5404\u79CDlinux\uFF0C\u5305\u62EC\u5546\u4E1A\u516C\u53F8\u7684linux\u548Clinux\u4E0A\u5404\u79CD\u5404\u6837\u7684\u7531\u4E2A\u4EBA\uFF0C\u7EC4\u7EC7\uFF0C\u4EE5\u53CA\u5546\u4E1A\u8F6F\u4EF6\u516C\u53F8\u5F00\u53D1\u7684\u514D\u8D39\u8F6F\u4EF6\u4E86\u3002<br \/>\n\nGPL\u534F\u8BAE\u7684\u4E3B\u8981\u5185\u5BB9\u662F\u53EA\u8981\u5728\u4E00
 \u4E2A\u8F6F\u4EF6\u4E2D\u4F7F\u7528(\u201C\u4F7F\u7528\u201D\u6307\u7C7B\u5E93\u5F15\u7528\uFF0C\u4FEE\u6539\u540E\u7684\u4EE3\u7801\u6216\u8005\u884D\u751F\u4EE3\u7801)GPL\u00A0\u534F\u8BAE\u7684\u4EA7\u54C1\uFF0C\u5219\u8BE5\u8F6F\u4EF6\u4EA7\u54C1\u5FC5\u987B\u4E5F\u91C7\u7528GPL\u534F\u8BAE\uFF0C\u65E2\u5FC5\u987B\u4E5F\u662F\u5F00\u6E90\u548C\u514D\u8D39\u3002\u8FD9\u5C31\u662F\u6240\u8C13\u7684\u201D\u4F20\u67D3\u6027\u201D\u3002GPL\u534F\u8BAE\u7684\u4EA7\u54C1\u4F5C\u4E3A\u4E00\u4E2A\u5355\u72EC\u7684\u4EA7\u54C1\u4F7F\u7528\u6CA1\u6709\u4EFB\u4F55\u95EE\u9898\uFF0C\u8FD8\u53EF\u4EE5\u4EAB\u53D7\u514D\u8D39\u7684\u4F18\u52BF\u3002<br \/>\n\n\u7531\u4E8EGPL\u4E25\u683C\u8981\u6C42\u4F7F\u7528\u4E86GPL\u7C7B\u5E93\u7684\u8F6F\u4EF6\u4EA7\u54C1\u5FC5\u987B\u4F7F\u7528GPL\u534F\u8BAE\uFF0C\u5BF9\u4E8E\u4F7F\u7528GPL\u534F\u8BAE\u7684\u5F00\u6E90\u4EE3\u7801\uFF0C\u5546\u4E1A\u8F6F\u4EF6\u6216\u8005\u5BF9\u4EE3\u7801\u6709\u4FDD\u5BC6\u8981\u6C42\u7684\u90E8\u95E8\u5C31\u4E0D\u9
 002\u5408\u96C6\u6210\/\u91C7\u7528\u4F5C\u4E3A\u7C7B\u5E93\u548C\u4E8C\u6B21\u5F00\u53D1\u7684\u57FA\u7840\u3002<br \/>\n\n\u5176\u5B83\u7EC6\u8282\u5982\u518D\u53D1\u5E03\u7684\u65F6\u5019\u9700\u8981\u4F34\u968FGPL\u534F\u8BAE\u7B49\u548CBSD\/Apache\u7B49\u7C7B\u4F3C\u3002<br \/>\n<br \/>\nLGPL\uFF08GNU\u00A0Lesser\u00A0General\u00A0Public\u00A0License\uFF09<br \/>\n\nLGPL\u662FGPL\u7684\u4E00\u4E2A\u4E3A\u4E3B\u8981\u4E3A\u7C7B\u5E93\u4F7F\u7528\u8BBE\u8BA1\u7684\u5F00\u6E90\u534F\u8BAE\u3002\u548CGPL\u8981\u6C42\u4EFB\u4F55\u4F7F\u7528\/\u4FEE\u6539\/\u884D\u751F\u4E4BGPL\u7C7B\u5E93\u7684\u7684\u8F6F\u4EF6\u5FC5\u987B\u91C7\u7528GPL\u534F\u8BAE\u4E0D\u540C\u3002LGPL\u5141\u8BB8\u5546\u4E1A\u8F6F\u4EF6\u901A\u8FC7\u7C7B\u5E93\u5F15\u7528(link)\u65B9\u5F0F\u4F7F\u7528LGPL\u7C7B\u5E93\u800C\u4E0D\u9700\u8981\u5F00\u6E90\u5546\u4E1A\u8F6F\u4EF6\u7684\u4EE3\u7801\u3002\u8FD9\u4F7F\u5F97\u91C7\u7528LGPL\u534F\u8BAE\u7684\u5F00\u6E90\u4EE3\u7801\u53EF\u4EE5\u88AB\u5546\u4E1A\u8F6F\u4
 EF6\u4F5C\u4E3A\u7C7B\u5E93\u5F15\u7528\u5E76\u53D1\u5E03\u548C\u9500\u552E\u3002<br \/>\n\n\u4F46\u662F\u5982\u679C\u4FEE\u6539LGPL\u534F\u8BAE\u7684\u4EE3\u7801\u6216\u8005\u884D\u751F\uFF0C\u5219\u6240\u6709\u4FEE\u6539\u7684\u4EE3\u7801\uFF0C\u6D89\u53CA\u4FEE\u6539\u90E8\u5206\u7684\u989D\u5916\u4EE3\u7801\u548C\u884D\u751F\u7684\u4EE3\u7801\u90FD\u5FC5\u987B\u91C7\u7528LGPL\u534F\u8BAE\u3002\u56E0\u6B64LGPL\u534F\u8BAE\u7684\u5F00\u6E90\u4EE3\u7801\u5F88\u9002\u5408\u4F5C\u4E3A\u7B2C\u4E09\u65B9\u7C7B\u5E93\u88AB\u5546\u4E1A\u8F6F\u4EF6\u5F15\u7528\uFF0C\u4F46\u4E0D\u9002\u5408\u5E0C\u671B\u4EE5LGPL\u534F\u8BAE\u4EE3\u7801\u4E3A\u57FA\u7840\uFF0C\u901A\u8FC7\u4FEE\u6539\u548C\u884D\u751F\u7684\u65B9\u5F0F\u505A\u4E8C\u6B21\u5F00\u53D1\u7684\u5546\u4E1A\u8F6F\u4EF6\u91C7\u7528\u3002<br \/>\n\nGPL\/LGPL\u90FD\u4FDD\u969C\u539F\u4F5C\u8005\u7684\u77E5\u8BC6\u4EA7\u6743\uFF0C\u907F\u514D\u6709\u4EBA\u5229\u7528\u5F00\u6E90\u4EE3\u7801\u590D\u5236\u5E76\u5F00\u53D1\u7C7B\u4F3C\u768
 4\u4EA7\u54C1\u00A0MIT\uFF08MIT\uFF09<br \/>\n\nMIT\u662F\u548CBSD\u4E00\u6837\u5BBD\u8303\u7684\u8BB8\u53EF\u534F\u8BAE,\u4F5C\u8005\u53EA\u60F3\u4FDD\u7559\u7248\u6743,\u800C\u65E0\u4EFB\u4F55\u5176\u4ED6\u4E86\u9650\u5236.\u4E5F\u5C31\u662F\u8BF4,\u4F60\u5FC5\u987B\u5728\u4F60\u7684\u53D1\u884C\u7248\u91CC\u5305\u542B\u539F\u8BB8\u53EF\u534F\u8BAE\u7684\u58F0\u660E,\u65E0\u8BBA\u4F60\u662F\u4EE5\u4E8C\u8FDB\u5236\u53D1\u5E03\u7684\u8FD8\u662F\u4EE5\u6E90\u4EE3\u7801\u53D1\u5E03\u7684.\u00A0<br \/>\n\n<br \/>\n<br \/>\nReference: \u767E\u5EA6\u767E\u79D1<br \/>\nhttp:\/\/wenku.baidu.com\/link?url=eqgxpQXANzB3rrHQHqGnzVlR5XM61IxEL5U4szYT5WDZPqtV8rDkEfF6kMvkG0Prmbv2eyNioX0UxaifEznoEsV1G3SxCeYcvbw8VNgGEa3<br \/>\n\n<br \/><br \/><img src=\"http:\/\/simg.sinajs.cn\/blog7style\/images\/special\/1265.gif\">\u00A0<a href=\"http:\/\/sina.allyes.com\/main\/adfclick?db=sina&bid=204720,469641,474922&cid=0,0,0&sid=473458&advid=358&camid=37389&show=ignore&url=http:\/\/qing.blog.sina.com.cn\/ta
 g\/%E5%86%99%E7%9C%9F\" target=\"_blank\">\u9752\u6625\u5C31\u5E94\u8BE5\u8FD9\u6837\u7EFD\u653E<\/a>\u00A0\u00A0<a href=\"http:\/\/sina.allyes.com\/main\/adfclick?db=sina&bid=204720,469645,474926&cid=0,0,0&sid=473464&advid=358&camid=37389&show=ignore&url=http%3A%2F%2Funion.9173.com%2Fpub%3Fp%3D1%26u%3D1008\" target=\"_blank\">\u6E38\u620F\u6D4B\u8BD5\uFF1A\u4E09\u56FD\u65F6\u671F\u8C01\u662F\u4F60\u6700\u597D\u7684\u5144\u5F1F\uFF01\uFF01<\/a>\u00A0\u00A0<a href=\"http:\/\/sina.allyes.com\/main\/adfclick?db=sina&bid=204720,469646,474927&cid=0,0,0&sid=473465&advid=358&camid=37389&show=ignore&url=http:\/\/qing.blog.sina.com.cn\/tag\/%E6%98%9F%E5%BA%A7\" target=\"_blank\">\u4F60\u4E0D\u5F97\u4E0D\u4FE1\u7684\u661F\u5EA7\u79D8\u5BC6<\/a><img src=\"http:\/\/sina.allyes.com\/main\/adfclick?db=sina&bid=204720,470173,475454&cid=0,0,0&sid=474001&advid=358&camid=37389&show=ignore&url=http:\/\/simg.sinajs.cn\/blog7style\/images\/common\/sg_trans.gif?t=0\">","contenttype":"html","created_at":"
 Mon, 24 Mar 2014 03:14:12 +0000","id":"1e3b3025f371aa00e072242f15612c08","link":"http:\/\/blog.sina.com.cn\/s\/blog_844c1d8b0101fv02.html","schema":{"version":3},"subtype":"post","title":"\u4E94\u79CD\u5F00\u6E90\u534F\u8BAE\u7684\u6BD4\u8F83(BSD,Apache,GPL,LGPL,MIT)","type":"blog"},"language":{"confidence":82,"tag":"zh","tag_extended":"zh-cn"},"links":{"code":[404,200],"created_at":["Fri, 28 Mar 2014 18:36:08 +0000","Fri, 28 Mar 2014 18:36:11 +0000"],"hops":[["http:\/\/www.opensource.org\/licenses\/alphabetical\uFF09\u3002\u6211\u4EEC\u5728\u5E38\u89C1\u7684\u5F00\u6E90\u534F\u8BAE\u5982BSD","http:\/\/opensource.org\/licenses\/alphabetical%ef%bc%89%e3%80%82%e6%88%91%e4%bb%ac%e5%9c%a8%e5%b8%b8%e8%a7%81%e7%9a%84%e5%bc%80%e6%ba%90%e5%8d%8f%e8%ae%ae%e5%a6%82BSD"],[]],"meta":{"charset":["","GB2312"],"content_type":["","text\/html"],"description":["","\u5728\u7EBF\u4E92\u52A8\u5F0F\u6587\u6863\u5206\u4EAB\u5E73\u53F0\uFF0C\u5728\u8FD9\u91CC\uFF0C\u60A8\u53EF\u4EE5\u548C\u5343\u4E07\u7F51
 \u53CB\u5206\u4EAB\u81EA\u5DF1\u624B\u4E2D\u7684\u6587\u6863\uFF0C\u5168\u6587\u9605\u8BFB\u5176\u4ED6\u7528\u6237\u7684\u6587\u6863\uFF0C\u540C\u65F6\uFF0C\u4E5F\u53EF\u4EE5\u5229\u7528\u5206\u4EAB\u6587\u6863\u83B7\u53D6\u7684\u79EF\u5206\u4E0B\u8F7D\u6587\u6863"],"lang":["","unknown"]},"normalized_url":[null,"http:\/\/wenku.baidu.com\/link?url=eqgxpQXANzB3rrHQHqGnzVlR5XM61IxEL5U4szYT5WDZPqtV8rDkEfF6kMvkG0Prmbv2eyNioX0UxaifEznoEsV1G3SxCeYcvbw8VNgGEa3"],"retweet_count":[0,0],"title":["null","\u4E94\u79CD\u5F00\u6E90\u534F\u8BAE\u7684\u6BD4\u8F83(BSD,Apache,GPL,LGPL,MIT)_\u767E\u5EA6\u6587\u5E93"],"url":["http:\/\/opensource.org\/licenses\/alphabetical%ef%bc%89%e3%80%82%e6%88%91%e4%bb%ac%e5%9c%a8%e5%b8%b8%e8%a7%81%e7%9a%84%e5%bc%80%e6%ba%90%e5%8d%8f%e8%ae%ae%e5%a6%82BSD","http:\/\/wenku.baidu.com\/link?url=eqgxpQXANzB3rrHQHqGnzVlR5XM61IxEL5U4szYT5WDZPqtV8rDkEfF6kMvkG0Prmbv2eyNioX0UxaifEznoEsV1G3SxCeYcvbw8VNgGEa3"]}}
+{"blog":{"author":{"name":"Reset"},"blog":{"link":"http:\/\/linux.org.ru\/","title":"Linux.org.ru: \u041D\u043E\u0432\u043E\u0441\u0442\u0438"},"blogid":"42212478","content":"<p>Apache Kafka\u00A0\u2014 \u044D\u0442\u043E \u0440\u0430\u0441\u043F\u0440\u0435\u0434\u0435\u043B\u0435\u043D\u043D\u0430\u044F \u0441\u0438\u0441\u0442\u0435\u043C\u0430 \u043F\u0435\u0440\u0435\u0434\u0430\u0447\u0438 \u0441\u043E\u043E\u0431\u0449\u0435\u043D\u0438\u0439, \u0440\u0430\u0441\u0441\u0447\u0438\u0442\u0430\u043D\u043D\u0430\u044F \u043D\u0430 \u0432\u044B\u0441\u043E\u043A\u0443\u044E \u043F\u0440\u043E\u043F\u0443\u0441\u043A\u043D\u0443\u044E \u0441\u043F\u043E\u0441\u043E\u0431\u043D\u043E\u0441\u0442\u044C.<\/p><p>\u041A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u043E\u0441\u043E\u0431\u0435\u043D\u043D\u043E\u0441\u0442\u0438 \u0441\u0438\u0441\u0442\u0435\u043C\u044B:\n<\/p><ul><li> \u0421\u043A\u043E\u0440\u043E\u0441\u0442\u044C: \u043E\u0434\u0438\u043D \u0443\u0437\u0435\u043B \u
 043A\u043B\u0430\u0441\u0442\u0435\u0440\u0430 \u043C\u043E\u0436\u0435\u0442 \u043E\u0431\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u0442\u044C \u0441\u043E\u0442\u043D\u0438 \u043C\u0435\u0433\u0430\u0431\u0430\u0439\u0442 \u0437\u0430\u043F\u0438\u0441\u0435\u0439 \u0432 \u0441\u0435\u043A\u0443\u043D\u0434\u0443.\n<\/li><li> \u041C\u0430\u0441\u0448\u0442\u0430\u0431\u0438\u0440\u0443\u0435\u043C\u043E\u0441\u0442\u044C: \u043A\u043B\u0430\u0441\u0442\u0435\u0440 \u043C\u043E\u0436\u043D\u043E \u043F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u043E \u0440\u0430\u0441\u0448\u0438\u0440\u044F\u0442\u044C \u0431\u0435\u0437 \u043F\u0440\u043E\u0441\u0442\u043E\u044F, \u043F\u043E\u0442\u043E\u043A\u0438 \u0434\u0430\u043D\u043D\u044B\u0445 \u043F\u0430\u0440\u0442\u0438\u0446\u0438\u0440\u043E\u0432\u0430\u043D\u044B.\n<\/li><li> \u041D\u0430\u0434\u0435\u0436\u043D\u043E\u0441\u0442\u044C: \u0441\u043E\u043E\u0431\u0449\u0435\u043D\u0438\u044F \u0432 \u043A\u043B\u0430\u0441\
 u0442\u0435\u0440\u0435 \u043E\u0442\u0440\u0435\u043F\u043B\u0438\u0446\u0438\u0440\u043E\u0432\u0430\u043D\u044B, \u043A\u0430\u0436\u0434\u044B\u0439 \u0443\u0437\u0435\u043B \u043C\u043E\u0436\u0435\u0442 \u0434\u0435\u0440\u0436\u0430\u0442\u044C \u0442\u0435\u0440\u0430\u0431\u0430\u0439\u0442\u044B \u0434\u0430\u043D\u043D\u044B\u0445 \u0431\u0435\u0437 \u043F\u043E\u0442\u0435\u0440\u044C \u0432 \u043F\u0440\u043E\u0438\u0437\u0432\u043E\u0434\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u0438.\n<\/li><\/ul><p>\u0418\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u044F \u0432 \u0432\u0435\u0440\u0441\u0438\u0438 0.8.1:\n<\/p><ul><li> \u041F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0430 \u0434\u0435\u0434\u0443\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0438 \u043B\u043E\u0433\u043E\u0432.\n<\/li><li> \u0423\u0432\u0435\u043B\u0438\u0447\u0435\u043D\u0438\u0435 \u0441\u043A\u043E\u0440\u043E\u0441\u0442\u044C \u0437\u0430\u043F\u0438\u0441\u0438 \u0437\u0430 \u0441\u044
 7\u0435\u0442 \u0431\u043E\u043B\u0435\u0435 \u0440\u0430\u0446\u0438\u043E\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044F fsync.\n<\/li><li> \u041F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0430 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0447\u0438\u0441\u043B\u0430 \u043F\u0430\u0440\u0442\u0438\u0446\u0438\u0439 \u0438 \u0443\u0434\u0430\u043B\u0435\u043D\u0438\u044F \u0442\u043E\u043F\u0438\u043A\u043E\u0432.\n<\/li><li> \u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0430\u044F \u0431\u0430\u043B\u0430\u043D\u0441\u0438\u0440\u043E\u0432\u043A\u0430 \u043B\u0438\u0434\u0435\u0440\u043E\u0432 \u043F\u0430\u0440\u0442\u0438\u0446\u0438\u0439.\n<\/li><li> \u0411\u0430\u0433\u0444\u0438\u043A\u0441\u044B.\n<\/li><\/ul><p><a href=\"http:\/\/blog.empathybox.com\/post\/79427855885\/whats-new-in-kafka-0-8-1\">\u041D\u043E\u0432\u043E\u0435 \u0432 \u0432\u0435\u
 0440\u0441\u0438\u0438 0.8.1<\/a><br>\n<a href=\"http:\/\/kafka.apache.org\/downloads.html\">\u0421\u043A\u0430\u0447\u0430\u0442\u044C<\/a>\n<\/p>\n\n  \n\n  \n  \n  \n      <p class=\"tags\"><i class=\"icon-tag\"><\/i>\u00A0<a class=tag rel=tag href=\"\/tag\/apache\">apache<\/a>, <a class=tag rel=tag href=\"\/tag\/kafka\">kafka<\/a><\/p><img src=\"http:\/\/feeds.feedburner.com\/~r\/org\/LOR\/~4\/0Cl5cgvj20E\" height=\"1\" width=\"1\"\/>","contenttype":"html","created_at":"Mon, 24 Mar 2014 05:24:20 +0000","domain":"linux.org.ru","guid":"c8e402c6f69616765379b32b6edf23d6","id":"1e3b3148d255aa00e072d1c6eda76db0","lang":"ru","link":"http:\/\/www.linux.org.ru\/news\/opensource\/10310499","parseddate":"Mon, 24 Mar 2014 07:36:23 +0000","postid":"ad06b468-00fd-4934-858a-758a5d1d80c9","title":"\u0412\u044B\u0448\u043B\u0430 \u043D\u043E\u0432\u0430\u044F \u0432\u0435\u0440\u0441\u0438\u044F Apache Kafka","type":"post"},"interaction":{"author":{"name":"Reset"},"content":"<p>Apache Kafka\u00A
 0\u2014 \u044D\u0442\u043E \u0440\u0430\u0441\u043F\u0440\u0435\u0434\u0435\u043B\u0435\u043D\u043D\u0430\u044F \u0441\u0438\u0441\u0442\u0435\u043C\u0430 \u043F\u0435\u0440\u0435\u0434\u0430\u0447\u0438 \u0441\u043E\u043E\u0431\u0449\u0435\u043D\u0438\u0439, \u0440\u0430\u0441\u0441\u0447\u0438\u0442\u0430\u043D\u043D\u0430\u044F \u043D\u0430 \u0432\u044B\u0441\u043E\u043A\u0443\u044E \u043F\u0440\u043E\u043F\u0443\u0441\u043A\u043D\u0443\u044E \u0441\u043F\u043E\u0441\u043E\u0431\u043D\u043E\u0441\u0442\u044C.<\/p><p>\u041A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u043E\u0441\u043E\u0431\u0435\u043D\u043D\u043E\u0441\u0442\u0438 \u0441\u0438\u0441\u0442\u0435\u043C\u044B:\n<\/p><ul><li> \u0421\u043A\u043E\u0440\u043E\u0441\u0442\u044C: \u043E\u0434\u0438\u043D \u0443\u0437\u0435\u043B \u043A\u043B\u0430\u0441\u0442\u0435\u0440\u0430 \u043C\u043E\u0436\u0435\u0442 \u043E\u0431\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u0442\u044C \u0441\u043E\u0442\u043D\u0438 \u043C\u0435\
 u0433\u0430\u0431\u0430\u0439\u0442 \u0437\u0430\u043F\u0438\u0441\u0435\u0439 \u0432 \u0441\u0435\u043A\u0443\u043D\u0434\u0443.\n<\/li><li> \u041C\u0430\u0441\u0448\u0442\u0430\u0431\u0438\u0440\u0443\u0435\u043C\u043E\u0441\u0442\u044C: \u043A\u043B\u0430\u0441\u0442\u0435\u0440 \u043C\u043E\u0436\u043D\u043E \u043F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u043E \u0440\u0430\u0441\u0448\u0438\u0440\u044F\u0442\u044C \u0431\u0435\u0437 \u043F\u0440\u043E\u0441\u0442\u043E\u044F, \u043F\u043E\u0442\u043E\u043A\u0438 \u0434\u0430\u043D\u043D\u044B\u0445 \u043F\u0430\u0440\u0442\u0438\u0446\u0438\u0440\u043E\u0432\u0430\u043D\u044B.\n<\/li><li> \u041D\u0430\u0434\u0435\u0436\u043D\u043E\u0441\u0442\u044C: \u0441\u043E\u043E\u0431\u0449\u0435\u043D\u0438\u044F \u0432 \u043A\u043B\u0430\u0441\u0442\u0435\u0440\u0435 \u043E\u0442\u0440\u0435\u043F\u043B\u0438\u0446\u0438\u0440\u043E\u0432\u0430\u043D\u044B, \u043A\u0430\u0436\u0434\u044B\u0439 \u0443\u0437\u0435\u043B \u043C\u043E\u043
 6\u0435\u0442 \u0434\u0435\u0440\u0436\u0430\u0442\u044C \u0442\u0435\u0440\u0430\u0431\u0430\u0439\u0442\u044B \u0434\u0430\u043D\u043D\u044B\u0445 \u0431\u0435\u0437 \u043F\u043E\u0442\u0435\u0440\u044C \u0432 \u043F\u0440\u043E\u0438\u0437\u0432\u043E\u0434\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u0438.\n<\/li><\/ul><p>\u0418\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u044F \u0432 \u0432\u0435\u0440\u0441\u0438\u0438 0.8.1:\n<\/p><ul><li> \u041F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0430 \u0434\u0435\u0434\u0443\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0438 \u043B\u043E\u0433\u043E\u0432.\n<\/li><li> \u0423\u0432\u0435\u043B\u0438\u0447\u0435\u043D\u0438\u0435 \u0441\u043A\u043E\u0440\u043E\u0441\u0442\u044C \u0437\u0430\u043F\u0438\u0441\u0438 \u0437\u0430 \u0441\u0447\u0435\u0442 \u0431\u043E\u043B\u0435\u0435 \u0440\u0430\u0446\u0438\u043E\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u043
 8\u044F fsync.\n<\/li><li> \u041F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0430 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0447\u0438\u0441\u043B\u0430 \u043F\u0430\u0440\u0442\u0438\u0446\u0438\u0439 \u0438 \u0443\u0434\u0430\u043B\u0435\u043D\u0438\u044F \u0442\u043E\u043F\u0438\u043A\u043E\u0432.\n<\/li><li> \u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0430\u044F \u0431\u0430\u043B\u0430\u043D\u0441\u0438\u0440\u043E\u0432\u043A\u0430 \u043B\u0438\u0434\u0435\u0440\u043E\u0432 \u043F\u0430\u0440\u0442\u0438\u0446\u0438\u0439.\n<\/li><li> \u0411\u0430\u0433\u0444\u0438\u043A\u0441\u044B.\n<\/li><\/ul><p><a href=\"http:\/\/blog.empathybox.com\/post\/79427855885\/whats-new-in-kafka-0-8-1\">\u041D\u043E\u0432\u043E\u0435 \u0432 \u0432\u0435\u0440\u0441\u0438\u0438 0.8.1<\/a><br>\n<a href=\"http:\/\/kafka.apache.org\/downloads.html\">\u0421\u043A\u0430\u0447\u0430\u0442\u044C<\/a>\n<\/p>\n\n  \n\n  \n  \n  \n      <p class=\"tags\"><i
  class=\"icon-tag\"><\/i>\u00A0<a class=tag rel=tag href=\"\/tag\/apache\">apache<\/a>, <a class=tag rel=tag href=\"\/tag\/kafka\">kafka<\/a><\/p><img src=\"http:\/\/feeds.feedburner.com\/~r\/org\/LOR\/~4\/0Cl5cgvj20E\" height=\"1\" width=\"1\"\/>","contenttype":"html","created_at":"Mon, 24 Mar 2014 05:24:20 +0000","id":"1e3b3148d255aa00e072d1c6eda76db0","link":"http:\/\/www.linux.org.ru\/news\/opensource\/10310499","schema":{"version":3},"subtype":"post","title":"\u0412\u044B\u0448\u043B\u0430 \u043D\u043E\u0432\u0430\u044F \u0432\u0435\u0440\u0441\u0438\u044F Apache Kafka","type":"blog"},"language":{"confidence":95,"tag":"ru","tag_extended":"ru"}}
+{"blog":{"author":{"name":"jay"},"blog":{"link":"http:\/\/gilamotor.com\/","title":"Gilamotor Evalube"},"blogid":"56981296","category":"News,headline,Andry Berlianto,Round The Borneo,tvs apache rtr 180","content":"<p><strong>GILAMOTORcom \u2013<\/strong> Mengukuhkan dan membuktikan ketangguhan TVS Apache 180cc, PT. TVS Motor Company Indonesia (TMCI) memfasilitasi Tim Round The Borneo (RTB) dengan 4 unit TVS Apache 180 cc untuk menaklukan ganasnya medan Kalimantan.<\/p>\n<p>TVS Apache 180 diuji terlebih dahulu melintasi rute Pantai Utara Jawa menuju Pelabuhan Tanjung Perak, Surabaya, yang akhirnya berlabuh di Pelabuhan Trisakti, Banjarmasin, Kalimantan Selatan. Dealer TVS Banjar Baru menyambut kedatangan tim RTB di tanah Borneo, setelah kalibrasi motor perjalanan sesungguhnya dimulai.<\/p>\n<p>Dominasi jalan dengan kontur perbukitan yang memiliki elevasi yang tinggi berhasil dilalui tanpa kendala oleh mesin TVS Apache 180 bermesin 177, 4 cc, 4 tak. Mesinnya diklaim mampu memproduksi 
 tenaga 17,03 hp di 8.500 rpm serta torsi 15,5 Nm di 6.500 rpm.<\/p>\n<p>\u201CDisektor kaki-kaki dan kestabilan TVS Apache 180 patut diacungkan jempol. Sesekali pertemuan dengan sungai kecil ditambah kondisi jembatan rusak dilalui tanpa kendala yang berarti. Apalagi bukan pertama kali kami bersahabat dengan TVS Apache 180, karena project Saptaranu (ekspedisi 7 danau Sumatera) pun menggunakan TVS Apache 180,\u201D papar Andry Berlianto, Road Captain RTB.<\/p>\n<p>\u201CTerbukti suspensi TVS benar-benar mantap dan kuat, karena mampu melahap jalur berbatu sepanjang 429 km nonstop. Kondisinya seperti Bumpy Test di pabrik,\u201D sambung Agoy yang juga ikut dalam tim RTB.<\/p>\n<p>Dengan menempuh jarak 10.426 km dan 8.000 km di Sumatera, membuktikan kalau \u00A0TVSApache juga handal dijadikan motor petualang.<\/p>\n<p>\u201CProject Round The Borneo merupakan pembuktian nyata kekuatan TVS Apache 180. Seutuhnya nyaris semua komponen motor diuji oleh rintangan alam khas Kalimantan. Jadi TVS 
 Apache bukan hanya unggul di seputaran tenaga saja, handling dan durabiltas pun ikut mengiringinya,\u201D tutup Heri Budianto Dragono, Chief Marketing Officer TVS Motor Company Indonesia.<\/p>\n\n<a href='http:\/\/gilamotor.com\/2014\/03\/ekspedisi-round-the-borneo-buktikan-ketangguhan-tvs-apache\/tvs-apache-rtr-round-the-borneo-1\/' title='TVS Apache RTR Round The Borneo 1'><img width=\"150\" height=\"150\" src=\"http:\/\/gilamotor.com\/wp-content\/uploads\/2014\/03\/TVS-Apache-RTR-Round-The-Borneo-1-150x150.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"TVS Apache RTR Round The Borneo 1\" \/><\/a>\n<a href='http:\/\/gilamotor.com\/2014\/03\/ekspedisi-round-the-borneo-buktikan-ketangguhan-tvs-apache\/tvs-apache-rtr-round-the-borneo-2\/' title='TVS Apache RTR Round The Borneo 2'><img width=\"150\" height=\"150\" src=\"http:\/\/gilamotor.com\/wp-content\/uploads\/2014\/03\/TVS-Apache-RTR-Round-The-Borneo-2-150x150.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"TVS Apach
 e RTR Round The Borneo 2\" \/><\/a>\n<a href='http:\/\/gilamotor.com\/2014\/03\/ekspedisi-round-the-borneo-buktikan-ketangguhan-tvs-apache\/tvs-apache-rtr-round-the-borneo-3\/' title='TVS Apache RTR Round The Borneo 3'><img width=\"150\" height=\"150\" src=\"http:\/\/gilamotor.com\/wp-content\/uploads\/2014\/03\/TVS-Apache-RTR-Round-The-Borneo-3-150x150.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"TVS Apache RTR Round The Borneo 3\" \/><\/a>\n<a href='http:\/\/gilamotor.com\/2014\/03\/ekspedisi-round-the-borneo-buktikan-ketangguhan-tvs-apache\/tvs-apache-rtr-round-the-borneo-4\/' title='TVS Apache RTR Round The Borneo 4'><img width=\"150\" height=\"150\" src=\"http:\/\/gilamotor.com\/wp-content\/uploads\/2014\/03\/TVS-Apache-RTR-Round-The-Borneo-4-150x150.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"TVS Apache RTR Round The Borneo 4\" \/><\/a>","contenttype":"html","created_at":"Mon, 24 Mar 2014 09:31:58 +0000","domain":"gilamotor.com","guid":"d61190c66d456eb1694e4
 25f2f101864","id":"1e3b33725343ab00e0724a3022b9fdfe","lang":"id","link":"http:\/\/gilamotor.com\/2014\/03\/ekspedisi-round-the-borneo-buktikan-ketangguhan-tvs-apache\/","parseddate":"Mon, 24 Mar 2014 09:50:09 +0000","postid":"eecec8d4-4a11-45b0-93d4-3cbfcecd5865","title":"Ekspedisi Round The Borneo Buktikan Ketangguhan TVS Apache","type":"post"},"demographic":{"gender":"male"},"interaction":{"author":{"name":"jay"},"content":"<p><strong>GILAMOTORcom \u2013<\/strong> Mengukuhkan dan membuktikan ketangguhan TVS Apache 180cc, PT. TVS Motor Company Indonesia (TMCI) memfasilitasi Tim Round The Borneo (RTB) dengan 4 unit TVS Apache 180 cc untuk menaklukan ganasnya medan Kalimantan.<\/p>\n<p>TVS Apache 180 diuji terlebih dahulu melintasi rute Pantai Utara Jawa menuju Pelabuhan Tanjung Perak, Surabaya, yang akhirnya berlabuh di Pelabuhan Trisakti, Banjarmasin, Kalimantan Selatan. Dealer TVS Banjar Baru menyambut kedatangan tim RTB di tanah Borneo, setelah kalibrasi motor perjalanan sesunggu
 hnya dimulai.<\/p>\n<p>Dominasi jalan dengan kontur perbukitan yang memiliki elevasi yang tinggi berhasil dilalui tanpa kendala oleh mesin TVS Apache 180 bermesin 177, 4 cc, 4 tak. Mesinnya diklaim mampu memproduksi tenaga 17,03 hp di 8.500 rpm serta torsi 15,5 Nm di 6.500 rpm.<\/p>\n<p>\u201CDisektor kaki-kaki dan kestabilan TVS Apache 180 patut diacungkan jempol. Sesekali pertemuan dengan sungai kecil ditambah kondisi jembatan rusak dilalui tanpa kendala yang berarti. Apalagi bukan pertama kali kami bersahabat dengan TVS Apache 180, karena project Saptaranu (ekspedisi 7 danau Sumatera) pun menggunakan TVS Apache 180,\u201D papar Andry Berlianto, Road Captain RTB.<\/p>\n<p>\u201CTerbukti suspensi TVS benar-benar mantap dan kuat, karena mampu melahap jalur berbatu sepanjang 429 km nonstop. Kondisinya seperti Bumpy Test di pabrik,\u201D sambung Agoy yang juga ikut dalam tim RTB.<\/p>\n<p>Dengan menempuh jarak 10.426 km dan 8.000 km di Sumatera, membuktikan kalau \u00A0TVSApache juga 
 handal dijadikan motor petualang.<\/p>\n<p>\u201CProject Round The Borneo merupakan pembuktian nyata kekuatan TVS Apache 180. Seutuhnya nyaris semua komponen motor diuji oleh rintangan alam khas Kalimantan. Jadi TVS Apache bukan hanya unggul di seputaran tenaga saja, handling dan durabiltas pun ikut mengiringinya,\u201D tutup Heri Budianto Dragono, Chief Marketing Officer TVS Motor Company Indonesia.<\/p>\n\n<a href='http:\/\/gilamotor.com\/2014\/03\/ekspedisi-round-the-borneo-buktikan-ketangguhan-tvs-apache\/tvs-apache-rtr-round-the-borneo-1\/' title='TVS Apache RTR Round The Borneo 1'><img width=\"150\" height=\"150\" src=\"http:\/\/gilamotor.com\/wp-content\/uploads\/2014\/03\/TVS-Apache-RTR-Round-The-Borneo-1-150x150.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"TVS Apache RTR Round The Borneo 1\" \/><\/a>\n<a href='http:\/\/gilamotor.com\/2014\/03\/ekspedisi-round-the-borneo-buktikan-ketangguhan-tvs-apache\/tvs-apache-rtr-round-the-borneo-2\/' title='TVS Apache RTR Roun
 d The Borneo 2'><img width=\"150\" height=\"150\" src=\"http:\/\/gilamotor.com\/wp-content\/uploads\/2014\/03\/TVS-Apache-RTR-Round-The-Borneo-2-150x150.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"TVS Apache RTR Round The Borneo 2\" \/><\/a>\n<a href='http:\/\/gilamotor.com\/2014\/03\/ekspedisi-round-the-borneo-buktikan-ketangguhan-tvs-apache\/tvs-apache-rtr-round-the-borneo-3\/' title='TVS Apache RTR Round The Borneo 3'><img width=\"150\" height=\"150\" src=\"http:\/\/gilamotor.com\/wp-content\/uploads\/2014\/03\/TVS-Apache-RTR-Round-The-Borneo-3-150x150.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"TVS Apache RTR Round The Borneo 3\" \/><\/a>\n<a href='http:\/\/gilamotor.com\/2014\/03\/ekspedisi-round-the-borneo-buktikan-ketangguhan-tvs-apache\/tvs-apache-rtr-round-the-borneo-4\/' title='TVS Apache RTR Round The Borneo 4'><img width=\"150\" height=\"150\" src=\"http:\/\/gilamotor.com\/wp-content\/uploads\/2014\/03\/TVS-Apache-RTR-Round-The-Borneo-4-150x150.jpg\" 
 class=\"attachment-thumbnail\" alt=\"\" title=\"TVS Apache RTR Round The Borneo 4\" \/><\/a>","contenttype":"html","created_at":"Mon, 24 Mar 2014 09:31:58 +0000","id":"1e3b33725343ab00e0724a3022b9fdfe","link":"http:\/\/gilamotor.com\/2014\/03\/ekspedisi-round-the-borneo-buktikan-ketangguhan-tvs-apache\/","received_at":4743640609237236502,"schema":{"version":3},"subtype":"post","title":"Ekspedisi Round The Borneo Buktikan Ketangguhan TVS Apache","type":"blog"},"language":{"confidence":99,"tag":"id","tag_extended":"id"}}
+{"blog":{"author":{"name":"admin"},"blog":{"link":"http:\/\/www.joinebook.com\/","title":"Join eBook, Free eBook Download"},"blogid":"72892858","content":"<div id=\"iframeContent\">\n<h3>Book Description<\/h3>\n<p>Build and integrate Accumulo clusters with various cloud platforms<\/p>\n<p><b>Overview<\/b><\/p>\n<ul>\n<li>Shows you how to build Accumulo, Hadoop, and ZooKeeper clusters from scratch on both Windows and Linux<\/li>\n<li>Allows you to get hands-on knowledge about how to run Accumulo on Amazon EC2, Google Cloud Platform, Rackspace, and Windows Azure Cloud platforms<\/li>\n<li>Packed with practical examples to enable you to manipulate Accumulo with ease<\/li>\n<\/ul>\n<p><b>In Detail<\/b><\/p>\n<p>Accumulo is a sorted and distributed key\/value store designed to handle large amounts of data. Being highly robust and scalable, its performance makes it ideal for real-time data storage. Apache Accumulo is based on Google\u2019s BigTable design and is built on top of Apache Had
 oop, Zookeeper, and Thrift.<\/p>\n<p>Apache Accumulo for Developers is your guide to building an Accumulo cluster both as a single-node and multi-node, on-site and in the cloud. Accumulo has been proven to be able to handle petabytes of data, with cell-level security, and real-time analyses so this is your step by step guide in taking full advantage of this power.<\/p>\n<p>Apache Accumulo for Developers looks at the process of setting up three systems \u2013 Hadoop, ZooKeeper, and Accumulo \u2013 and configuring, monitoring, and securing them.<\/p>\n<p>You will learn to connect Accumulo to both Hadoop and ZooKeeper. You will also learn how to monitor the cluster (single-node or multi-node) to find any performance bottlenecks, and then integrate to Amazon EC2, Google Cloud Platform, Rackspace, and Windows Azure. When integrating with these cloud platforms, we will focus on scripting as well.<\/p>\n<p>You will also learn to troubleshoot clusters with monitoring tools, and use Accumulo
  cell-level security to secure your data.<\/p>\n<p><b>What you will learn from this book<\/b><\/p>\n<ul>\n<li>Set up Hadoop, ZooKeeper, and Accumulo<\/li>\n<li>Monitor clusters \u2013 both performance and application logs<\/li>\n<li>Secure your data in Accumulo<\/li>\n<li>Optimize Hadoop, ZooKeeper, and Accumulo performance<\/li>\n<li>Integrate to various cloud platforms<\/li>\n<li>Use the Accumulo command-line shell<\/li>\n<li>Employ Ganglina to monitor the cluster and Graylog2 to monitor application logs<\/li>\n<li>Understand what tools are needed to optimize Accumulo performance<\/li>\n<\/ul>\n<p><b>Approach<\/b><\/p>\n<p>The book will have a tutorial-based approach that will show the readers how to start from scratch with building an Accumulo cluster and learning how to monitor the system and implement aspects such as security.<\/p>\n<p><b>Who this book is written for<\/b><\/p>\n<p>This book is great for developers new to Accumulo, who are looking to get a good grounding in how 
 to use Accumulo. It\u2019s assumed that you have an understanding of how Hadoop works, both HDFS and the Map\/Reduce. No prior knowledge of ZooKeeper is assumed.<\/p>\n<h3>Book Details<\/h3>\n<div>\n<ul>\n<li><b>Paperback:<\/b> 120 pages<\/li>\n<li><b>Publisher:<\/b> Packt Publishing (October 16, 2013)<\/li>\n<li><b>Language:<\/b> English<\/li>\n<li><b>ISBN-10:<\/b> 1783285990<\/li>\n<li><b>ISBN-13:<\/b> 978-1783285990<\/li>\n<\/ul>\n<\/div>\n<\/div>","contenttype":"html","created_at":"Mon, 24 Mar 2014 18:16:40 +0000","domain":"www.joinebook.com","guid":"7e2ed225f2be5b7a8f3ee6d7defa89b3","id":"1e3b38071f03a400e072d82a1cb03a68","lang":"en","link":"http:\/\/www.joinebook.com\/apache-accumulo-for-developers\/","parseddate":"Tue, 25 Mar 2014 14:15:02 +0000","postid":"0b3e093d-4e84-42ca-bcb1-eb140b008ff6","title":"Apache Accumulo for Developers","type":"post"},"interaction":{"author":{"name":"admin"},"content":"<div id=\"iframeContent\">\n<h3>Book Description<\/h3>\n<p>Build and integrat
 e Accumulo clusters with various cloud platforms<\/p>\n<p><b>Overview<\/b><\/p>\n<ul>\n<li>Shows you how to build Accumulo, Hadoop, and ZooKeeper clusters from scratch on both Windows and Linux<\/li>\n<li>Allows you to get hands-on knowledge about how to run Accumulo on Amazon EC2, Google Cloud Platform, Rackspace, and Windows Azure Cloud platforms<\/li>\n<li>Packed with practical examples to enable you to manipulate Accumulo with ease<\/li>\n<\/ul>\n<p><b>In Detail<\/b><\/p>\n<p>Accumulo is a sorted and distributed key\/value store designed to handle large amounts of data. Being highly robust and scalable, its performance makes it ideal for real-time data storage. Apache Accumulo is based on Google\u2019s BigTable design and is built on top of Apache Hadoop, Zookeeper, and Thrift.<\/p>\n<p>Apache Accumulo for Developers is your guide to building an Accumulo cluster both as a single-node and multi-node, on-site and in the cloud. Accumulo has been proven to be able to handle petabyte
 s of data, with cell-level security, and real-time analyses so this is your step by step guide in taking full advantage of this power.<\/p>\n<p>Apache Accumulo for Developers looks at the process of setting up three systems \u2013 Hadoop, ZooKeeper, and Accumulo \u2013 and configuring, monitoring, and securing them.<\/p>\n<p>You will learn to connect Accumulo to both Hadoop and ZooKeeper. You will also learn how to monitor the cluster (single-node or multi-node) to find any performance bottlenecks, and then integrate to Amazon EC2, Google Cloud Platform, Rackspace, and Windows Azure. When integrating with these cloud platforms, we will focus on scripting as well.<\/p>\n<p>You will also learn to troubleshoot clusters with monitoring tools, and use Accumulo cell-level security to secure your data.<\/p>\n<p><b>What you will learn from this book<\/b><\/p>\n<ul>\n<li>Set up Hadoop, ZooKeeper, and Accumulo<\/li>\n<li>Monitor clusters \u2013 both performance and application logs<\/li>\n<li
 >Secure your data in Accumulo<\/li>\n<li>Optimize Hadoop, ZooKeeper, and Accumulo performance<\/li>\n<li>Integrate to various cloud platforms<\/li>\n<li>Use the Accumulo command-line shell<\/li>\n<li>Employ Ganglina to monitor the cluster and Graylog2 to monitor application logs<\/li>\n<li>Understand what tools are needed to optimize Accumulo performance<\/li>\n<\/ul>\n<p><b>Approach<\/b><\/p>\n<p>The book will have a tutorial-based approach that will show the readers how to start from scratch with building an Accumulo cluster and learning how to monitor the system and implement aspects such as security.<\/p>\n<p><b>Who this book is written for<\/b><\/p>\n<p>This book is great for developers new to Accumulo, who are looking to get a good grounding in how to use Accumulo. It\u2019s assumed that you have an understanding of how Hadoop works, both HDFS and the Map\/Reduce. No prior knowledge of ZooKeeper is assumed.<\/p>\n<h3>Book Details<\/h3>\n<div>\n<ul>\n<li><b>Paperback:<\/b> 120 
 pages<\/li>\n<li><b>Publisher:<\/b> Packt Publishing (October 16, 2013)<\/li>\n<li><b>Language:<\/b> English<\/li>\n<li><b>ISBN-10:<\/b> 1783285990<\/li>\n<li><b>ISBN-13:<\/b> 978-1783285990<\/li>\n<\/ul>\n<\/div>\n<\/div>","contenttype":"html","created_at":"Mon, 24 Mar 2014 18:16:40 +0000","id":"1e3b38071f03a400e072d82a1cb03a68","link":"http:\/\/www.joinebook.com\/apache-accumulo-for-developers\/","schema":{"version":3},"subtype":"post","title":"Apache Accumulo for Developers","type":"blog"},"language":{"confidence":99,"tag":"en","tag_extended":"en"},"salience":{"content":{"entities":[{"name":"Apache Accumulo","sentiment":35,"confident":1,"label":"Company","evidence":7,"type":"Company","about":1,"themes":["various cloud platforms Overview","cell-level security","tutorial-based approach","command-line shell","performance Approach","real-time data storage","real-time analyses","full advantage","step guide","Accumulo clusters","ZooKeeper clusters","hands-on knowledge","practical examp
 les","value store","highly robust","monitoring tools","good grounding","performance bottlenecks"]},{"name":"ZooKeeper","sentiment":22,"confident":1,"label":"Company","evidence":7,"type":"Company","about":1,"themes":["various cloud platforms Overview","cell-level security","tutorial-based approach","command-line shell","performance Approach","real-time data storage","real-time analyses","full advantage","step guide","Accumulo clusters","ZooKeeper clusters","hands-on knowledge","practical examples","value store","highly robust","monitoring tools","good grounding","performance bottlenecks"]},{"name":"Windows","sentiment":10,"confident":1,"label":"Product","evidence":5,"type":"Product","about":1,"themes":["various cloud platforms Overview","real-time data storage","Accumulo clusters","ZooKeeper clusters","hands-on knowledge","practical examples","value store","highly robust"]},{"name":"Linux","sentiment":10,"confident":1,"label":"Product","evidence":5,"type":"Product","about":1,"themes"
 :["various cloud platforms Overview","real-time data storage","Accumulo clusters","ZooKeeper clusters","hands-on knowledge","practical examples","value store","highly robust"]},{"name":"Amazon.com","sentiment":7,"confident":1,"label":"Company","evidence":7,"type":"Company","about":1,"themes":["real-time data storage","Accumulo clusters","ZooKeeper clusters","hands-on knowledge","practical examples","value store","highly robust","performance bottlenecks","cloud platforms","monitoring tools","cell-level security"]},{"name":"Google","sentiment":4,"confident":1,"label":"Company","evidence":5,"type":"Company","about":0,"themes":["real-time data storage","highly robust"]},{"name":"October 16, 2013","sentiment":0,"confident":1,"label":"Date","evidence":1,"type":"Pattern","about":0,"themes":["Book Details Paperback","prior knowledge"]}],"sentiment":2,"topics":[{"name":"Software and Internet","score":0.50457036495209,"additional":"Apache Accumulo for Developers looks at the process of settin
 g up three systems \u2013 Hadoop, ZooKeeper, and Accumulo \u2013 and configuring, monitoring, and securing them. You will also learn to troubleshoot clusters with monitoring tools, and use Accumulo cell-level security to secure your data. What you will learn from this book Set up Hadoop, ZooKeeper, and Accumulo Monitor clusters \u2013 both performance and application logs Secure your data in Accumulo Optimize Hadoop, ZooKeeper, and Accumulo performance Integrate to various cloud platforms Use the Accumulo command-line shell Employ Ganglina to monitor the cluster and Graylog2 to monitor application logs Understand what tools are needed to optimize Accumulo performance Approach The book will have a tutorial-based approach that will show the readers how to start from scratch with building an Accumulo cluster and learning how to monitor the system and implement aspects such as security.","hits":0}]},"title":{"sentiment":0,"topics":[{"name":"Software and Internet","score":0.5521121621131
 9,"additional":"Apache Accumulo for Developers","hits":0}]}}}
+{"blog":{"blog":{"link":"http:\/\/ibm.ulitzer.com\/","title":"Latest News from IBM News on Ulitzer"},"blogid":"71106617","content":"<p><span class=\"xn-location\">FOREST HILL, Md.<\/span>, <span class=\"xn-chron\">March 25, 2014<\/span> \/PRNewswire\/ --\u00A0The Apache Software Foundation (ASF), the all-volunteer developers, stewards, and incubators of more than 170 Open Source projects and initiatives, today announced Apache CloudStack v4.3, the latest feature release of the CloudStack cloud orchestration platform.<\/p><p><a href=\"http:\/\/ibm.ulitzer.com\/node\/3026607\" target=\"_blank\">read more<\/a><\/p>","contenttype":"html","created_at":"Tue, 25 Mar 2014 12:00:47 +0000","domain":"ibm.ulitzer.com","guid":"3032fcc90b1d53e13ec24b46bf6ad3a3","id":"1e3b41519b74a180e072fbcdee35ca7e","lang":"en","link":"http:\/\/ibm.ulitzer.com\/node\/3026607","parseddate":"Tue, 25 Mar 2014 14:51:38 +0000","postid":"6eeaec5e-861b-4640-8276-f7ab8b8a3523","title":"The Apache Software Foundation Ann
 ounces Apache\u2122 CloudStack\u2122 v4.3","type":"post"},"interaction":{"content":"<p><span class=\"xn-location\">FOREST HILL, Md.<\/span>, <span class=\"xn-chron\">March 25, 2014<\/span> \/PRNewswire\/ --\u00A0The Apache Software Foundation (ASF), the all-volunteer developers, stewards, and incubators of more than 170 Open Source projects and initiatives, today announced Apache CloudStack v4.3, the latest feature release of the CloudStack cloud orchestration platform.<\/p><p><a href=\"http:\/\/ibm.ulitzer.com\/node\/3026607\" target=\"_blank\">read more<\/a><\/p>","contenttype":"html","created_at":"Tue, 25 Mar 2014 12:00:47 +0000","id":"1e3b41519b74a180e072fbcdee35ca7e","link":"http:\/\/ibm.ulitzer.com\/node\/3026607","schema":{"version":3},"subtype":"post","title":"The Apache Software Foundation Announces Apache\u2122 CloudStack\u2122 v4.3","type":"blog"},"language":{"confidence":99,"tag":"en","tag_extended":"en"},"salience":{"content":{"entities":[{"name":"FOREST HILL, Md.","sen
 timent":0,"confident":1,"label":"Place","evidence":4,"type":"Place","about":1,"themes":["latest feature release","all-volunteer developers"]},{"name":"March 25, 2014","sentiment":-1,"confident":1,"label":"Date","evidence":7,"type":"Pattern","about":1,"themes":["latest feature release","all-volunteer developers"]}],"sentiment":-1},"title":{"sentiment":0}}}
+{"blog":{"author":{"name":"Apache"},"comment":{"id":"650dba80c6b04a2124e0075cff28af4b"},"content":"<p>C&rsquo;est triste pour ces hommes sinc\u00E8res et lucides, amoureux de la v\u00E9rit\u00E9<br \/>\nLes int\u00E9gristes n&rsquo;aiment pas la v\u00E9rit\u00E9 tant ils sont aveugl\u00E9s par LEUR V\u00C9RIT\u00C9 qu&rsquo;ils veulent nous imposer par la force et par la mort.<br \/>\nDans toutes les religions l&rsquo;int\u00E9grisme est dangereux.<br \/>\nNous avons excell\u00E9 dans l&rsquo;inquisition en tant que chr\u00E9tiens .<br \/>\nMaintenant nous subissons \u00E0 notre tour les exc\u00E8s de gens \u00E9lev\u00E9s dans de fausses id\u00E9es moyen\u00E2geuses.<br \/>\nJe souhaite de tout mon c\u0153ur et je prie pour que notre Dieu, le seul et unique, se souvienne de ces hommes courageux et les prot\u00E8ge .<br \/>\nIls sont peut \u00EAtre sans le savoir des instruments dans ses mains pour montrer aux humains que tout homme aimant la v\u00E9rit\u00E9 et pratiquant le bien e
 st agr\u00E9able \u00E0 ses yeux.Et que sa main ne sera pas assez courte pour les sauver.<\/p>","contenttype":"html","created_at":"Tue, 25 Mar 2014 20:00:05 +0000","domain":"leblogdrzz.over-blog.com","id":"1e3b4580ed1da080e072338f47a54b24","lang":"fr","link":"http:\/\/www.dreuz.info\/2014\/03\/salem-ben-ammar-auteur-chez-dreuz-est-menace-de-mort-par-des-islamistes-tunisiens\/","parseddate":"Tue, 25 Mar 2014 20:22:24 +0000","post":{"created_at":"Tue, 25 Mar 2014 09:46:53 +0000","guid":"287825f6c2bd7e5f1a5615286d028e56","link":"http:\/\/www.dreuz.info\/2014\/03\/salem-ben-ammar-auteur-chez-dreuz-est-menace-de-mort-par-des-islamistes-tunisiens\/","title":"Salem Ben Ammar, auteur chez Dreuz, est menac\u00E9 de mort par des islamistes tunisiens"},"source":{"crawled":"Tue, 25 Mar 2014 11:43:43 +0000","guid":"5c3074412dceeb8b550f4f8467bdce0d","id":"48710360","language":"fr","link":"leblogdrzz.over-blog.com","title":"Dreuz.info","type":"blogs"},"title":"Par : Apache","type":"comment"},"inte
 raction":{"author":{"name":"Apache"},"content":"<p>C&rsquo;est triste pour ces hommes sinc\u00E8res et lucides, amoureux de la v\u00E9rit\u00E9<br \/>\nLes int\u00E9gristes n&rsquo;aiment pas la v\u00E9rit\u00E9 tant ils sont aveugl\u00E9s par LEUR V\u00C9RIT\u00C9 qu&rsquo;ils veulent nous imposer par la force et par la mort.<br \/>\nDans toutes les religions l&rsquo;int\u00E9grisme est dangereux.<br \/>\nNous avons excell\u00E9 dans l&rsquo;inquisition en tant que chr\u00E9tiens .<br \/>\nMaintenant nous subissons \u00E0 notre tour les exc\u00E8s de gens \u00E9lev\u00E9s dans de fausses id\u00E9es moyen\u00E2geuses.<br \/>\nJe souhaite de tout mon c\u0153ur et je prie pour que notre Dieu, le seul et unique, se souvienne de ces hommes courageux et les prot\u00E8ge .<br \/>\nIls sont peut \u00EAtre sans le savoir des instruments dans ses mains pour montrer aux humains que tout homme aimant la v\u00E9rit\u00E9 et pratiquant le bien est agr\u00E9able \u00E0 ses yeux.Et que sa main ne 
 sera pas assez courte pour les sauver.<\/p>","contenttype":"html","created_at":"Tue, 25 Mar 2014 20:00:05 +0000","id":"1e3b4580ed1da080e072338f47a54b24","link":"http:\/\/www.dreuz.info\/2014\/03\/salem-ben-ammar-auteur-chez-dreuz-est-menace-de-mort-par-des-islamistes-tunisiens\/","schema":{"version":3},"subtype":"comment","title":"Par : Apache","type":"blog"},"language":{"confidence":99,"tag":"fr","tag_extended":"fr"},"salience":{"content":{"sentiment":1},"title":{"entities":[{"name":"Apache","sentiment":0,"confident":1,"label":"Company","evidence":4,"type":"Company","about":1}],"sentiment":0}}}
+{"blog":{"author":{"name":"Tip Meister"},"blog":{"link":"http:\/\/www.lamp-tips.com\/","title":"Linux Apache MySQL PHP Tips"},"blogid":"71186799","content":"please help! \nexplain in SIMPLE terms","contenttype":"html","created_at":"Wed, 26 Mar 2014 00:00:16 +0000","domain":"www.lamp-tips.com","guid":"eb93f438e4191fd92fc1664a71c30a83","id":"1e3b4799c71ea800e07243367e6972b4","lang":"en","link":"http:\/\/www.lamp-tips.com\/apache\/what-does-apache-camel-do\/","parseddate":"Wed, 26 Mar 2014 00:16:44 +0000","postid":"33815629-a87b-488f-9ca5-98c7359733d1","title":"What does Apache Camel do?","type":"post"},"interaction":{"author":{"name":"Tip Meister"},"content":"please help! \nexplain in SIMPLE terms","contenttype":"html","created_at":"Wed, 26 Mar 2014 00:00:16 +0000","id":"1e3b4799c71ea800e07243367e6972b4","link":"http:\/\/www.lamp-tips.com\/apache\/what-does-apache-camel-do\/","received_at":4743641192805852774,"schema":{"version":3},"subtype":"post","title":"What does Apache Camel do?"
 ,"type":"blog"},"language":{"confidence":97,"tag":"en","tag_extended":"en"},"salience":{"content":{"sentiment":0},"title":{"sentiment":0}}}
+{"blog":{"author":{"name":"Sv\u011Bt knihy"},"blog":{"link":"http:\/\/ceske-knizky.cz\/","title":"\u010Cesk\u00E9 kn\u00ED\u017Eky"},"blogid":"71098056","content":"Pilotem Apache (Macy Ed) \n \nAnotace Pilotem Apache (Macy Ed): \n \nPo dvaadvaceti letech slu\u017Eby v britsk\u00E9 arm\u00E1d\u011B pl\u00E1nuje Ed Macy odchod do v\u00FDslu\u017Eby. Ale tento pl\u00E1n odkl\u00E1d\u00E1, proto\u017Ee souhlasil s je\u0161t\u011B jedn\u00EDm turnusem v ji\u017En\u00EDm Afgh\u00E1nist\u00E1nu jako zbra\u0148ov\u00FD specialista, l\u00E9taj\u00EDc\u00ED na \u00FApln\u011B nov\u00E9m vrtuln\u00EDku Apache. Je to nejsmrtonosn\u011Bj\u0161\u00ED a technicky nejvysp\u011Blej\u0161\u00ED vrtuln\u00EDk na sv\u011Bt\u011B. Let\u011Bt s vrtuln\u00EDkem Apache do boje je jako hr\u00E1t sou\u010Dasn\u011B na Xboxu, PlayStationu a velmistrovskou partii \u0161achu \u2013 a p\u0159itom se v\u00E9zt na nejv\u011Bt\u0161\u00ED horsk\u00E9 dr\u00E1ze v Disneylandu. Podle zji\u0161t\u011Bn\u00ED americk\u
 00FDch studi\u00ED dok\u00E1\u017Ee jen mal\u00E9 procento lidsk\u00FDch mozk\u016F soub\u011B\u017En\u011B zvl\u00E1dnout v\u0161echny po\u017Eadovan\u00E9 \u010Dinnosti p\u0159i pilotov\u00E1n\u00ED tohoto letounu.\u2026A nejenom jednu nebo dv\u011B minuty, ale t\u0159i hodiny bez p\u0159est\u00E1vky. Pokud jste p\u0159ehl\u00E9dl jednu kl\u00ED\u010Dovou v\u011Bc, mohl jste okam\u017Eit\u011B zab\u00EDt sebe i sv\u00E9ho kopilota. Koncem roku 2006 byla Macyho letka Apache nasazena v nechvaln\u011B zn\u00E1m\u00E9 afgh\u00E1nsk\u00E9 provincii Hilmand, v drsn\u00E9 a nehostinn\u00E9 oblasti, m\u00EDstn\u00EDmi naz\u00FDvan\u00E9 Da\u0161t-e-Margo (Pou\u0161\u0165 smrti). Operace dostala n\u00E1zev Herrick. Posl\u00E1n\u00EDm Macyho a jeho letky Apache bylo bojovat spolu s mu\u017Ei na zemi a chr\u00E1nit je v\u0161emi nezbytn\u00FDmi prost\u0159edky. Kdy\u017E se jeden p\u0159\u00EDslu\u0161n\u00EDk n\u00E1mo\u0159n\u00ED p\u011Bchoty poh\u0159e\u0161oval v akci, Ed a jeho t\u00FD
 m byli jedinou nad\u011Bj\u00ED arm\u00E1dy na to, \u017Ee ho doprav\u00ED zp\u00E1tky \u017Eiv\u00E9ho. S voj\u00E1ky, p\u0159ipoutan\u00FDmi po obou stran\u00E1ch bitevn\u00EDch vrtuln\u00EDk\u016F musel p\u0159ist\u00E1t v srdci pevnosti Jugroom, t\u00E1lib\u00E1nsk\u00E9m op\u011Brn\u00E9m bod\u011B a postavit se tv\u00E1\u0159\u00ED v tv\u00E1\u0159 hord\u00E1m ne\u00FAprosn\u00E9ho nep\u0159\u00EDtele. N\u00E1sledoval dech berouc\u00ED pokus o z\u00E1chranu. Kniha Pilotem Apache, n\u011Bco mezi \u010Cern\u00FD jest\u0159\u00E1b sest\u0159elen a T\u011Bsn\u011B vedle, popisuje odv\u00E1\u017Enou misi, za ni\u017E byl Ed Macy jako prvn\u00ED pilot v historii britsk\u00E9ho letectva vyznamen\u00E1n velmi presti\u017En\u00EDm Vojensk\u00FDm k\u0159\u00ED\u017Eem. Pilotem Apache je p\u0159\u00EDb\u011Bh Macyho, story o odvaze, nebezpe\u010D\u00ED a kamar\u00E1dstv\u00ED, kterou p\u0159e\u010Dtete jedn\u00EDm dechem. Kniha je dopln\u011Bna situa\u010Dn\u00EDmi mapkami a barevnou obr
 azovou p\u0159\u00EDlohou \n \nInformace o Pilotem Apache (Macy Ed): \n  Nakladatelstv\u00ED: Omnibooks  Rok vyd\u00E1n\u00ED: 2012  Doporu\u010Den\u00E1 cena: 349  Po\u010Det stran: 320  Jazyk: CZE  EAN: 9788090523227   \nPilotem Apache (Macy Ed) je mo\u017En\u011B koupit v klasick\u00E9m internetov\u00E9m knihkupectv\u00ED Beletrie nebo modern\u00EDm internetov\u00E9m knihkupectv\u00ED U Mobi . Koupen\u00E9 knihy si m\u016F\u017Eete ulo\u017Eit do kabelky \u00A0\u010D\u00ED aktovky z internetov\u00E9ho obchodu www.purses-kabelky.cz \n \nDal\u0161\u00ED knihy:   \u010Ceskoslovensk\u00E1 lidov\u00E1 arm\u00E1da\u2026  Nejv\u011Bt\u0161\u00ED tajemn\u00E1 spiknut\u00ED (G\u2026  Krugo Bajkalka (Turek V\u00E1clav)  Report\u00E9rem na t\u0159ech kontinen\u2026  M\u016Fj \u017Eivot \u2013 Fascinuj\u00EDc\u00ED a in\u2026  Ilumin\u00E1ti (Makow Henri)  Pra\u017Esk\u00E9 katastrofy  Glob\u00E1ln\u00ED Minotaurus \u2013 Amerik\u2026  Mordcentr\u00E1la X (C\u00EDlek Roman)  V\u00FDbuch nad 
 tajgou (Jir\u00E1nek J\u2026  Radik\u00E1ln\u00ED pravice v N\u011Bmecku \u2026  Nepoko\u0159en\u00E1 (Val\u010Deva Kristiana)  Tenkr\u00E1t za prvn\u00ED republiky (\u2026  V\u011Bchi (Miln\u00EDky) (Ber\u010Fajev Ni\u2026  Belze, Sobibor, Treblinka (A\u2026","contenttype":"html","created_at":"Wed, 26 Mar 2014 00:50:28 +0000","domain":"ceske-knizky.cz","guid":"f6d6c4a76240a3d4ef20ea2a75f80893","id":"1e3b4809fbcaa200e072eade39a77334","lang":"cs","link":"http:\/\/ceske-knizky.cz\/pilotem-apache-macy-ed-2\/","parseddate":"Wed, 26 Mar 2014 02:37:30 +0000","postid":"858cfa87-6b6a-49a8-aa1c-7bf5449976d8","title":"Pilotem Apache (Macy Ed)","type":"post"},"interaction":{"author":{"name":"Sv\u011Bt knihy"},"content":"Pilotem Apache (Macy Ed) \n \nAnotace Pilotem Apache (Macy Ed): \n \nPo dvaadvaceti letech slu\u017Eby v britsk\u00E9 arm\u00E1d\u011B pl\u00E1nuje Ed Macy odchod do v\u00FDslu\u017Eby. Ale tento pl\u00E1n odkl\u00E1d\u00E1, proto\u017Ee souhlasil s je\u0161t\u011B jedn\u00EDm 
 turnusem v ji\u017En\u00EDm Afgh\u00E1nist\u00E1nu jako zbra\u0148ov\u00FD specialista, l\u00E9taj\u00EDc\u00ED na \u00FApln\u011B nov\u00E9m vrtuln\u00EDku Apache. Je to nejsmrtonosn\u011Bj\u0161\u00ED a technicky nejvysp\u011Blej\u0161\u00ED vrtuln\u00EDk na sv\u011Bt\u011B. Let\u011Bt s vrtuln\u00EDkem Apache do boje je jako hr\u00E1t sou\u010Dasn\u011B na Xboxu, PlayStationu a velmistrovskou partii \u0161achu \u2013 a p\u0159itom se v\u00E9zt na nejv\u011Bt\u0161\u00ED horsk\u00E9 dr\u00E1ze v Disneylandu. Podle zji\u0161t\u011Bn\u00ED americk\u00FDch studi\u00ED dok\u00E1\u017Ee jen mal\u00E9 procento lidsk\u00FDch mozk\u016F soub\u011B\u017En\u011B zvl\u00E1dnout v\u0161echny po\u017Eadovan\u00E9 \u010Dinnosti p\u0159i pilotov\u00E1n\u00ED tohoto letounu.\u2026A nejenom jednu nebo dv\u011B minuty, ale t\u0159i hodiny bez p\u0159est\u00E1vky. Pokud jste p\u0159ehl\u00E9dl jednu kl\u00ED\u010Dovou v\u011Bc, mohl jste okam\u017Eit\u011B zab\u00EDt sebe i sv\u00E9ho kopilota. Konc
 em roku 2006 byla Macyho letka Apache nasazena v nechvaln\u011B zn\u00E1m\u00E9 afgh\u00E1nsk\u00E9 provincii Hilmand, v drsn\u00E9 a nehostinn\u00E9 oblasti, m\u00EDstn\u00EDmi naz\u00FDvan\u00E9 Da\u0161t-e-Margo (Pou\u0161\u0165 smrti). Operace dostala n\u00E1zev Herrick. Posl\u00E1n\u00EDm Macyho a jeho letky Apache bylo bojovat spolu s mu\u017Ei na zemi a chr\u00E1nit je v\u0161emi nezbytn\u00FDmi prost\u0159edky. Kdy\u017E se jeden p\u0159\u00EDslu\u0161n\u00EDk n\u00E1mo\u0159n\u00ED p\u011Bchoty poh\u0159e\u0161oval v akci, Ed a jeho t\u00FDm byli jedinou nad\u011Bj\u00ED arm\u00E1dy na to, \u017Ee ho doprav\u00ED zp\u00E1tky \u017Eiv\u00E9ho. S voj\u00E1ky, p\u0159ipoutan\u00FDmi po obou stran\u00E1ch bitevn\u00EDch vrtuln\u00EDk\u016F musel p\u0159ist\u00E1t v srdci pevnosti Jugroom, t\u00E1lib\u00E1nsk\u00E9m op\u011Brn\u00E9m bod\u011B a postavit se tv\u00E1\u0159\u00ED v tv\u00E1\u0159 hord\u00E1m ne\u00FAprosn\u00E9ho nep\u0159\u00EDtele. N\u00E1sledoval dech berouc\u0
 0ED pokus o z\u00E1chranu. Kniha Pilotem Apache, n\u011Bco mezi \u010Cern\u00FD jest\u0159\u00E1b sest\u0159elen a T\u011Bsn\u011B vedle, popisuje odv\u00E1\u017Enou misi, za ni\u017E byl Ed Macy jako prvn\u00ED pilot v historii britsk\u00E9ho letectva vyznamen\u00E1n velmi presti\u017En\u00EDm Vojensk\u00FDm k\u0159\u00ED\u017Eem. Pilotem Apache je p\u0159\u00EDb\u011Bh Macyho, story o odvaze, nebezpe\u010D\u00ED a kamar\u00E1dstv\u00ED, kterou p\u0159e\u010Dtete jedn\u00EDm dechem. Kniha je dopln\u011Bna situa\u010Dn\u00EDmi mapkami a barevnou obrazovou p\u0159\u00EDlohou \n \nInformace o Pilotem Apache (Macy Ed): \n  Nakladatelstv\u00ED: Omnibooks  Rok vyd\u00E1n\u00ED: 2012  Doporu\u010Den\u00E1 cena: 349  Po\u010Det stran: 320  Jazyk: CZE  EAN: 9788090523227   \nPilotem Apache (Macy Ed) je mo\u017En\u011B koupit v klasick\u00E9m internetov\u00E9m knihkupectv\u00ED Beletrie nebo modern\u00EDm internetov\u00E9m knihkupectv\u00ED U Mobi . Koupen\u00E9 knihy si m\u016F\u017Eete ulo
 \u017Eit do kabelky \u00A0\u010D\u00ED aktovky z internetov\u00E9ho obchodu www.purses-kabelky.cz \n \nDal\u0161\u00ED knihy:   \u010Ceskoslovensk\u00E1 lidov\u00E1 arm\u00E1da\u2026  Nejv\u011Bt\u0161\u00ED tajemn\u00E1 spiknut\u00ED (G\u2026  Krugo Bajkalka (Turek V\u00E1clav)  Report\u00E9rem na t\u0159ech kontinen\u2026  M\u016Fj \u017Eivot \u2013 Fascinuj\u00EDc\u00ED a in\u2026  Ilumin\u00E1ti (Makow Henri)  Pra\u017Esk\u00E9 katastrofy  Glob\u00E1ln\u00ED Minotaurus \u2013 Amerik\u2026  Mordcentr\u00E1la X (C\u00EDlek Roman)  V\u00FDbuch nad tajgou (Jir\u00E1nek J\u2026  Radik\u00E1ln\u00ED pravice v N\u011Bmecku \u2026  Nepoko\u0159en\u00E1 (Val\u010Deva Kristiana)  Tenkr\u00E1t za prvn\u00ED republiky (\u2026  V\u011Bchi (Miln\u00EDky) (Ber\u010Fajev Ni\u2026  Belze, Sobibor, Treblinka (A\u2026","contenttype":"html","created_at":"Wed, 26 Mar 2014 00:50:28 +0000","id":"1e3b4809fbcaa200e072eade39a77334","link":"http:\/\/ceske-knizky.cz\/pilotem-apache-macy-ed-2\/","schema":{"
 version":3},"subtype":"post","title":"Pilotem Apache (Macy Ed)","type":"blog"},"language":{"confidence":99,"tag":"cs","tag_extended":"cs"}}
+{"blog":{"author":{"name":"Benjamin D. Thomas"},"blog":{"link":"http:\/\/lxer.com\/","title":"LXer Linux News"},"blogid":"40458952","content":"Apache HTTP server could be made to crash if it received specially craftednetwork 

<TRUNCATED>