Still having a problem:

2010-09-24 16:15:02,572 ERROR
org.apache.hadoop.hbase.regionserver.HRegionServer: Error opening
img695,p1908101232.jpg,1285288492084.d451f05024b42f71a115951c62cdcccf.
java.io.EOFException
        at java.io.DataInputStream.readFully(DataInputStream.java:180)
        at 
org.apache.hadoop.io.DataOutputBuffer$Buffer.write(DataOutputBuffer.java:63)
        at 
org.apache.hadoop.io.DataOutputBuffer.write(DataOutputBuffer.java:101)
        at org.apache.hadoop.io.SequenceFile$Reader.next(SequenceFile.java:1937)
        at org.apache.hadoop.io.SequenceFile$Reader.next(SequenceFile.java:1837)


I changed the value to '1', and restarted the regionserver... Note
that my hdfs is not having a problem.

-Jack

On Fri, Sep 24, 2010 at 4:01 PM, Stack <[email protected]> wrote:
> Try
>
>  <property>
>    <name>hbase.regions.percheckin</name>
>    <value>10</value>
>    <description>Maximum number of regions that can be assigned in a single go
>    to a region server.
>    </description>
>  </property>
>
> What do you have now?  Whatever it is, go down from there.
>
> St.Ack
>
>
> On Fri, Sep 24, 2010 at 3:07 PM, Jack Levin <[email protected]> wrote:
>> My regions are 1gb in size and when I cold start the cluster I oversaturate 
>> my network links (1000 mbps) and get client dfs timeouts , anyway to slow 
>> the m down?
>>
>> -Jack
>>
>>
>

Reply via email to