<?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 for sigizmund.com</title>
	<atom:link href="http://sigizmund.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://sigizmund.com</link>
	<description>Geeky fairytales</description>
	<lastBuildDate>Wed, 28 Mar 2012 14:57:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Debugging Hadoop applications using your Eclipse by Pedro</title>
		<link>http://sigizmund.com/debugging-hadoop-applications-using-your-eclipse/comment-page-1/#comment-5703</link>
		<dc:creator>Pedro</dc:creator>
		<pubDate>Wed, 28 Mar 2012 14:57:35 +0000</pubDate>
		<guid isPermaLink="false">http://sigizmund.wordpress.com/2009/09/17/debugging-hadoop-applications-using-your-eclipse#comment-5703</guid>
		<description>This might help you for standalone. You probably can step through the main method, but you can&#039;t debug the mapreduce classes. Try doing the following: Add this line to your code:  
jobConf.set(&quot;mapred.job.tracker&quot;,&quot;local&quot;); 
That should force Hadoop to run the mapreduce in the local process and therefore you should be able to step through. There are ways to do it externally (via XML) but this is the quickest way I know. </description>
		<content:encoded><![CDATA[<p>This might help you for standalone. You probably can step through the main method, but you can&#039;t debug the mapreduce classes. Try doing the following: Add this line to your code:<br />
jobConf.set(&quot;mapred.job.tracker&quot;,&quot;local&quot;);<br />
That should force Hadoop to run the mapreduce in the local process and therefore you should be able to step through. There are ways to do it externally (via XML) but this is the quickest way I know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Debugging Hadoop applications using your Eclipse by Nitin</title>
		<link>http://sigizmund.com/debugging-hadoop-applications-using-your-eclipse/comment-page-1/#comment-5538</link>
		<dc:creator>Nitin</dc:creator>
		<pubDate>Fri, 09 Mar 2012 05:36:24 +0000</pubDate>
		<guid isPermaLink="false">http://sigizmund.wordpress.com/2009/09/17/debugging-hadoop-applications-using-your-eclipse#comment-5538</guid>
		<description>it works only in standalone mode, would not work in pseudo and real cluster mode. </description>
		<content:encoded><![CDATA[<p>it works only in standalone mode, would not work in pseudo and real cluster mode.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by Roman A. Kirillov</title>
		<link>http://sigizmund.com/about/comment-page-1/#comment-2065</link>
		<dc:creator>Roman A. Kirillov</dc:creator>
		<pubDate>Wed, 25 May 2011 09:41:03 +0000</pubDate>
		<guid isPermaLink="false">http://sigizmund.com/?page_id=2#comment-2065</guid>
		<description>it&#039;s simple - I closed it because it was woefully out of date and I have virtually no time for getting it back up to speed. </description>
		<content:encoded><![CDATA[<p>it&#039;s simple &#8211; I closed it because it was woefully out of date and I have virtually no time for getting it back up to speed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by admin</title>
		<link>http://sigizmund.com/about/comment-page-1/#comment-2064</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 25 May 2011 09:35:04 +0000</pubDate>
		<guid isPermaLink="false">http://sigizmund.com/?page_id=2#comment-2064</guid>
		<description>where is the web? :) 
 
You are in romankirillov.info. 
Looking for your sites in &lt;a href=&quot;http://sites.google.com/site/sites/&quot; rel=&quot;nofollow&quot;&gt;http://sites.google.com/site/sites/&lt;/a&gt;?  
 
Or access romankirillov.info as a different user.  
 
 </description>
		<content:encoded><![CDATA[<p>where is the web? :)</p>
<p>You are in romankirillov.info.</p>
<p>Looking for your sites in <a href="http://sites.google.com/site/sites/" rel="nofollow">http://sites.google.com/site/sites/</a>?  </p>
<p>Or access romankirillov.info as a different user.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reading (fan)fiction off-line in Stanza (and other ebook readers) by Peggy</title>
		<link>http://sigizmund.com/reading-fanfiction-off-line-in-stanza-and-other-ebook-readers/comment-page-1/#comment-1408</link>
		<dc:creator>Peggy</dc:creator>
		<pubDate>Thu, 10 Mar 2011 16:02:47 +0000</pubDate>
		<guid isPermaLink="false">http://sigizmund.wordpress.com/2009/12/19/reading-fanfiction-off-line-in-stanza-and-other-ebook-readers#comment-1408</guid>
		<description>Just want to add another thank you to the chorus:  your downloader has made my fanfic reading much easier.  Any chance it could be made to work with academyofbards.org?  Thanks again! 
 </description>
		<content:encoded><![CDATA[<p>Just want to add another thank you to the chorus:  your downloader has made my fanfic reading much easier.  Any chance it could be made to work with academyofbards.org?  Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on XML input and Hadoop – custom InputFormat by Laure Drenth</title>
		<link>http://sigizmund.com/xml-input-and-hadoop-%e2%80%93-custom-inputformat/comment-page-1/#comment-1390</link>
		<dc:creator>Laure Drenth</dc:creator>
		<pubDate>Tue, 08 Mar 2011 00:07:42 +0000</pubDate>
		<guid isPermaLink="false">http://sigizmund.wordpress.com/2009/11/04/xml-input-and-hadoop-%e2%80%93-custom-inputformat#comment-1390</guid>
		<description>Hello there, Are you going to be publishing a follow up piece? My husband and me have squandered some time browsing over your web page and surprisingly enough you touched on some thing we were discussing only the other week with our accountant. We often notice ourselves quarrelling over the smallest of issues, isn&#039;t it childish? At any rate we wish you greatest wishes from the Usa.</description>
		<content:encoded><![CDATA[<p>Hello there, Are you going to be publishing a follow up piece? My husband and me have squandered some time browsing over your web page and surprisingly enough you touched on some thing we were discussing only the other week with our accountant. We often notice ourselves quarrelling over the smallest of issues, isn&#8217;t it childish? At any rate we wish you greatest wishes from the Usa.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reading (fan)fiction off-line in Stanza (and other ebook readers) by Roman A. Kirillov</title>
		<link>http://sigizmund.com/reading-fanfiction-off-line-in-stanza-and-other-ebook-readers/comment-page-1/#comment-1235</link>
		<dc:creator>Roman A. Kirillov</dc:creator>
		<pubDate>Tue, 18 Jan 2011 12:39:02 +0000</pubDate>
		<guid isPermaLink="false">http://sigizmund.wordpress.com/2009/12/19/reading-fanfiction-off-line-in-stanza-and-other-ebook-readers#comment-1235</guid>
		<description>tried to make it an OS X app, but too much hassle if you feel like it, grab sources and off you go! :) </description>
		<content:encoded><![CDATA[<p>tried to make it an OS X app, but too much hassle if you feel like it, grab sources and off you go! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reading (fan)fiction off-line in Stanza (and other ebook readers) by Draklorien</title>
		<link>http://sigizmund.com/reading-fanfiction-off-line-in-stanza-and-other-ebook-readers/comment-page-1/#comment-1234</link>
		<dc:creator>Draklorien</dc:creator>
		<pubDate>Tue, 18 Jan 2011 12:35:46 +0000</pubDate>
		<guid isPermaLink="false">http://sigizmund.wordpress.com/2009/12/19/reading-fanfiction-off-line-in-stanza-and-other-ebook-readers#comment-1234</guid>
		<description>Congrats on the excellent app.  I did pull the python files and try it out.  Works great but like you said, but most of us are lazy and prefer to cut n paste rather than do alot of extra typing.  That being said, I noticed when I downloaded the python files that you mentioned something about possibly making this into a Mac OSX app.  I would greatly like to see that happen as I am a Mac user and there are very few apps that are available with regards to fanfiction.   
 
Before the iPad I was pulling all of my fanfic down into text and converting to .lit as I like being able to format my text font &amp; I read it on an HP iPaq.  Now I either have to convert everything from .lit to .epub or re-download everything.  Your app makes it alot easier! 
 
I also found that I don&#039;t like Stanza as much as a reader on the Mac but that FireFox has a plugin that works extremely well --&gt; &lt;a href=&quot;http://www.epubread.com/en/&quot; rel=&quot;nofollow&quot;&gt;http://www.epubread.com/en/&lt;/a&gt;. </description>
		<content:encoded><![CDATA[<p>Congrats on the excellent app.  I did pull the python files and try it out.  Works great but like you said, but most of us are lazy and prefer to cut n paste rather than do alot of extra typing.  That being said, I noticed when I downloaded the python files that you mentioned something about possibly making this into a Mac OSX app.  I would greatly like to see that happen as I am a Mac user and there are very few apps that are available with regards to fanfiction.   </p>
<p>Before the iPad I was pulling all of my fanfic down into text and converting to .lit as I like being able to format my text font &amp; I read it on an HP iPaq.  Now I either have to convert everything from .lit to .epub or re-download everything.  Your app makes it alot easier! </p>
<p>I also found that I don&#039;t like Stanza as much as a reader on the Mac but that FireFox has a plugin that works extremely well &#8211;&gt; <a href="http://www.epubread.com/en/" rel="nofollow">http://www.epubread.com/en/</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reading (fan)fiction off-line in Stanza (and other ebook readers) by thumbs up</title>
		<link>http://sigizmund.com/reading-fanfiction-off-line-in-stanza-and-other-ebook-readers/comment-page-1/#comment-406</link>
		<dc:creator>thumbs up</dc:creator>
		<pubDate>Fri, 20 Aug 2010 15:12:48 +0000</pubDate>
		<guid isPermaLink="false">http://sigizmund.wordpress.com/2009/12/19/reading-fanfiction-off-line-in-stanza-and-other-ebook-readers#comment-406</guid>
		<description>this is great- if you could add an option for pdf i dont have the superlatives to describe how amaxing that would be. </description>
		<content:encoded><![CDATA[<p>this is great- if you could add an option for pdf i dont have the superlatives to describe how amaxing that would be.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reading (fan)fiction off-line in Stanza (and other ebook readers) by Steph</title>
		<link>http://sigizmund.com/reading-fanfiction-off-line-in-stanza-and-other-ebook-readers/comment-page-1/#comment-285</link>
		<dc:creator>Steph</dc:creator>
		<pubDate>Fri, 09 Jul 2010 22:12:51 +0000</pubDate>
		<guid isPermaLink="false">http://sigizmund.wordpress.com/2009/12/19/reading-fanfiction-off-line-in-stanza-and-other-ebook-readers#comment-285</guid>
		<description>I love this program SO much!!  Can&#039;t thank you enough - it&#039;s so easy to use and does beautiful epubs for Stanza.  Two questions: one, is there a way to make it do PDFs?  And two, is there someway I could make a small donation?  ;-)  Fantastic work, really! </description>
		<content:encoded><![CDATA[<p>I love this program SO much!!  Can&#039;t thank you enough &#8211; it&#039;s so easy to use and does beautiful epubs for Stanza.  Two questions: one, is there a way to make it do PDFs?  And two, is there someway I could make a small donation?  ;-)  Fantastic work, really!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

