Yeah.  

Hadoop version 0.20.0
HBase version 0.20.0 RC1


onur.aktas wrote:
> 
> 
> You also use it with Hadoop 0.20, right? 
> 
>> Date: Wed, 5 Aug 2009 12:01:35 -0700
>> From: [email protected]
>> To: [email protected]
>> Subject: RE: hbase 0.20.0 Release Candidate 1 available for download
>> 
>> 
>> Hey onur,
>> 
>> yeah i already had that set to a location.  i tried changing it, and
>> restarting...but still see the same problem.
>> 
>> 
>> onur.aktas wrote:
>> > 
>> > 
>> > Hi,
>> > 
>> > Can you please add the following to your conf/core-site.xml in Hadoop
>> > directory and try if it solves your problem?
>> > Change "/tmp/hadoop-onur"  for yourself.
>> > <property>
>> >     <name>hadoop.tmp.dir</name>
>> >     <value>/tmp/hadoop-onur</value>
>> >     <description>A base for other temporary directories.</description>
>> > </property>
>> >  
>> > 
>> >> Date: Wed, 5 Aug 2009 11:41:54 -0700
>> >> From: [email protected]
>> >> To: [email protected]
>> >> Subject: Re: hbase 0.20.0 Release Candidate 1 available for download
>> >> 
>> >> 
>> >> hey,
>> >> 
>> >> I'm having problems starting up this version at all.  
>> >> 
>> >> Here is what i've done so far:
>> >> 
>> >> 1. changed data dir to a new location, and port for HDFS.  
>> >> 2. formatted namenode
>> >> 3. started dfs
>> >> 4. setup zookeeper properties in hbase-site.xml
>> >> 5. started hbase
>> >> 
>> >> it prints out normal output (starting master... starting zookeeper
>> etc.). 
>> >> Any when i do a jps on master box i see this:
>> >> 
>> >> 19581 HMaster
>> >> 18114 SecondaryNameNode
>> >> 19511 HQuorumPeer
>> >> 17837 NameNode
>> >> 19798 Jps
>> >> 17974 DataNode
>> >> 
>> >> which is all correct as well.  the regionservers look good as well
>> using
>> >> jps.   But when i try to access the master HBase UI... i get the
>> >> following
>> >> the broswer:
>> >> 
>> >> HTTP ERROR: 500
>> >> Trying to contact region server null for region , row '', but failed
>> >> after 3
>> >> attempts.
>> >> Exceptions:
>> >> org.apache.hadoop.hbase.client.NoServerForRegionException: Timed out
>> >> trying
>> >> to locate root region
>> >> org.apache.hadoop.hbase.client.NoServerForRegionException: Timed out
>> >> trying
>> >> to locate root region
>> >> org.apache.hadoop.hbase.client.NoServerForRegionException: Timed out
>> >> trying
>> >> to locate root region
>> >> 
>> >> RequestURI=/master.jsp
>> >> 
>> >> Caused by:
>> >> org.apache.hadoop.hbase.client.RetriesExhaustedException: Trying to
>> >> contact
>> >> region server null for region , row '', but failed after 3 attempts.
>> >> Exceptions:
>> >> org.apache.hadoop.hbase.client.NoServerForRegionException: Timed out
>> >> trying
>> >> to locate root region
>> >> org.apache.hadoop.hbase.client.NoServerForRegionException: Timed out
>> >> trying
>> >> to locate root region
>> >> org.apache.hadoop.hbase.client.NoServerForRegionException: Timed out
>> >> trying
>> >> to locate root region
>> >> 
>> >>   at
>> >>
>> org.apache.hadoop.hbase.client.HConnectionManager$TableServers.getRegionServerWithRetries(HConnectionManager.java:937)
>> >>   at
>> >>
>> org.apache.hadoop.hbase.client.MetaScanner.metaScan(MetaScanner.java:54)
>> >>   at
>> >>
>> org.apache.hadoop.hbase.client.MetaScanner.metaScan(MetaScanner.java:28)
>> >>   at
>> >>
>> org.apache.hadoop.hbase.client.HConnectionManager$TableServers.listTables(HConnectionManager.java:369)
>> >>   at
>> >>
>> org.apache.hadoop.hbase.client.HBaseAdmin.listTables(HBaseAdmin.java:127)
>> >>   at
>> >>
>> org.apache.hadoop.hbase.generated.master.master_jsp._jspService(master_jsp.java:125)
>> >>   at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
>> >>   at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
>> >>   at
>> >> org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:502)
>> >>   at
>> >>
>> org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:363)
>> >>   at
>> >>
>> org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
>> >>   at
>> >>
>> org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
>> >>   at
>> >>
>> org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:766)
>> >>   at
>> org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:417)
>> >>   at
>> >>
>> org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:230)
>> >>   at
>> >>
>> org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
>> >>   at org.mortbay.jetty.Server.handle(Server.java:324)
>> >>   at
>> >>
>> org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:534)
>> >>   at
>> >>
>> org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:864)
>> >>   at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:533)
>> >>   at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:207)
>> >>   at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:403)
>> >>   at
>> >>
>> org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409)
>> >>   at
>> >>
>> org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:522)
>> >> 
>> >> Powered by Jetty://
>> >> 
>> >> 
>> >> 
>> >> 
>> >> =============  in the master logs I see the following INFO messages
>> over
>> >> &
>> >> over:
>> >> 
>> >> Processing MSG_REPORT_CLOSE: -ROOT-,,0:
>> >> java.lang.IllegalArgumentException:
>> >> hfile.block.cache.size must be between 0.0 and 1.0, not > 1.0
>> >> 
>> >> =================
>> >> i don't have hfile.block.cache.size set. 
>> >> 
>> >> what am I doing wrong?
>> >> -- 
>> >> View this message in context:
>> >>
>> http://www.nabble.com/ANN%3A-hbase-0.20.0-Release-Candidate-1-available-for-download-tp24730418p24833995.html
>> >> Sent from the HBase User mailing list archive at Nabble.com.
>> >> 
>> > 
>> > _________________________________________________________________
>> > Anılarınızı istediğiniz herkesle çevrimiçi paylaşın.
>> >
>> http://www.microsoft.com/turkiye/windows/windowslive/products/photos-share.aspx?tab=1
>> > 
>> 
>> -- 
>> View this message in context:
>> http://www.nabble.com/ANN%3A-hbase-0.20.0-Release-Candidate-1-available-for-download-tp24730418p24834270.html
>> Sent from the HBase User mailing list archive at Nabble.com.
>> 
> 
> _________________________________________________________________
> Windows Live ile fotoğraflarınızı organize edebilir, düzenleyebilir ve
> paylaşabilirsiniz.
> http://www.microsoft.com/turkiye/windows/windowslive/products/photo-gallery-edit.aspx
> 

-- 
View this message in context: 
http://www.nabble.com/ANN%3A-hbase-0.20.0-Release-Candidate-1-available-for-download-tp24730418p24834397.html
Sent from the HBase User mailing list archive at Nabble.com.

Reply via email to