<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	
	>
<channel>
	<title>
	Comments on: Hadoop, HDFS and Hbase on Ubuntu &#038; Macintosh Leopard	</title>
	<atom:link href="https://www.ibd.com/runa/hadoop-hdfs-and-hbase-on-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.ibd.com/runa/hadoop-hdfs-and-hbase-on-ubuntu/</link>
	<description>Internet Bandwidth Development: Composting the Internet for over Two Decades</description>
	<lastBuildDate>Sat, 18 Jan 2014 15:16:50 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1</generator>
<atom:link rel="hub" href="https://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="https://pubsubhubbub.superfeedr.com"/><atom:link rel="hub" href="https://websubhub.com/hub"/>	<item>
		<title>
		By: swati verma		</title>
		<link>https://www.ibd.com/runa/hadoop-hdfs-and-hbase-on-ubuntu/comment-page-1/#comment-5765</link>

		<dc:creator><![CDATA[swati verma]]></dc:creator>
		<pubDate>Sat, 18 Jan 2014 15:16:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog2.ibd.com/?p=95#comment-5765</guid>

					<description><![CDATA[I am new to HBASE, and while trying to install the same on Ubuntu system, I am facing some problem.

Below is the error log from Zookeeper log file

2014-01-18 06:10:51,392 WARN org.apache.zookeeper.server.NIOServerCnxn: caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x143a5b052980000, likely client has closed socket at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220) at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208) at java.lang.Thread.run(Thread.java:744) 2014-01-18 06:10:51,394 INFO org.apache.zookeeper.server.NIOServerCnxn: Closed socket connection for client /127.0.0.1:56671 which had sessionid 0x143a5b052980000

Below is error log from master log:

2014-01-18 06:10:51,381 INFO org.apache.zookeeper.ZooKeeper: Session: 0x143a5b052980000 closed 2014-01-18 06:10:51,381 INFO org.apache.hadoop.hbase.master.HMaster: HMaster main thread exiting 2014-01-18 06:10:51,381 ERROR org.apache.hadoop.hbase.master.HMasterCommandLine: Failed to start master java.lang.RuntimeException: HMaster Aborted at org.apache.hadoop.hbase.master.HMasterCommandLine.startMaster(HMasterCommandLine.java:160) at org.apache.hadoop.hbase.master.HMasterCommandLine.run(HMasterCommandLine.java:104) at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65) at org.apache.hadoop.hbase.util.ServerCommandLine.doMain(ServerCommandLine.java:76) at org.apache.hadoop.hbase.master.HMaster.main(HMaster.java:2120)

Please note, I am able to start Hbase successfully. I mean after starting Hbase, I am able to see Hmaster running using jps command. But as soon as I try to go to Hbase shell, this issue arises and then by executing jps command, I don&#039;t find Hmaster in list.

