<?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 Marc Sturlese</title>
	<atom:link href="http://www.marcsturlese.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.marcsturlese.com</link>
	<description>Life, code and stuff</description>
	<lastBuildDate>Sat, 27 Feb 2010 18:59:32 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Solr and Hadoop integration against scalability problems by Marc Sturlese</title>
		<link>http://www.marcsturlese.com/2009/02/06/solr-and-hadoop-integration-against-scalability-problems/comment-page-1/#comment-228</link>
		<dc:creator>Marc Sturlese</dc:creator>
		<pubDate>Sat, 27 Feb 2010 18:59:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.marcsturlese.com/?p=62#comment-228</guid>
		<description>Thankfully I have learned a bit more about Hadoop and Solr since I writed the post.
What you say makes sense. However, I think there is no need to have all the set of index in all nodes.
I imagine the scenario as:
An index shard is built in each datanode and is stored in HDFS. This datanode also contains a Solr instance in the local file system. The shard has to be copied to the local file system, this way Solr can serach into it.
Having a Solr instance in another server you could search across all the shards in the different datanodes using Solr distributed search.
What do you think?</description>
		<content:encoded><![CDATA[<p>Thankfully I have learned a bit more about Hadoop and Solr since I writed the post.<br />
What you say makes sense. However, I think there is no need to have all the set of index in all nodes.<br />
I imagine the scenario as:<br />
An index shard is built in each datanode and is stored in HDFS. This datanode also contains a Solr instance in the local file system. The shard has to be copied to the local file system, this way Solr can serach into it.<br />
Having a Solr instance in another server you could search across all the shards in the different datanodes using Solr distributed search.<br />
What do you think?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Solr and Hadoop integration against scalability problems by Nick Adelman</title>
		<link>http://www.marcsturlese.com/2009/02/06/solr-and-hadoop-integration-against-scalability-problems/comment-page-1/#comment-210</link>
		<dc:creator>Nick Adelman</dc:creator>
		<pubDate>Fri, 26 Feb 2010 03:59:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.marcsturlese.com/?p=62#comment-210</guid>
		<description>I know this is an old post as of today, but I just wanted to add a comment regarding the tomcat instance. Reading the article, and having just done some POC work with Hadoop, I think that the tomcat instances are simply running on the same machines that are nodes in the Hadoop cluster. I don&#039;t know the details, but I think this would allow each Solr instance to leverage data locality in the cluster by working with the index(s) that exist on that particular node. If replication was configured such that all nodes in the hadoop cluster received a copy of every index, then all of the solr instances would be leveraging the same set of indexes. However, I&#039;m sure it is much more complicated than that, especially since it is not typical to have data replicated to all nodes in a hadoop cluster of any significant size.</description>
		<content:encoded><![CDATA[<p>I know this is an old post as of today, but I just wanted to add a comment regarding the tomcat instance. Reading the article, and having just done some POC work with Hadoop, I think that the tomcat instances are simply running on the same machines that are nodes in the Hadoop cluster. I don&#8217;t know the details, but I think this would allow each Solr instance to leverage data locality in the cluster by working with the index(s) that exist on that particular node. If replication was configured such that all nodes in the hadoop cluster received a copy of every index, then all of the solr instances would be leveraging the same set of indexes. However, I&#8217;m sure it is much more complicated than that, especially since it is not typical to have data replicated to all nodes in a hadoop cluster of any significant size.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JAD Java Decomplier by ivmai</title>
		<link>http://www.marcsturlese.com/2009/04/23/jad-java-decomplier/comment-page-1/#comment-30</link>
		<dc:creator>ivmai</dc:creator>
		<pubDate>Tue, 15 Dec 2009 13:51:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.marcsturlese.com/?p=104#comment-30</guid>
		<description>Unfortunately, Jad hasn&#039;t been upgraded for a long time (the latest release is jad1.5.8g) while the java compilers continue to evolve... To achieve better results (including for Java 1.5+ classes) in decompilation, process the classes with JadRetro (jadretro.sf.net) tool before decompiling them by Jad.</description>
		<content:encoded><![CDATA[<p>Unfortunately, Jad hasn&#8217;t been upgraded for a long time (the latest release is jad1.5.8g) while the java compilers continue to evolve&#8230; To achieve better results (including for Java 1.5+ classes) in decompilation, process the classes with JadRetro (jadretro.sf.net) tool before decompiling them by Jad.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Analyzing java heaps with jmap and jhat by andre parodi</title>
		<link>http://www.marcsturlese.com/2009/05/09/analyzing-java-heaps-with-jmap-and-jhat/comment-page-1/#comment-29</link>
		<dc:creator>andre parodi</dc:creator>
		<pubDate>Thu, 10 Dec 2009 11:46:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.marcsturlese.com/?p=115#comment-29</guid>
		<description>if you are getting OOM when using jhat try eclipse mat.</description>
		<content:encoded><![CDATA[<p>if you are getting OOM when using jhat try eclipse mat.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Analyzing java heaps with jmap and jhat by Heap Dump and Analysis with VisualVM &#124; PHP Hosts</title>
		<link>http://www.marcsturlese.com/2009/05/09/analyzing-java-heaps-with-jmap-and-jhat/comment-page-1/#comment-24</link>
		<dc:creator>Heap Dump and Analysis with VisualVM &#124; PHP Hosts</dc:creator>
		<pubDate>Thu, 06 Aug 2009 07:08:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.marcsturlese.com/?p=115#comment-24</guid>
		<description>[...] &#8658; Analyzing Java Heaps with jmap and jhat [...]</description>
		<content:encoded><![CDATA[<p>[...] &#8658; Analyzing Java Heaps with jmap and jhat [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HD&#8217;s Load cycle count problem with Ubuntu fixed by panni</title>
		<link>http://www.marcsturlese.com/2009/01/18/hds-load-cycle-count-problem-with-ubuntu-fixed/comment-page-1/#comment-22</link>
		<dc:creator>panni</dc:creator>
		<pubDate>Sat, 11 Jul 2009 02:29:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.marcsturlese.com/?p=35#comment-22</guid>
		<description>Finally, i solved it on my dell studio 1555. First, gksudo gedit /boot/grub/menu.lst. And edit it by adding &#039;noapic&#039; without quotes at the end of the boot loader entry for the os, after &#039;ro quiet splash&#039;. Then, run sudo update-grub. Then, edit /etc/laptop-mode.conf and change enable_laptop_mode_on_battery to 0. Then, edit all files of the form, /etc/acpi/*.d/90-hdparm.sh, and replace the line following if [&quot;$State&quot;=&quot;battery&quot;] then;
hdparm -B 254 $dev
Else
hdparm -B 254 $dev. Thats all.. The noapic solves the dell studio ubuntu problem of not recognizing ac adapter, no changing brightness, closing lid lcd switch off, and elect key. Try it and let me know!</description>
		<content:encoded><![CDATA[<p>Finally, i solved it on my dell studio 1555. First, gksudo gedit /boot/grub/menu.lst. And edit it by adding &#8216;noapic&#8217; without quotes at the end of the boot loader entry for the os, after &#8216;ro quiet splash&#8217;. Then, run sudo update-grub. Then, edit /etc/laptop-mode.conf and change enable_laptop_mode_on_battery to 0. Then, edit all files of the form, /etc/acpi/*.d/90-hdparm.sh, and replace the line following if ["$State"="battery"] then;<br />
hdparm -B 254 $dev<br />
Else<br />
hdparm -B 254 $dev. Thats all.. The noapic solves the dell studio ubuntu problem of not recognizing ac adapter, no changing brightness, closing lid lcd switch off, and elect key. Try it and let me know!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Performance measurement with JMeter 2.3.3 by Marc Sturlese</title>
		<link>http://www.marcsturlese.com/2009/05/31/performance-measurement-with-jmeter-233/comment-page-1/#comment-17</link>
		<dc:creator>Marc Sturlese</dc:creator>
		<pubDate>Mon, 01 Jun 2009 14:58:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.marcsturlese.com/?p=119#comment-17</guid>
		<description>Have never worked with it but &lt;a href=&quot;http://grinder.sourceforge.net/&quot; rel=&quot;nofollow&quot;&gt;Grinder&lt;/a&gt; could do the job.</description>
		<content:encoded><![CDATA[<p>Have never worked with it but <a href="http://grinder.sourceforge.net/" rel="nofollow">Grinder</a> could do the job.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Performance measurement with JMeter 2.3.3 by Girish</title>
		<link>http://www.marcsturlese.com/2009/05/31/performance-measurement-with-jmeter-233/comment-page-1/#comment-16</link>
		<dc:creator>Girish</dc:creator>
		<pubDate>Mon, 01 Jun 2009 14:33:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.marcsturlese.com/?p=119#comment-16</guid>
		<description>Can I ask you one question? 
If I want to go for performance testing for an applet based application, which tool I should be using Ideally? The communication happens between applet and Server using HTTP protocol.</description>
		<content:encoded><![CDATA[<p>Can I ask you one question?<br />
If I want to go for performance testing for an applet based application, which tool I should be using Ideally? The communication happens between applet and Server using HTTP protocol.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Performance measurement with JMeter 2.3.3 by Girish</title>
		<link>http://www.marcsturlese.com/2009/05/31/performance-measurement-with-jmeter-233/comment-page-1/#comment-15</link>
		<dc:creator>Girish</dc:creator>
		<pubDate>Mon, 01 Jun 2009 14:19:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.marcsturlese.com/?p=119#comment-15</guid>
		<description>thanks for info</description>
		<content:encoded><![CDATA[<p>thanks for info</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Performance measurement with JMeter 2.3.3 by Marc Sturlese</title>
		<link>http://www.marcsturlese.com/2009/05/31/performance-measurement-with-jmeter-233/comment-page-1/#comment-14</link>
		<dc:creator>Marc Sturlese</dc:creator>
		<pubDate>Mon, 01 Jun 2009 14:09:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.marcsturlese.com/?p=119#comment-14</guid>
		<description>I have used it just for servlet performance tests so can&#039;t tell you so much about how it behaves with applets. As far as I know &lt;strong&gt;JMeter&lt;/strong&gt; &lt;a href=&quot;http://wiki.apache.org/jakarta-jmeter/JMeterFAQ#head-630fa2b0a98bc6ea400e41271181e4f6eb278266&quot; rel=&quot;nofollow&quot;&gt;can not process applets&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I have used it just for servlet performance tests so can&#8217;t tell you so much about how it behaves with applets. As far as I know <strong>JMeter</strong> <a href="http://wiki.apache.org/jakarta-jmeter/JMeterFAQ#head-630fa2b0a98bc6ea400e41271181e4f6eb278266" rel="nofollow">can not process applets</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
