[ 
https://issues.apache.org/jira/browse/HBASE-9338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13760745#comment-13760745
 ] 

Elliott Clark commented on HBASE-9338:
--------------------------------------

bq.This shows num nodes per mapper 2.5M, not 25M.
Yeah that was a typo.  It's corrected farther down the page.  
https://issues.apache.org/jira/browse/HBASE-9338?focusedCommentId=13756918&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13756918

Here are the exact commands run for every test:

{code}
export SSH_OPTS="-o IdentityFile=id_rsa -o StrictHostKeyChecking=no"
ssh $SSH_OPTS hbase@$TEST_HOST -x "echo 'disable 
\"IntegrationTestBigLinkedList\"' | hbase shell"
ssh $SSH_OPTS hbase@$TEST_HOST -x "echo 'drop \"IntegrationTestBigLinkedList\"' 
| hbase shell"
ssh $SSH_OPTS hbase@$TEST_HOST -x "hbase 
org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList --monkey ${monkey} 
Loop 5 12 25000000 IntegrationTestBigLinkedList 12"
{code}

TEST_HOST is the box that all IT tests are run from for this cluster.  It's not 
part of the hdfs, mr, or hbase cluster, but it does have all the software 
installed.

monkey is parameterized.  The slowDeterministic fails.

hbck is run if the above fails.
                
> Test Big Linked List fails on Hadoop 2.1.0
> ------------------------------------------
>
>                 Key: HBASE-9338
>                 URL: https://issues.apache.org/jira/browse/HBASE-9338
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.96.0
>            Reporter: Elliott Clark
>            Assignee: Elliott Clark
>            Priority: Blocker
>             Fix For: 0.96.0
>
>         Attachments: HBASE-HBASE-9338-TESTING.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to