<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	>
<channel>
	<title>Comments on: Apache Avro in practice</title>
	<atom:link href="http://blog.voidsearch.com/bigdata/apache-avro-in-practice/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.voidsearch.com/bigdata/apache-avro-in-practice/</link>
	<description>information visualization and search :art collective</description>
	<pubDate>Sat, 19 May 2012 15:34:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: GopiShankar</title>
		<link>http://blog.voidsearch.com/bigdata/apache-avro-in-practice/comment-page-1/#comment-368</link>
		<dc:creator>GopiShankar</dc:creator>
		<pubDate>Wed, 30 Jun 2010 12:52:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.voidsearch.com/?p=110#comment-368</guid>
		<description>I am okay with the schema with simple primitive types,

{
      "namespace": "test.avro",
      "name": "FacebookUser",
      "type": "record",
      "fields": [
          {"name": "name", "type": ["string", "null"] },
          {"name": "num_likes", "type": "int"},
          {"name": "num_photos", "type": "int"},
          {"name": "num_groups", "type": "int"} ]
}

but if i have to use "FacebookUser" as a field in another one like (  {"name": "num_likes", "type": "FacebookUser"},), how can i write it in this format. 
Is there a possibility to write it like that or any standard already available in which we can implement, please give me a sample ;-) if possible.

Advance Thank you.</description>
		<content:encoded><![CDATA[<p>I am okay with the schema with simple primitive types,</p>
<p>{<br />
      &#8220;namespace&#8221;: &#8220;test.avro&#8221;,<br />
      &#8220;name&#8221;: &#8220;FacebookUser&#8221;,<br />
      &#8220;type&#8221;: &#8220;record&#8221;,<br />
      &#8220;fields&#8221;: [<br />
          {"name": "name", "type": ["string", "null"] },<br />
          {&#8221;name&#8221;: &#8220;num_likes&#8221;, &#8220;type&#8221;: &#8220;int&#8221;},<br />
          {&#8221;name&#8221;: &#8220;num_photos&#8221;, &#8220;type&#8221;: &#8220;int&#8221;},<br />
          {&#8221;name&#8221;: &#8220;num_groups&#8221;, &#8220;type&#8221;: &#8220;int&#8221;} ]<br />
}</p>
<p>but if i have to use &#8220;FacebookUser&#8221; as a field in another one like (  {&#8221;name&#8221;: &#8220;num_likes&#8221;, &#8220;type&#8221;: &#8220;FacebookUser&#8221;},), how can i write it in this format.<br />
Is there a possibility to write it like that or any standard already available in which we can implement, please give me a sample <img src='http://blog.voidsearch.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> if possible.</p>
<p>Advance Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Virtual Memory</title>
		<link>http://blog.voidsearch.com/bigdata/apache-avro-in-practice/comment-page-1/#comment-242</link>
		<dc:creator>Virtual Memory</dc:creator>
		<pubDate>Mon, 31 May 2010 11:48:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.voidsearch.com/?p=110#comment-242</guid>
		<description>Good points. Bookmarking to check back for follow-ups later.</description>
		<content:encoded><![CDATA[<p>Good points. Bookmarking to check back for follow-ups later.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