Please help me in this issue, as I tried to solve it by myself from last for days, but no luck. Please help]]></description>
			<content:encoded><![CDATA[<p>I am new to HBASE, and while trying to install the same on Ubuntu system, I am facing some problem.</p>
<p>Below is the error log from Zookeeper log file</p>
<p>2014-01-18 06:10:51,392 WARN org.apache.zookeeper.server.NIOServerCnxn: caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x143a5b052980000, likely client has closed socket at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220) at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208) at java.lang.Thread.run(Thread.java:744) 2014-01-18 06:10:51,394 INFO org.apache.zookeeper.server.NIOServerCnxn: Closed socket connection for client /127.0.0.1:56671 which had sessionid 0x143a5b052980000</p>
<p>Below is error log from master log:</p>
<p>2014-01-18 06:10:51,381 INFO org.apache.zookeeper.ZooKeeper: Session: 0x143a5b052980000 closed 2014-01-18 06:10:51,381 INFO org.apache.hadoop.hbase.master.HMaster: HMaster main thread exiting 2014-01-18 06:10:51,381 ERROR org.apache.hadoop.hbase.master.HMasterCommandLine: Failed to start master java.lang.RuntimeException: HMaster Aborted at org.apache.hadoop.hbase.master.HMasterCommandLine.startMaster(HMasterCommandLine.java:160) at org.apache.hadoop.hbase.master.HMasterCommandLine.run(HMasterCommandLine.java:104) at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65) at org.apache.hadoop.hbase.util.ServerCommandLine.doMain(ServerCommandLine.java:76) at org.apache.hadoop.hbase.master.HMaster.main(HMaster.java:2120)</p>
<p>Please note, I am able to start Hbase successfully. I mean after starting Hbase, I am able to see Hmaster running using jps command. But as soon as I try to go to Hbase shell, this issue arises and then by executing jps command, I don&#8217;t find Hmaster in list.</p>
<p>Please help me in this issue, as I tried to solve it by myself from last for days, but no luck. Please help</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Bayu (Hbase error)		</title>
		<link>https://www.ibd.com/runa/hadoop-hdfs-and-hbase-on-ubuntu/comment-page-1/#comment-1197</link>

		<dc:creator><![CDATA[Bayu (Hbase error)]]></dc:creator>
		<pubDate>Fri, 22 Jul 2011 12:44:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog2.ibd.com/?p=95#comment-1197</guid>

					<description><![CDATA[Thank&#039;s for the post. I&#039;m finish install hadoop &#038; hbase now, but i have problem when using hbase. I create database by the name fire and I success to make it. but while I try create database with the same name, there are mistakes but i don&#039;t know where the fault.  



hbase(main):003:0&#062; create &quot;fire&quot;, &quot;firework&quot;
0 row(s) in 1.1460 seconds
hbase(main):004:0&#062; create &quot;fire&quot;, &quot;one&quot;
NativeException: org.apache.hadoop.hbase.TableExistsException: org.apache.hadoop.hbase.TableExistsException: fire
	at org.apache.hadoop.hbase.master.HMaster.createTable(HMaster.java:798)
	at org.apache.hadoop.hbase.master.HMaster.createTable(HMaster.java:762)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.hadoop.hbase.ipc.HBaseRPC$Server.call(HBaseRPC.java:657)
	at org.apache.hadoop.hbase.ipc.HBaseServer$Handler.run(HBaseServer.java:915)]]></description>
			<content:encoded><![CDATA[<p>Thank&#8217;s for the post. I&#8217;m finish install hadoop &amp; hbase now, but i have problem when using hbase. I create database by the name fire and I success to make it. but while I try create database with the same name, there are mistakes but i don&#8217;t know where the fault.  </p>
<p>hbase(main):003:0&gt; create &#8220;fire&#8221;, &#8220;firework&#8221;<br />
0 row(s) in 1.1460 seconds<br />
hbase(main):004:0&gt; create &#8220;fire&#8221;, &#8220;one&#8221;<br />
NativeException: org.apache.hadoop.hbase.TableExistsException: org.apache.hadoop.hbase.TableExistsException: fire<br />
	at org.apache.hadoop.hbase.master.HMaster.createTable(HMaster.java:798)<br />
	at org.apache.hadoop.hbase.master.HMaster.createTable(HMaster.java:762)<br />
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br />
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br />
	at java.lang.reflect.Method.invoke(Method.java:597)<br />
	at org.apache.hadoop.hbase.ipc.HBaseRPC$Server.call(HBaseRPC.java:657)<br />
	at org.apache.hadoop.hbase.ipc.HBaseServer$Handler.run(HBaseServer.java:915)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: how to hide ip address		</title>
		<link>https://www.ibd.com/runa/hadoop-hdfs-and-hbase-on-ubuntu/comment-page-1/#comment-39</link>

		<dc:creator><![CDATA[how to hide ip address]]></dc:creator>
		<pubDate>Fri, 27 Aug 2010 15:01:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog2.ibd.com/?p=95#comment-39</guid>

					<description><![CDATA[Windows has vpn capabilities built into the software. You will need a dynamic DNS acount. www.dyndns.org I have included a link with step by step instructions.]]></description>
			<content:encoded><![CDATA[<p>Windows has vpn capabilities built into the software. You will need a dynamic DNS acount. <a href="http://www.dyndns.org" rel="nofollow ugc">http://www.dyndns.org</a> I have included a link with step by step instructions.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mathiasdm		</title>
		<link>https://www.ibd.com/runa/hadoop-hdfs-and-hbase-on-ubuntu/comment-page-1/#comment-38</link>

		<dc:creator><![CDATA[Mathiasdm]]></dc:creator>
		<pubDate>Wed, 26 Aug 2009 14:15:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog2.ibd.com/?p=95#comment-38</guid>

					<description><![CDATA[It&#039;s a very useful post indeed, thanks!

Robert, I think I might have a solution for your DNS problem.
Ubuntu, by default, adds a line &#039;127.0.1.1 somehostname&#039; to your /etc/hosts.
Remove this line, and your problems might just be fixed.]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s a very useful post indeed, thanks!</p>
<p>Robert, I think I might have a solution for your DNS problem.<br />
Ubuntu, by default, adds a line &#8216;127.0.1.1 somehostname&#8217; to your /etc/hosts.<br />
Remove this line, and your problems might just be fixed.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Robert J Berger		</title>
		<link>https://www.ibd.com/runa/hadoop-hdfs-and-hbase-on-ubuntu/comment-page-1/#comment-37</link>

		<dc:creator><![CDATA[Robert J Berger]]></dc:creator>
		<pubDate>Tue, 19 May 2009 21:45:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog2.ibd.com/?p=95#comment-37</guid>

					<description><![CDATA[Minor addition on how to build using ant if you installed from git. I&#039;m still having a bit of trouble understanding what the right way is to build from source and then use though. Should I really be doing ant package and then use the package?]]></description>
			<content:encoded><![CDATA[<p>Minor addition on how to build using ant if you installed from git. I&#8217;m still having a bit of trouble understanding what the right way is to build from source and then use though. Should I really be doing ant package and then use the package?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Robert J Berger		</title>
		<link>https://www.ibd.com/runa/hadoop-hdfs-and-hbase-on-ubuntu/comment-page-1/#comment-36</link>

		<dc:creator><![CDATA[Robert J Berger]]></dc:creator>
		<pubDate>Fri, 03 Apr 2009 12:00:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog2.ibd.com/?p=95#comment-36</guid>

					<description><![CDATA[Added info on getting hadoop and hbase via git]]></description>
			<content:encoded><![CDATA[<p>Added info on getting hadoop and hbase via git</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Robert J Berger		</title>
		<link>https://www.ibd.com/runa/hadoop-hdfs-and-hbase-on-ubuntu/comment-page-1/#comment-35</link>

		<dc:creator><![CDATA[Robert J Berger]]></dc:creator>
		<pubDate>Fri, 16 Jan 2009 07:47:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog2.ibd.com/?p=95#comment-35</guid>

					<description><![CDATA[Yeah, I don&#039;t think I fully understand what&#039;s going on with it. Its even worse when I try to deploy it to Amazon EC2 where it resolves the DNS to the NAT&#039;d local address even if you specify the DNS FQDN of the public ip address!

When I figure it out, I&#039;ll publish it here and make a comment. I think you get an automatic notification...]]></description>
			<content:encoded><![CDATA[<p>Yeah, I don&#8217;t think I fully understand what&#8217;s going on with it. Its even worse when I try to deploy it to Amazon EC2 where it resolves the DNS to the NAT&#8217;d local address even if you specify the DNS FQDN of the public ip address!</p>
<p>When I figure it out, I&#8217;ll publish it here and make a comment. I think you get an automatic notification&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Charlie M		</title>
		<link>https://www.ibd.com/runa/hadoop-hdfs-and-hbase-on-ubuntu/comment-page-1/#comment-34</link>

		<dc:creator><![CDATA[Charlie M]]></dc:creator>
		<pubDate>Thu, 15 Jan 2009 10:53:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog2.ibd.com/?p=95#comment-34</guid>

					<description><![CDATA[Thanks for the post it was very useful. I had the same issue, it doesn&#039;t seem to like IP addresses in the root path either.

It does definitely do full DNS look up as I resorted to adding a sub-domain on our public DNS server for it. It returns a private IP so it will still only be available internally.]]></description>
			<content:encoded><![CDATA[<p>Thanks for the post it was very useful. I had the same issue, it doesn&#8217;t seem to like IP addresses in the root path either.</p>
<p>It does definitely do full DNS look up as I resorted to adding a sub-domain on our public DNS server for it. It returns a private IP so it will still only be available internally.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
