<?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 Sujee Maniyam&#039;s  Blog</title>
	<atom:link href="http://sujee.net/blog/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://sujee.net/blog</link>
	<description>cat /proc/sujee</description>
	<lastBuildDate>Thu, 17 May 2012 18:17:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on [tech] Hbase Map Reduce Example by Sujee Maniyam</title>
		<link>http://sujee.net/blog/tech/tech-hbase-map-reduce-example.html#comment-572</link>
		<dc:creator>Sujee Maniyam</dc:creator>
		<pubDate>Thu, 17 May 2012 18:17:31 +0000</pubDate>
		<guid isPermaLink="false">http://sujee.net/blog/?p=48#comment-572</guid>
		<description>Hbase APi changed a bit recently.  Thanks for pointing this out.  I will update the code.
regards
Sujee Maniyam (admin)</description>
		<content:encoded><![CDATA[<p>Hbase APi changed a bit recently.  Thanks for pointing this out.  I will update the code.<br />
regards<br />
Sujee Maniyam (admin)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [tech] Hbase Map Reduce Example by k A r T h I k</title>
		<link>http://sujee.net/blog/tech/tech-hbase-map-reduce-example.html#comment-571</link>
		<dc:creator>k A r T h I k</dc:creator>
		<pubDate>Thu, 17 May 2012 17:12:42 +0000</pubDate>
		<guid isPermaLink="false">http://sujee.net/blog/?p=48#comment-571</guid>
		<description>Perfect! 
It works.  I&#039;ve used your program in the following enviroment:
Hadoop 1.0.2
HBase 0.92.1

I observed a few changes:
--HBaseConfiguration hbaseConfig = new HBaseConfiguration();
++Configuration conf = HBaseConfiguration.create();

--String columns = &quot;details&quot;; // comma seperated
--scan.addColumns(columns);
++scan.addFamily(Bytes.toBytes(&quot;details&quot;));

Need to replace -- with ++ statements in your program.
Thanks a lot.</description>
		<content:encoded><![CDATA[<p>Perfect!<br />
It works.  I&#8217;ve used your program in the following enviroment:<br />
Hadoop 1.0.2<br />
HBase 0.92.1</p>
<p>I observed a few changes:<br />
&#8211;HBaseConfiguration hbaseConfig = new HBaseConfiguration();<br />
++Configuration conf = HBaseConfiguration.create();</p>
<p>&#8211;String columns = &#8220;details&#8221;; // comma seperated<br />
&#8211;scan.addColumns(columns);<br />
++scan.addFamily(Bytes.toBytes(&#8220;details&#8221;));</p>
<p>Need to replace &#8212; with ++ statements in your program.<br />
Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Performance testing a HBase cluster by minsbrz</title>
		<link>http://sujee.net/blog/tech/performance-testing-a-hbase-cluster.html#comment-570</link>
		<dc:creator>minsbrz</dc:creator>
		<pubDate>Mon, 14 May 2012 05:43:08 +0000</pubDate>
		<guid isPermaLink="false">http://sujee.net/blog/?p=88#comment-570</guid>
		<description>I have been testing on HBase for performance like you.
But the result was not same as you , How can i do that .
My testing result is about 4000 TPS on 4 clusters ,
memory write only is 10000 TPS, 
could you tell me detail the property of xml and status of writing ,to memory or to Disk(flush,compact act so on..) ?
Thanks in advance for advice.</description>
		<content:encoded><![CDATA[<p>I have been testing on HBase for performance like you.<br />
But the result was not same as you , How can i do that .<br />
My testing result is about 4000 TPS on 4 clusters ,<br />
memory write only is 10000 TPS,<br />
could you tell me detail the property of xml and status of writing ,to memory or to Disk(flush,compact act so on..) ?<br />
Thanks in advance for advice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Performance testing a HBase cluster by minsbrz</title>
		<link>http://sujee.net/blog/tech/performance-testing-a-hbase-cluster.html#comment-567</link>
		<dc:creator>minsbrz</dc:creator>
		<pubDate>Wed, 09 May 2012 00:54:12 +0000</pubDate>
		<guid isPermaLink="false">http://sujee.net/blog/?p=88#comment-567</guid>
		<description>Hi.It is very great performance to me.
Can I see the configuration of hadoop &amp; hbase.
We have been testing that tools , but the result of testing is not same.
so we want to see detail option . 
please give me advice. thanks for reading.</description>
		<content:encoded><![CDATA[<p>Hi.It is very great performance to me.<br />
Can I see the configuration of hadoop &amp; hbase.<br />
We have been testing that tools , but the result of testing is not same.<br />
so we want to see detail option .<br />
please give me advice. thanks for reading.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [tech] Ruby on Rails CRONjobs by Luis Castillo</title>
		<link>http://sujee.net/blog/tech/tech-ruby-on-rails-cronjobs.html#comment-565</link>
		<dc:creator>Luis Castillo</dc:creator>
		<pubDate>Mon, 30 Apr 2012 21:16:58 +0000</pubDate>
		<guid isPermaLink="false">http://sujee.net/blog/uncategorized/tech-ruby-on-rails-cronjobs.html#comment-565</guid>
		<description>Thansk, this tutorial help me a lot!!!</description>
		<content:encoded><![CDATA[<p>Thansk, this tutorial help me a lot!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [tech] Hbase Map Reduce Example by Ramanjaneylu</title>
		<link>http://sujee.net/blog/tech/tech-hbase-map-reduce-example.html#comment-563</link>
		<dc:creator>Ramanjaneylu</dc:creator>
		<pubDate>Sun, 29 Apr 2012 09:08:05 +0000</pubDate>
		<guid isPermaLink="false">http://sujee.net/blog/?p=48#comment-563</guid>
		<description>Hi sujee,
Wonderful doc which helped me a lot.

I want some suggestions like,
1) how to display output of reduce functions into JTable.
2) I have a jar file, after execute that jar file a text box will display. how the data which we entered in text box will get output for that data.

Please guide me, Its urgent

Thanks &amp; Regards,
V.Ramanjaneylu.</description>
		<content:encoded><![CDATA[<p>Hi sujee,<br />
Wonderful doc which helped me a lot.</p>
<p>I want some suggestions like,<br />
1) how to display output of reduce functions into JTable.<br />
2) I have a jar file, after execute that jar file a text box will display. how the data which we entered in text box will get output for that data.</p>
<p>Please guide me, Its urgent</p>
<p>Thanks &amp; Regards,<br />
V.Ramanjaneylu.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About/Contact by Bhavesh Shah</title>
		<link>http://sujee.net/blog/about#comment-560</link>
		<dc:creator>Bhavesh Shah</dc:creator>
		<pubDate>Wed, 25 Apr 2012 06:56:38 +0000</pubDate>
		<guid isPermaLink="false">http://sujee.net/blog/?page_id=5#comment-560</guid>
		<description>Hello,
I have a task of data processing. I want to import the large data from SQL Server into Hive using SQOOP. I want to process the data and generate some result. For that, I have implemented some task for it in Hive using Hive JDBC. 

Now I want to deploy this task on Amazon EMR. I have read some links related to AWS EMR for launching the instance and about what is EMR, How it works and etc...

I have some doubts about EMR like:
1) EMR uses S3 Buckets, which holds Input and Output data Hadoop Processing (in the form of Objects). If I use SQOOP to import the tables from SQL Server then it will stored in the form of File.
2) As already said I have implemented a task for my use case in Java. So If I create the JAR of my program and create the Job Flow with Custom JAR. Will it be possible to implement like this or do need to do some thing extra for that?
3) As I said in my Use Case that I want to export my result back to Ec2 with the help of SQOOP. Does EMR have support of SQOOP? 
4) And if supported then I have one doubt as:
    I am using Hive. Whatever Tables I created or Imported using SQOOP that will 
    automatically stored in HDFS (in /user/hive/warehouse directory). Then If I use 
    S3  to stored the imported data from SQL Server then How can I make link with
    HDFS (/user/hive/warehouse directory) so that Hive can show/access the tables
    And also I want to import the tables from SQL Server daily/weekly so I will use 
    S3.

How to overcome from all this stuff? I am new to Amazon Services and I am not getting how to proceed for this? Please help me.</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I have a task of data processing. I want to import the large data from SQL Server into Hive using SQOOP. I want to process the data and generate some result. For that, I have implemented some task for it in Hive using Hive JDBC. </p>
<p>Now I want to deploy this task on Amazon EMR. I have read some links related to AWS EMR for launching the instance and about what is EMR, How it works and etc&#8230;</p>
<p>I have some doubts about EMR like:<br />
1) EMR uses S3 Buckets, which holds Input and Output data Hadoop Processing (in the form of Objects). If I use SQOOP to import the tables from SQL Server then it will stored in the form of File.<br />
2) As already said I have implemented a task for my use case in Java. So If I create the JAR of my program and create the Job Flow with Custom JAR. Will it be possible to implement like this or do need to do some thing extra for that?<br />
3) As I said in my Use Case that I want to export my result back to Ec2 with the help of SQOOP. Does EMR have support of SQOOP?<br />
4) And if supported then I have one doubt as:<br />
    I am using Hive. Whatever Tables I created or Imported using SQOOP that will<br />
    automatically stored in HDFS (in /user/hive/warehouse directory). Then If I use<br />
    S3  to stored the imported data from SQL Server then How can I make link with<br />
    HDFS (/user/hive/warehouse directory) so that Hive can show/access the tables<br />
    And also I want to import the tables from SQL Server daily/weekly so I will use<br />
    S3.</p>
<p>How to overcome from all this stuff? I am new to Amazon Services and I am not getting how to proceed for this? Please help me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [tech] Hbase Map Reduce Example by ramya</title>
		<link>http://sujee.net/blog/tech/tech-hbase-map-reduce-example.html#comment-557</link>
		<dc:creator>ramya</dc:creator>
		<pubDate>Tue, 17 Apr 2012 10:03:16 +0000</pubDate>
		<guid isPermaLink="false">http://sujee.net/blog/?p=48#comment-557</guid>
		<description>Hey 
Can you help me out a lil more on the map function. I understood the basics of mapreduce but can&#039;t get how to utilize it when you are doing more complex processing.
How do we actually access the individual columns in a map function? I know that a map returns a row. how do we break it down so that we can compare values of two or more columns which maybe of different column families?

For example, a User has a visitor and I want to know if that visitor is one of his friends? 

Please help.Just started learning hbase.Having a problem is visualizing how the data appears in a map reduce.</description>
		<content:encoded><![CDATA[<p>Hey<br />
Can you help me out a lil more on the map function. I understood the basics of mapreduce but can&#8217;t get how to utilize it when you are doing more complex processing.<br />
How do we actually access the individual columns in a map function? I know that a map returns a row. how do we break it down so that we can compare values of two or more columns which maybe of different column families?</p>
<p>For example, a User has a visitor and I want to know if that visitor is one of his friends? </p>
<p>Please help.Just started learning hbase.Having a problem is visualizing how the data appears in a map reduce.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [tech] Hbase Map Reduce Example by Arati Patro</title>
		<link>http://sujee.net/blog/tech/tech-hbase-map-reduce-example.html#comment-554</link>
		<dc:creator>Arati Patro</dc:creator>
		<pubDate>Thu, 12 Apr 2012 12:07:57 +0000</pubDate>
		<guid isPermaLink="false">http://sujee.net/blog/?p=48#comment-554</guid>
		<description>Hi,

Can you please how explain you created a composite row key.
I have been trying to create an HBase Table with a composite row key that has a number and a timestamp. The Put Constructor you have used takes in two byte values thereby converting the timestamp to a byte value as well. While I am able to do this, I&#039;m unable to perform any operation on the timestamp or the number individually as the entire row key is inserted as one entity, Could you please guide further on how a partial key scan may be performed.
Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Can you please how explain you created a composite row key.<br />
I have been trying to create an HBase Table with a composite row key that has a number and a timestamp. The Put Constructor you have used takes in two byte values thereby converting the timestamp to a byte value as well. While I am able to do this, I&#8217;m unable to perform any operation on the timestamp or the number individually as the entire row key is inserted as one entity, Could you please guide further on how a partial key scan may be performed.<br />
Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [tech] sample .gitignore files for various projects by Nikola Kolev</title>
		<link>http://sujee.net/blog/tech/sample-gitignore-files-for-various-projects.html#comment-547</link>
		<dc:creator>Nikola Kolev</dc:creator>
		<pubDate>Sat, 31 Mar 2012 06:01:22 +0000</pubDate>
		<guid isPermaLink="false">http://sujee.net/blog/?p=42#comment-547</guid>
		<description>Great list indeed</description>
		<content:encoded><![CDATA[<p>Great list indeed</p>
]]></content:encoded>
	</item>
</channel>
</rss>

