<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>James&#039; World &#187; Open Source</title>
	<atom:link href="http://www.jebriggs.com/blog/category/open-source/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jebriggs.com/blog</link>
	<description>Observations by a Programmer of Silicon Valley and Beyond</description>
	<lastBuildDate>Mon, 06 Feb 2012 11:03:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>SVLUG: The Story of Gluster</title>
		<link>http://www.jebriggs.com/blog/2012/02/svlug-story-of-glusterfs/</link>
		<comments>http://www.jebriggs.com/blog/2012/02/svlug-story-of-glusterfs/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 06:11:36 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[BSD]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Toys]]></category>
		<category><![CDATA[User Groups]]></category>

		<guid isPermaLink="false">http://www.jebriggs.com/blog/2012/02/</guid>
		<description><![CDATA[At Silicon Valley Users&#8217; Group (SVLUG) tonite, Anand Babu (AB) Periasamy, CTO Gluster, Inc. gave a great talk on &#8220;The Story of Gluster.&#8221; The name &#8220;Gluster&#8221; was derived from the words &#8220;GNU&#8221; and &#8220;Cluster.&#8221; No relation to the Luster filesystem, &#8230; <a href="http://www.jebriggs.com/blog/2012/02/svlug-story-of-glusterfs/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://jebriggs.com/php/gluster_logo.png" border="0" align="left" alt="Gluster Logo" />At <a href="http://www.svlug.org/">Silicon Valley Users&#8217; Group (SVLUG)</a> tonite, Anand Babu (AB) Periasamy, CTO Gluster, Inc. gave a great talk on &#8220;The Story of Gluster.&#8221;</p>
<p>The name &#8220;Gluster&#8221; was derived from the words &#8220;GNU&#8221; and &#8220;Cluster.&#8221; No relation to the Luster filesystem, and actually they have opposite overall architectures.</p>
<p>GlusterFS is a GPL3 distributed network filesystem that runs as a service in user mode on Linux on a network of servers (conceptually like Google GFS.) Redhat bought Gluster, Inc. in 2011 and calls it <a href="http://www.redhat.com/products/storage/">&#8220;Redhat Storage.&#8221;</a> By running in user mode and reusing existing linux features and modules, GlusterFS gained reliability in months instead of the usual 10 years for other filesystems.</p>
<p><a href="http://www.gluster.org/">gluster.org</a> is the community website for GlusterFS.</p>
<p>Previously, AB was CTO at <a href="http://www.californiadigital.com/">California Digital Corporation (CDC).</a> One of his projects was the 1024-node linux <a href="http://linux.sys-con.com/node/44799">&#8220;Thunder&#8221; HPC supercomputer</a> for LLNL, the most powerful in the USA at the time.</p>
<p>- after that, he still wanted to do Open Source projects, preferably without bureaucratic encumbrances<br />
- got some angel funding, but also a seismic data company paid $500,000 to adapt HPC code in 3 months to replace IBM Regatta system, then a follow-on storage contract for 1.2 PB in a 6 months project<br />
- audience member: &#8220;In 10 years 1 PB will fit on a SD card.&#8221;<br />
- GlusterFS is in some ways architecturally the opposite of VMware. GlusterFS is userland code.<br />
- in 2006 large companies like Lehman, etc. started appearing on mailing list, to some surprise and awe<br />
- originally the company was called Z Research, renamed to Gluster, Inc. to have clearer brand name<br />
- no in-house test storage hardware, so developed on customer hardware!<br />
- was still doing other paying work such as embedded kernel stuff, web dev, etc to reduce burn rate initially. Too distracting.</p>
<table border="1">
<tr>
<th>Traditional complex method</th>
<th>Newer, simpler method</th>
</tr>
<tr>
<td>FC</td>
<td>HTTP, sockets</td>
</tr>
<tr>
<td>modified BSD OS</td>
<td>linux/user space/C, python, Java</td>
</tr>
<tr>
<td>appliance-based</td>
<td>application-based</td>
</tr>
</table>
<p>- Google mixes app and GFS, app generates 64 MB chunks, GFS manages metadata. Too complicated for general use.<br />
- GlusterFS is a distributed storage OS in user-space<br />
- create container without knowledge of filesystem (Posix, ACL, etc. ) because no known common user pattern for storage<br />
- lots of general C programmers available to recruit, but no filesystem developers without baggage about kernel<br />
- in 2008-2009 added too many features to actually test<br />
- VCs contacted them and invested A and B series total of $15 million, despite their storage &#8220;experts&#8221; saying it was crazy, users said it was awesome<br />
- lowest layer is native filesystem like EXT3 or XFS, thus idiot-proof<br />
- use extended attributes for metadata<br />
- block, replication, striping, elastic hashing algorithm<br />
- striping support by cleverly using sparse files with different offset on each server<br />
- read server choice based on fastest response<br />
- every directory has its own hash space<br />
- good default behavior when adding servers (no thundering herd)<br />
- striping is good for hotspot files or files too big for 1 volume, like saving HPC results<br />
- will be unified file and object protocol for object storage<br />
- there is a pathinfo command can query extended attribute, could be used with ssh for a fake MapReduce<br />
- GET and PUT at command line<br />
- GlusterFS is most heavily used for lots of files containing unstructured data<br />
- 3.3 will have faster healing operations, better granularity for 100 VMs, KVM support, etc.<br />
- currently shared-nothing, but with a little sharing healing can be faster<br />
- will be HDFS clone mode</p>
<p>Data Storage models:</p>
<ul>
<li>objects</li>
<li>file</li>
<li>block</li>
<li>structured data</li>
<li>NoSQL</li>
<li>semi-structured data.</li>
</ul>
<p>- Redhat bought Gluster, Inc. for about $136 million in October, 2011. It was about 60 employees at the time. Now there&#8217;s about 40 engineers working on GlusterFS at Redhat. AB chose Redhat over other suitors because of its commitment to Open Source and linux.</p>
<p>A dozen people attended dinner afterwards:</p>
<p>- it was tough hiring people for Gluster Inc. since the concept of doing file systems in userland confused a lot of developers and managers.<br />
- AB&#8217;s philosophy is that the Open Core model doesn&#8217;t serve end-users well, as all users need &#8220;extras&#8221; like user-friendly mgmt. programs, not just licensees<br />
- companies seem to be happy to pay for GlusterFS support, one of the reasons being lack of in-house storage engineers<br />
- lots of discussion about <a href="https://www.illumos.org/">Illumos</a> (OpenSolaris fork), ZFS and containers<br />
- take a look at <a href="http://www.nexenta.org/">Nexenta</a><br />
- An efficient WAN replication method with GlusterFS is to use the marker framework / queue using extended attributes to feed rsync a list of changed files, scales better than <a href="http://en.wikipedia.org/wiki/Inotify">inotify</a><br />
- no storage tiering yet for incoming/outgoing hotspot files<br />
- Redhat is pushing xfs heavily internally, and has hired the available ex-SGI xfs developers<br />
- some checksumming is done in GlusterFS, but no end-end checksumming. Need to look at performance and demand.<br />
- historicaly, linux has had slower adoption and community interest in India than Western countries due to lagging Internet performance (often more practical to install linux from a magazine CD-ROM than attempting large downloads) and relatively higher cost of computers compared to local salaries<br />
- AB got started in programming on a Spectrum microcomputer, and progressed over time to fixing minor bugs in the linux network drivers, culminating in GlusterFS.</p>
<p>Thanks again to Symantec for hosting this event.</p>
<p><a href="http://www.gluster.org/download/">GlusterFS Downloads</a><br />
<a href="http://chip.typepad.com/weblog/2011/09/why-glusterfs-is-glusterfsckd-too.html">Chip&#8217;s Rant: Why GlusterFS is Glusterfsck&#8217;d Too</a><br />
<a href="http://en.wikipedia.org/wiki/Extended_file_attributes">wikipedia: Extended file attributes</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jebriggs.com/blog/2012/02/svlug-story-of-glusterfs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BIND and DHCP Open Day, Menlo Park</title>
		<link>http://www.jebriggs.com/blog/2012/01/bind-and-dhcp-open-day-menlo-park/</link>
		<comments>http://www.jebriggs.com/blog/2012/01/bind-and-dhcp-open-day-menlo-park/#comments</comments>
		<pubDate>Sun, 15 Jan 2012 06:48:30 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[BSD]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Toys]]></category>

		<guid isPermaLink="false">http://www.jebriggs.com/blog/2012/01/</guid>
		<description><![CDATA[I went to ISC&#8217;s BIND and DHCP Open Day in Menlo Park. There was a good turnout, with about 30 outside attendees and about the same of ISC staff. 3 BIND developers from the Czech and Chinese registrars also attended, &#8230; <a href="http://www.jebriggs.com/blog/2012/01/bind-and-dhcp-open-day-menlo-park/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I went to <a href="http://www.isc.org/">ISC&#8217;s</a> BIND and DHCP Open Day in Menlo Park.</p>
<p>There was a good turnout, with about 30 outside attendees and about the same of ISC staff. 3 BIND developers from the Czech and Chinese registrars also attended, as well as <a href="http://www.cricketondns.com/">Cricket Liu</a>.</p>
<p>Here&#8217;s my notes.</p>
<p>DNS</p>
<p>- can learn what you need to know (50%) in a day, lifetime for the next 50%</p>
<p>BIND9</p>
<p>- monolithic program<br />
- 10 years old<br />
- different syntax than BIND8, 30% slower</p>
<p>User Story &#8211; Quick Refresh at AOL</p>
<p>- VMs spark up in 9.5 seconds, but DNS takes 15 minutes or more to propagate in their system<br />
- goal is 5 minute updates across globe</p>
<p>BIND10</p>
<p>- sponsored by 10 TLDs, unlike BIND9 which was sponsored by Big Iron vendors<br />
- TLDs represent registrars, users or citizens<br />
- started April 1, 2009<br />
- 5 year plan<br />
- now on year3 &#8211; features and performance<br />
- release every 6 weeks<br />
- will be no slower than BIND9<br />
- postfix processes model, not threads<br />
- scalable across cores<br />
- modular<br />
- logging<br />
- reporting<br />
- REST API<br />
- save cache object to memory or network, could be 10s to 100s of MB<br />
- no query or response logging, use tcpdump<br />
- look at <a href="http://bind-dlz.sourceforge.net/">DLZ</a></p>
<p>DNS Provider Issues</p>
<p>- Dealing with large zones<br />
- Dealing with lots of zones<br />
- resource estimates (for sizing new servers)<br />
- high-availability installations and technologies<br />
 &#8211; anycasting<br />
 &#8211; cooperate better with firewalls and load balancers<br />
 &#8211; auto-clustering?<br />
 &#8211; quagga support?<br />
- multi-master<br />
- support for fully mastered slave<br />
 &#8211; akin to powerdns &#8220;super masters&#8221;</p>
<p>- some debate over how much routing is appropriate inside dns<br />
- do it all or just be fast<br />
- does it make sense to send acl info over port 53? needed for cluster setup</p>
<p>DNSSEC Issues</p>
<p>- Deployment and Maintenance procedures<br />
- in-line signing<br />
 &#8211; aka &#8220;bump on the wire&#8221; 9.9.0<br />
   &#8211; hidden master sends signed zones to slaves<br />
 &#8211; aka &#8220;signer in the middle&#8221;<br />
- registry vs. registrar<br />
- look at DomainKeys optionality<br />
- DLV keys (don&#8217;t need a signed parent)<br />
- zone monitoring is crucial<br />
- 4 HSM known, $80k for qty 1<br />
- some firefox plugins check ad bit<br />
- dnssec slowest on negative answer, nsec3 worst </p>
<p>The event photos are available <a href="http://on.fb.me/wHcPFd">here.</a></p>
<p>Thanks to Facebook for hosting this event.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jebriggs.com/blog/2012/01/bind-and-dhcp-open-day-menlo-park/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Barnes &amp; Noble Nook Color 7&#8243; Tablet BNRV200 Review</title>
		<link>http://www.jebriggs.com/blog/2011/12/barnes-and-noble-nook-color-7-inch-tablet-bnrv200-review/</link>
		<comments>http://www.jebriggs.com/blog/2011/12/barnes-and-noble-nook-color-7-inch-tablet-bnrv200-review/#comments</comments>
		<pubDate>Mon, 12 Dec 2011 07:16:13 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Toys]]></category>

		<guid isPermaLink="false">http://www.jebriggs.com/blog/2011/12/</guid>
		<description><![CDATA[I bought a refurbished Barnes &#038; Noble Nook Color 7&#8243; (developer nickname &#8220;encore&#8221;) tablet on sale for $119 (originally retailed at $249, now $199.) The unit that arrived was a model BNRV200 with Software version 1.2.0 installed. In short, the &#8230; <a href="http://www.jebriggs.com/blog/2011/12/barnes-and-noble-nook-color-7-inch-tablet-bnrv200-review/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://jebriggs.com/php/nook_color.png" alt="Nook Color" title="Nook Color" align="left" />I bought a refurbished Barnes &#038; Noble Nook Color 7&#8243; (developer nickname &#8220;encore&#8221;) tablet on sale for $119 (originally retailed at $249, now $199.)</p>
<p>The unit that arrived was a model BNRV200 with Software version 1.2.0 installed.</p>
<p>In short, the Nook Color is a remarkably capable and polished 7&#8243; tablet.</p>
<p>I use tablets mainly for final software testing of websites, and it will be handy to have a 7&#8243; Android for that.</p>
<p>The Nook team at B&#038;N should all get a bonus for their great work and attention to detail.</p>
<p><strong>Getting Started</strong></p>
<p>After recharging the battery and agreeing to a 100 page Terms and Conditions form (!), you must register online via WiFi with a free B&#038;N account to &#8220;activate&#8221; it. (No credit card is required until you want to buy a book or app. No PC is needed.)</p>
<p><strong>Hardware</strong></p>
<ul>
<li>7&#8243; &#8220;VividView&#8221; glossy color display is 16 million colors, 1024&#215;600 and bright. Great screen.
<li>built-in speaker is adequate for home use, but not loud enough if there&#8217;s ambient noise, so you will need earphones for use in public
<li>has microSD slot that supports up to 32 GB storage
<li>has custom miniUSB port (2-level contacts) and custom cable needed for charging from wall at 1.9 amps. <strong>(Will only charge slowly when connected to a PC. My MacBook Pro sometimes displays a warning dialog that says there&#8217;s overcurrent and disables that USB port.)</strong>
<li>RAM is 512 MB, and the 8 GB total internal flash memory is partitioned into 2 GB system, 5 GB content and 1 GB sideloading (end-user)
<li>WiFi b/g/n works with any access point that you can login to, plus B&#038;N access points that provide free extra services like book previewing. Some forum posts report that older access points may not be compatible.)
<li>TI OMAP 3621 CPU is a single-core ARM Cortex 800 MHz
<li>long battery life using internal Li-ion Polymer battery (over 8 hours)
<li>solid-feeling, but kind of heavy at 15.1 oz.
<li>useful corner cutout in case for locking to a desk or anchoring a strap on the unit.
</ul>
<p><strong>Software</strong></p>
<ul>
<li>Android-based (originally Android 2.1, but has been updated) with customized UI
<li>complete all-around eReader and Internet-capable tablet.
<li>some games are included, including chess, sudoku and crossword puzzles, along with Pandora music and email apps. (Angry Birds is a $2.99 downloadable purchase.) <strong>Notably missing are free solitaire and minesweeper games, and there&#8217;s no free calculator app.</strong>
<li>the included software is fine. If B&#038;N drops support in the future, there is third-party Android software for this device.
<li>file formats supported for reading include: ePub, BBeB, PDF, XLS, DOC, PPT, PPS, TXT, DOCM, XLSM, PPTM, PPSX, PPSM, DOCX, XLSX, PPTX, JPG, GIF, PNG, BMP, MP3, AAC, MP4. Quickoffice® Pro app can be used to edit many Microsoft formats.
<li>free in-store WiFi access, free 1-hour eReading per day, free use of Angry Birds Golden Eagle feature to clear a level.
</ul>
<p><strong>Usage Notes</strong></p>
<ul>
<li>it&#8217;s a good idea to examine the settings page and customize them. I disabled location reporting and forms memory.
<li>international users (billing address outside the USA) can&#8217;t use the store.
<li><strong>there&#8217;s a bug in Software Version 1.4.1 when entering your credit card information: the form subtracts 1 from your month, so choose the next higher month, or your card will be declined with a &#8220;processing error&#8221; dialog</strong>
<li>battery life can be extended by setting WiFi to &#8220;Off&#8221; (airplane mode) when using it as an eReader, or putting it into sleep mode.
<li>the power button is multifunction: 2 seconds is on or sleep, 5 seconds is power off, 20 seconds is software reset.
<li>I use a netbook case to store it. The least expensive official accessories are the <a href="http://www.barnesandnoble.com/p/aalto-cover/20836060">Aalto Cover ($14.95)</a> and the <a href="http://www.barnesandnoble.com/p/silicone-frame-in-storm/21039703">Silicone Frame ($19.95)</a>
<li><strong>Software version 1.4.1 does not have third-party support at this time.</strong>
</ul>
<p><strong>B&#038;N &#8220;Guru&#8221; Notes</strong></p>
<p>I talked to a store employee and he had this advice:</p>
<ul>
<li><strong>the straps they sell are &#8220;for decorative purposes only&#8221;, so don&#8217;t rely on them to be strong enough for carrying your Nook Color</strong>
<li>if you don&#8217;t want to use your existing credit cards for purchases from the app store, you can buy a prepaid VISA or MasterCard debit card and use that alone, or in combination with a gift card. I checked on prepaid cards at Safeway and found that there are steep fees and require your name, address and SSN to purchase. Some credit cards also allow a temporary number to be generated, sometimes known by the brand names SafeShop or NetSafe. <strong>Due to a forms bug, you need to increase the month by one.</strong>
</ul>
<p><strong>Nook Color Tablet (BNTV250) &#8211; Next Generation</strong></p>
<p>Similar screen as older Nook Color, but double the RAM (1 GB) and flash (16 GB), and still only 1 GB partition for end-users. Dual core 1 Ghz CPU. Netflix app and better video capability. 50% more battery life. Third-party software support unknown due to lockdown, prolly requested by Netflix&#8217;s content providers.</p>
<p><a href="http://www.barnesandnoble.com/u/Support-NOOK-Color/379003188">Official Nook Color FAQ</a><br />
<a href="http://www.androidtablets.net/forum/nook/">androidtablets.net: Noook Forums</a><br />
<a href="http://www.zdnet.com/blog/mobile-gadgeteer/barnes-noble-is-the-first-angry-birds-magic-place-for-your-nook-color/4839">Barnes &#038; Noble is the first Angry Birds Magic Place for your Nook Color</a><br />
wikipedia: <a href="http://en.wikipedia.org/wiki/Nook">Nook,</a> <a href="http://en.wikipedia.org/wiki/Nook_Color">Nook Color,</a> <a href="http://en.wikipedia.org/wiki/Nook_Tablet">Nook Tablet,</a> <a href="http://en.wikipedia.org/wiki/Microsd#microSD">microSD</a><br />
<a href="http://wiki.agilenewengland.org/bin/view/Main/EReaderNotes">EReader Notes: Kindle Fire vs Nook Tablet </a><br />
<a href="http://www.flightcrewlife.com/2011/02/23/using-a-nook-color-as-an-android-tablet/">flightcrewlife.com: Using a Nook Color as an Android Tablet</a><br />
<a href="http://allthingsd.com/20111222/that-triangle-shaped-tablet-from-the-office-one-guy-wants-to-build-it/">That Triangle-Shaped Tablet From “The Office” &#8211; One Guy Wants to Build It</a><br />
<a href="http://online.wsj.com/article/SB10001424052970203436904577151064294221378.html">wsj: Barnes &#038; Noble Offers Nook Discounts </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jebriggs.com/blog/2011/12/barnes-and-noble-nook-color-7-inch-tablet-bnrv200-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Practical Green Technology Links</title>
		<link>http://www.jebriggs.com/blog/2011/12/practical-green-technology-links/</link>
		<comments>http://www.jebriggs.com/blog/2011/12/practical-green-technology-links/#comments</comments>
		<pubDate>Sun, 11 Dec 2011 09:16:13 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Toys]]></category>

		<guid isPermaLink="false">http://www.jebriggs.com/blog/2011/12/</guid>
		<description><![CDATA[It&#8217;s not easy bein&#8217; green. &#8211; Kermit the Frog Here&#8217;s some interesting links, mostly related to installing and maintaining alternate energy technologies for heating and cooling: youtube.com: HOW I MADE A SOLAR POP CAN FURNACE / HEATER ocregister.com: Electric cars &#8230; <a href="http://www.jebriggs.com/blog/2011/12/practical-green-technology-links/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s not easy bein&#8217; green. &#8211; Kermit the Frog</p>
<p>Here&#8217;s some interesting links, mostly related to installing and maintaining alternate energy technologies for heating and cooling:</p>
<p><a href="http://www.youtube.com/watch?v=QLNViUsRCVU">youtube.com: HOW I MADE A SOLAR POP CAN FURNACE / HEATER</a></p>
<p><a href="http://lansner.ocregister.com/2011/12/10/electric-cars-can-require-home-rewiring/155327/">ocregister.com: Electric cars can require home rewiring</a></p>
<p><a href="http://video.pbs.org/video/2166758332/">This Old House: Quieting Noisy Baseboards at 15:10</a><br />
<a href="http://www.thisoldhouse.com/toh/video/0,,20047185,00.html?xid=pbs-ASK1006-noisy-forced-air">This Old House: How to Quiet a Noisy Forced-Air System</a></p>
<p>Solar Powered Exhaust Fans: <a href="http://www.rewci.com/soatvefan.html">rewci.com</a></p>
<p><a href="http://www.thisoldhouse.com/toh/tv/ask-toh/video/0,,20561322,00.html">Ask TOH: Panel Upgrade to 200 Amps and Grounding</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jebriggs.com/blog/2011/12/practical-green-technology-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SVLUG: Linux-Based Personal Robotics</title>
		<link>http://www.jebriggs.com/blog/2011/12/svlug-linux-based-personal-robotics/</link>
		<comments>http://www.jebriggs.com/blog/2011/12/svlug-linux-based-personal-robotics/#comments</comments>
		<pubDate>Thu, 08 Dec 2011 05:24:10 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Toys]]></category>
		<category><![CDATA[User Groups]]></category>

		<guid isPermaLink="false">http://www.jebriggs.com/blog/2011/12/</guid>
		<description><![CDATA[Tonight at Silicon Valley Linux Users Group, Tully Foote, Systems Engineer from Willow Garage gave an awesome talk on &#8220;Linux-Based Personal Robotics&#8221;. DARPA Grand Challenge - Tully participated in the DARPA Grand Challenge on a team that made a self-driving &#8230; <a href="http://www.jebriggs.com/blog/2011/12/svlug-linux-based-personal-robotics/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Tonight at <a href="http://www.svlug.org/">Silicon Valley Linux Users Group</a>, Tully Foote, Systems Engineer from <a href="http://www.willowgarage.com/">Willow Garage</a> gave an awesome talk on &#8220;Linux-Based Personal Robotics&#8221;.</p>
<p><strong>DARPA Grand Challenge</strong></p>
<p>- Tully participated in the DARPA Grand Challenge on a team that made a self-driving car called Bob that went 3 miles, CMU went 7 miles. (Bob got confused and ended up on the wrong side of a barbed-wire fence.)<br />
  &#8211; Alice went farther with rackmount servers running Gentoo<br />
  &#8211; Little Ben used Mac minis, easier to unload nightly<br />
  &#8211; 90% of effort repeated by each team because code not designed to be reusable frameworks (Message passing, etc. ), thus ROS<br />
  &#8211; the Grand Challenge result was just a race, without a technology work product despite the massive effort invested, but did make people think about how to do robotics more efficiently</p>
<p><strong>Robot Types</strong></p>
<p>Robots are classified into 3 application groups:</p>
<ol>
<li>Industrial &#8211; currently over 1 million robots used in factories. Foxconn plans to add 1 million. (I would argue that CNC machines are also robots.)
<li>Service &#8211; also over 1 million robots used in cleaning, etc., largely from iRobot
<li>Education/Hobby/Other &#8211; mostly custom-built at universities.
</ol>
<p><strong>Robot Operating System (ROS)</strong></p>
<p>  &#8211; ROS protocol with listeners and clients in many languages, no project preferred language<br />
  &#8211; <a href="http://www.ros.org/wiki/">ROS</a> is BSD-licensed<br />
  &#8211; goal is really good documentation so that researchers don&#8217;t feel the need to keep rewriting basic robotics software<br />
  &#8211; also maintain <a href="http://www.opencv.org/">OpenCV</a> and <a href="http://pointclouds.org/">Pointclouds</a><br />
  &#8211; ROS uses Jenkins for Continuous Integration (CI), emails author of a build failure quickly<br />
  &#8211; Japanese industrial robot manufacturer Motoman is currently the only industrial mfg. that supports ROS. Most industrial mfgs. use the excuse that Open Source developers would pose a quality problem, but in reality want to maintain proprietary code as a trade secret.</p>
<p><strong>Willow Garage PR2 Robot</strong></p>
<p>  &#8211; intended for general purpose combined robotics/visual processing research and education<br />
  &#8211; PR2 weighs 400 pounds, 4.5&#8242; to 5.5&#8242; tall, uses 4 lb. motors, and arms stay where set with series elastic actuators (springs)<br />
  &#8211; 4 lb. motors are unlikely to injure anybody, and no exclusion zone is needed between robots<br />
  &#8211; PR2 is <a href="http://www.willowgarage.com/pages/pr2/order">$400k, SE is $285k,</a> <a href="http://www.willowgarage.com/pages/application-instructions-faq">30% off for approved Open Source projects</a><br />
  &#8211; 1200 watts max power consumption (500 watts per i7 computer plus 200 watts for all motors and sensors)<br />
  &#8211; can fetch beer, fold laundry in 5 or 6 min, or plug itself in<br />
  &#8211; has software simulator <a href="http://playerstage.sourceforge.net/gazebo/gazebo.html">Gazebo</a> of all motors and sensors, runs about 1/3 of actual PR2<br />
  &#8211; about 11 have been distributed to leading universities<br />
  &#8211; PR2 is designed to be heavy-duty, and universities can use it 3 lab shifts per day<br />
  &#8211; used industrial robots start at $4,000, so the PR2 is an expensive way to get into robotics unless you&#8217;re a vision researcher.</p>
<p><center><br />
<img src="http://jebriggs.com/php/pr2_playing_pool.jpg" alt="PR2 Playing Pool" title="PR2 Playing Pool" /><br />
<br />
PR2 ($400k) Playing Pool<br />
</center></p>
<p><strong>TurtleBot</strong></p>
<p>  &#8211; <a href="http://www.turtlebot.com/">TurtleBot</a> is an entry-level, affordable robot<br />
  &#8211; built from iRobot <a href="http://store.irobot.com/shop/index.jsp?categoryId=3311368">Create</a>, <a href="http://www.xbox.com/en-US/Kinect">Kinect</a> and Asus EeePC 1215N (Atom), ROS<br />
  &#8211; <a href="http://turtlebot.com/build/order.html">about $1,400, assembled is $1,500</a><br />
  &#8211; also available is an <a href="http://store.iheartengineering.com/TurtleBot-Arm-Complete-Kit-Assembled/dp/B005XUCBMW">accessory arm kit for $750,</a> and a 6-pack holder<br />
  &#8211; Create is a Roomba minus vacuum plus serial port<br />
  &#8211; working on robot swarming, need better reconnect<br />
  &#8211; <a href="http://www.youtube.com/watch?v=whLHgmYNrXY">YouTube: Create Fridgemate Explained</a>, <a href="http://www.youtube.com/watch?v=L6q5iAAJk4Y">in action</a></p>
<p><center><br />
<img src="http://jebriggs.com/php/turtlebot.png" alt="TurtleBot" title="TurtleBot" /><br />
<br />
Above: TurtleBot ($1,500.) Black object on top is Kinect, black object in middle is Asus eeePc.<br />
<br />
<img src="http://jebriggs.com/php/turtlebot_arm.jpg" alt="I-Heart Create Arm" title="I-Heart Create Arm" /><br />
<br />
Above: I-Heart Create Arm ($750) plus 12 VDC Power Assembly<br />
</center><br />
Tully demoed a TurtleBot following him around (very cute), and showed the image that it generates from the Kinect, sent wirelessly to his notebook computer.</p>
<p><strong>General Robotics Comments</strong></p>
<p>- main limitation on current personal robots is battery power, followed by computing power<br />
- the wireless network connection between robot and computing cloud is a severely limiting bottleneck, better to do on-robot<br />
- bright lighting really helps robotic vision<br />
- Japanese robots seem to be more interesting from a video promo standpoint than a technical one</p>
<p><strong>Audience Comments</strong></p>
<p>- one person expected robots to have legs and be able to walk like humans for some reason<br />
- some were hopeful that Willow Garage was hiring, but they&#8217;re not a fast-growth company</p>
<p><strong>BiliBot</strong></p>
<p>- <a href="http://www.bilibot.com/">BiliBot</a> ($1,200) is another affordable educational robot, designed at MIT. A basic arm is included that can lift 3 lbs.<br />
- <a href="http://www.youtube.com/watch?v=_z87XeWCpL0">YouTube: BiliBot picking up a bunch of grapes</a></p>
<p><center><br />
<img src="http://jebriggs.com/php/bilibot.jpg" alt="BiliBot" title="BiliBot" /><br />
<br />
Above: BiliBot ($1,200.)<br />
</center></p>
<p><strong>Toys</strong></p>
<p>- <a href="http://www.hexbug.com/">HexBug</a> makes inexpensive (under $30) but fragile toy robots with legs for ages 8+<br />
- <a href="http://www.youtube.com/watch?v=GxRM1P7vxJw">WowWee Roboquad (CES 2007) is an awesome $400 toy for robot enthusiasts</a><br />
- <a href="http://www.thinkgeek.com/geektoys/warfare/8a0f/">USB Rocket Launcher</a>, handy to cannibalize for PC-controlled motors ($25) with 360 degree horizontal rotation and 45 degree vertical rotation</p>
<p>Thanks to Symantec for hosting the meeting.</p>
<p><a href="http://www.msnbc.msn.com/id/45614685/ns/technology_and_science-tech_and_gadgets/">With these autonomous cars, who needs you to drive?</a><br />
<a href="http://en.wikipedia.org/wiki/ROS_%28Robot_Operating_System%29">wikipedia: ROS</a><br />
<a href="http://spark.irobot.com/index.php">iRobot SPARK</a><br />
<a href="http://www.darpagrandchallenge.com/">darpagrandchallenge.com</a><br />
<a href="http://www.stanford.edu/~ctj/pc.html">Stanford Point Clouds FAQ</a><br />
<a href="http://ingame.msnbc.msn.com/_news/2011/12/06/9248765-roomba-game-encourages-you-to-attack-dust-bunnies">Roomba game encourages you to attack dust bunnies</a><br />
<a href="http://spectrum.ieee.org/automaton/robotics/diy/willow-garages-turtlebot-proves-that-fancy-robots-can-also-be-cheap">IEEE Spectrum DIY: Willow Garage&#8217;s TurtleBot Brings Mobile 3D Mapping and ROS to Your Budget</a><br />
<a href="http://spectrum.ieee.org/automaton/robotics/diy/bilibot-is-the-affordable-ros-platform-youve-been-looking-for">Bilibot Is the Affordable ROS Platform You&#8217;ve Been Looking For</a><br />
<a href="http://www.everything-robotic.com/2011/04/dissecting-controversy-about-robotics.html">everything-robotic.com: Where are the robots? Where&#8217;s that $100 billion industry we&#8217;ve seen in the forecasts?</a><br />
<a href="http://www.engadget.com/2010/12/17/open-source-darwin-op-bot-can-be-yours-for-just-12-000/">Open source DARwIn-OP bot can be yours for just $12,000</a><br />
<a href="http://www.used-robots.com/">Used-Robots.com</a><br />
<a href="http://www.robotsltd.co.uk/robot-applications.htm">robotsltd.co.uk: Industrial Robot Applications</a><br />
<a href="http://jobs.aol.com/articles/2011/12/08/7-jobs-that-can-be-done-by-a-robot-infographic/">7 Jobs That Can Be Done By A Robot</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jebriggs.com/blog/2011/12/svlug-linux-based-personal-robotics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ACCU: Deep C Lecture with Olve Maudal</title>
		<link>http://www.jebriggs.com/blog/2011/11/accu-deep-c-lecture-with-olve-maudal/</link>
		<comments>http://www.jebriggs.com/blog/2011/11/accu-deep-c-lecture-with-olve-maudal/#comments</comments>
		<pubDate>Wed, 09 Nov 2011 18:08:16 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Toys]]></category>
		<category><![CDATA[User Groups]]></category>

		<guid isPermaLink="false">http://www.jebriggs.com/blog/2011/11/</guid>
		<description><![CDATA[Tonite at ACCU, Olve Maudal gave a talk titled &#8220;Deep C.&#8221; I couldn&#8217;t make it there tonite, but here&#8217;s the slideshare and PDF. It&#8217;s an excellent presentation. Olve is a software developer at Cisco Systems. He has a blog and &#8230; <a href="http://www.jebriggs.com/blog/2011/11/accu-deep-c-lecture-with-olve-maudal/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Tonite at <a href="http://www.accu-usa.org/">ACCU,</a> Olve Maudal gave a talk titled &#8220;Deep C.&#8221;</p>
<p>I couldn&#8217;t make it there tonite, but <a href="http://www.slideshare.net/olvemaudal/deep-c">here&#8217;s the slideshare</a> and <a href="http://www.pvv.org/~oma/DeepC_slides_oct2011.pdf">PDF.</a> It&#8217;s an excellent presentation.</p>
<p>Olve is a software developer at Cisco Systems. He has a <a href="http://olvemaudal.wordpress.com/">blog</a> and <a href="http://twitter.com/#!/olvemaudal">twitter.</a></p>
<p>Even if you&#8217;re not a full-time C/C++ programmer, it pays to stay current. I had to drop into C twice this year to solve problems, in addition to reading the usual strace/oprofile dumps.</p>
<p>My recommendation is to use lint and build with 2 different compilers, then try to fix all warnings. (Brian Aker goes further and says that all warnings should be fixed, and enforces that on the Drizzle project.)</p>
<p>Thanks again to Symantec for hosting the meeting.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jebriggs.com/blog/2011/11/accu-deep-c-lecture-with-olve-maudal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QR Code Links</title>
		<link>http://www.jebriggs.com/blog/2011/11/qr-code-links/</link>
		<comments>http://www.jebriggs.com/blog/2011/11/qr-code-links/#comments</comments>
		<pubDate>Wed, 09 Nov 2011 13:09:05 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[i18n]]></category>
		<category><![CDATA[Japanese]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Toys]]></category>

		<guid isPermaLink="false">http://www.jebriggs.com/blog/2011/11/</guid>
		<description><![CDATA[Originally designed by Toyota Japan for factory use, QR codes are 2-dimensional barcodes commonly used in advertising. cnn.com: 23 of the coolest QR codes cnn.com: Does anybody actually use QR codes? QRcodify.com Perl Module GD::Barcode::QRcode Successful QR Code Campaigns msn.com: &#8230; <a href="http://www.jebriggs.com/blog/2011/11/qr-code-links/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://jebriggs.com/php/qrcode_lv_color.png" alt="LV QRcode" title="LV QRcode" align="left" />Originally designed by Toyota Japan for factory use, QR codes are 2-dimensional barcodes commonly used in advertising.</p>
<p><a href="http://money.cnn.com/galleries/2011/technology/1111/gallery.23_coolest_qr_codes.fortune/index.html">cnn.com: 23 of the coolest QR codes</a><br />
<a href="http://tech.fortune.cnn.com/2011/09/16/qr-codes/">cnn.com: Does anybody actually use QR codes?</a><br />
<a href="http://www.qrcodify.com/">QRcodify.com</a><br />
<a href="http://search.cpan.org/~kwitknr/GD-Barcode-1.15/Barcode/QRcode.pm">Perl Module GD::Barcode::QRcode</a><br />
<a href="http://www.flaretag.com/2011/11/the-secret-to-a-successful-qr-code-campaign/">Successful QR Code Campaigns</a><br />
<a href="http://www.msnbc.msn.com/id/45729377/ns/technology_and_science-security/">msn.com: How QR codes hide privacy, security risks</a><br />
<a href="http://www.theregister.co.uk/2012/01/11/qr_codes_mobile_spam/">theregister.co.uk: QR Codes and Spam</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jebriggs.com/blog/2011/11/qr-code-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache HTTPD2 Domain Canonicalization and SEO Example</title>
		<link>http://www.jebriggs.com/blog/2011/11/apache-httpd2-domain-canonicalization-and-seo-example/</link>
		<comments>http://www.jebriggs.com/blog/2011/11/apache-httpd2-domain-canonicalization-and-seo-example/#comments</comments>
		<pubDate>Sun, 06 Nov 2011 04:41:56 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.jebriggs.com/blog/2011/11/</guid>
		<description><![CDATA[Somebody recently asked me how to best configure Apache HTTPD2 with multiple spellings of domain names for the same site. This is called domain name canonicalization. There&#8217;s 2 things to consider: what&#8217;s convenient for the webmaster what&#8217;s best for SEO &#8230; <a href="http://www.jebriggs.com/blog/2011/11/apache-httpd2-domain-canonicalization-and-seo-example/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Somebody recently asked me how to best configure Apache HTTPD2 with multiple spellings of domain names for the same site.</p>
<p>This is called domain name canonicalization.</p>
<p>There&#8217;s 2 things to consider:</p>
<ol>
<li>what&#8217;s convenient for the webmaster
<li>what&#8217;s best for SEO
</ol>
<p>Fortunately, using <a href="http://httpd.apache.org/docs/2.2/vhosts/name-based.html#using">HTTPD2 name-based virtual hosts</a> accomplishes both.</p>
<p>Here is an actual example where www.jebriggs.com is the main site domain name, and Redirect permanent is used to send a 301 redirect response of the alternate domain names to www.jebriggs.com:</p>
<pre>
&lt;VirtualHost *:80&gt;
    ServerName www.jebriggs.com
    DocumentRoot /home/james/public_html
    [...]
&lt;/VirtualHost&gt;

&lt;VirtualHost *:80&gt;
    ServerName jbriggs.com
    ServerAlias www.jbriggs.com jbriggs.com jebriggs.com
    Redirect permanent / http://www.jebriggs.com/
&lt;/VirtualHost&gt;
</pre>
<p><strong>How To Test</strong></p>
<p>You can use lynx with the &#8211;noredir option to verify that the redirection is working correctly:</p>
<pre>
lynx --noredir http://www.jebriggs.com/index.html (should show homepage)

lynx --noredir http://jebriggs.com/index.html (301 Moved Permanently)
lynx --noredir http://jbriggs.com/index.html (301 Moved Permanently)
lynx --noredir http://www.jbriggs.com/index.html (301 Moved Permanently)
</pre>
<p><a href="http://www.google.com/support/webmasters/bin/answer.py?answer=35769">Google Webmaster Guidelines</a><br />
<a href="http://www.theseoace.com/2011/whats-in-a-name-in-seo-potentially-a-lot/">theseoace.com: What’s in a name? In SEO, potentially a lot</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jebriggs.com/blog/2011/11/apache-httpd2-domain-canonicalization-and-seo-example/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Humorous NoSQL Videos</title>
		<link>http://www.jebriggs.com/blog/2011/11/humorous-nosql-videos/</link>
		<comments>http://www.jebriggs.com/blog/2011/11/humorous-nosql-videos/#comments</comments>
		<pubDate>Sat, 05 Nov 2011 12:12:05 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Hadoop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[OSCON]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.jebriggs.com/blog/2011/11/</guid>
		<description><![CDATA[NoSQL Better Than MySQL? Episode 1 &#8211; MongoDB Is Web Scale Hitler&#8217;s Hadoop and NoSQL Downfall Parody O&#8217;Reilly MySQL CE 2010: Brian Aker, &#8220;A Guide to No-SQL&#8221;]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.youtube.com/watch?v=QU34ZVD2ylY">NoSQL Better Than MySQL?</a><br />
<a href="http://www.youtube.com/watch?v=b2F-DItXtZs">Episode 1 &#8211; MongoDB Is Web Scale</a><br />
<a href="http://www.youtube.com/watch?v=hEqQMLSXQlY">Hitler&#8217;s Hadoop and NoSQL Downfall Parody</a><br />
<a href="http://www.youtube.com/watch?v=z-0uO9EgI2o">O&#8217;Reilly MySQL CE 2010: Brian Aker, &#8220;A Guide to No-SQL&#8221;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jebriggs.com/blog/2011/11/humorous-nosql-videos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SVLUG: MapR Hadoop</title>
		<link>http://www.jebriggs.com/blog/2011/11/svlug-mapr-hadoop/</link>
		<comments>http://www.jebriggs.com/blog/2011/11/svlug-mapr-hadoop/#comments</comments>
		<pubDate>Thu, 03 Nov 2011 04:28:39 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Hadoop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Toys]]></category>
		<category><![CDATA[User Groups]]></category>

		<guid isPermaLink="false">http://www.jebriggs.com/blog/2011/11/</guid>
		<description><![CDATA[Tonite at the Silicon Valley Users Group, Tomer Shiran, Director of Product Management, MapR Technologies, Inc. gave a talk on their MapR Hadoop product. Tomer did a great job of answering a variety of technical questions. In order to improve &#8230; <a href="http://www.jebriggs.com/blog/2011/11/svlug-mapr-hadoop/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://jebriggs.com/php/mapr_logo.png" alt="MapR Technologies Inc." title="MapR Technologies Inc." align="left" width="177" height="48" />Tonite at <a href="http://www.svlug.org/">the Silicon Valley Users Group,</a> Tomer Shiran, Director of Product Management, <a href="http://www.mapr.com/">MapR Technologies,</a> Inc. gave a talk on their MapR Hadoop product.</p>
<p>Tomer did a great job of answering a variety of technical questions.</p>
<p>In order to improve High Availability (HA), MapR has:</p>
<ul>
<li>rewritten Hadoop Distributed File System (HDFS) in C++ as MapR-FS. 3 compressed copies are stored. It is snapshottable and exportable as NFS.</li>
<li>distributed the namenode across all storage nodes, resulting in 1000x namenode performance and avoiding Java GC</li>
<li>made the jobtracker restartable by checkpointing</li>
<li>granular permissions allow multi-tenancy</li>
<li>added a nice mgmt. User Interface (UI) with heatmaps.</li>
</ul>
<p>So MapR has replaced HDFS, and modified Apache Hadoop to change how namenode and jobtracker work. Hadoop-ecology layers above that are not affected, like Pig or Hive. Nobody has requested HCatalog support yet.</p>
<p>MapR benchmarks appear to be 2x to 4x faster than <a href="http://hadoop.apache.org/">Apache Hadoop,</a> esp. on small files, so a cluster would need half as many nodes. (See Slideshare presentations for benchmark graphs.)</p>
<p>There&#8217;s 2 MapR product versions:</p>
<ol>
<li>MapR M3 Free Edition is non-HA and forum-supported.
<li>MapR M5 includes HA and phone support and is $4,000/node/year.
</ol>
<p>EMC is reselling MapR. They are planning to build a 1,000 node cluster for demo purposes.</p>
<p>Currently, the deployed MapR clusters are small (in the range of 10 to 100 nodes), but MapR is designed to handle clusters of 10,000 nodes. Apache Hadoop maxes out at almost 4,000 nodes currently.</p>
<p>Thanks once again to Symantec for hosting the event.</p>
<p><a href="http://www.youtube.com/user/maprtech/?#p/u">MapR on YouTube</a><br />
<a href="http://www.slideshare.net/tdunning/">Ted Dunning&#8217;s MapR Talks on Slideshare</a> <a href="http://www.youtube.com/user/tdunningMapr#p/u">YouTube: Localhost mounting of MapR NFS</a><br />
<a href="http://wiki.apache.org/hadoop/FAQ">Apache Hadoop FAQ</a><br />
<a href="http://www.quora.com/Tomer-Shiran">Tomer Shiran on Quora.com</a><br />
<a href="http://www.bytemining.com/2011/06/my-review-of-hadoop-summit-2011-hadoopsummit/">Ryan&#8217;s Review of Hadoop Summit 2011</a><br />
<a href="http://gigaom.com/cloud/investors-make-20m-bet-on-mapr-to-win-hadoop-war/">gigaom.com: Investors make $20M bet on MapR to win Hadoop war</a><br />
<a href="http://gigaom.com/cloud/why-mapr-is-right-to-give-back-to-apache-hadoop/">gigaom.com: Why MapR Is Right to Give Back to Apache Hadoop</a><br />
<a href="http://en.wikipedia.org/wiki/MapR">wikipedia: MapR</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jebriggs.com/blog/2011/11/svlug-mapr-hadoop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Database Caching 1/47 queries in 0.015 seconds using disk
Object Caching 631/731 objects using disk

Served from: www.jebriggs.com @ 2012-02-06 05:35:19 -->
