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

Elliott Clark commented on HBASE-8637:
--------------------------------------

so on a real cluster running: 
{code}hbase org.apache.hadoop.hbase.IntegrationTestsDriver -r 
IntegrationTestBigLinkedListWithChaosMonkey{code}

results in the table IntegrationTestBigLinkedListWithChaosMonkey being created. 
 However here's what's in the table:

{code}
hbase(main):001:0> describe 'IntegrationTestBigLinkedListWithChaosMonkey'
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in 
[jar:file:/opt/hbase/jenkins-hbase-095-99/lib/slf4j-log4j12-1.6.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in 
[jar:file:/opt/hadoop/hadoop-2.0.4-alpha/share/hadoop/common/lib/slf4j-log4j12-1.6.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
DESCRIPTION                                                                     
                                                   ENABLED                      
                                          
 'IntegrationTestBigLinkedListWithChaosMonkey', {NAME => 'meta', 
DATA_BLOCK_ENCODING => 'NONE', BLOOMFILTER => 'ROW', REPLICATION_ true          
                                                         
 SCOPE => '0', VERSIONS => '1', COMPRESSION => 'NONE', MIN_VERSIONS => '0', TTL 
=> '2147483647', KEEP_DELETED_CELLS => 'false', BL                              
                                          
 OCKSIZE => '65536', IN_MEMORY => 'false', ENCODE_ON_DISK => 'true', BLOCKCACHE 
=> 'true'}                                                                      
                                          
1 row(s) in 1.5600 seconds

hbase(main):002:0> scan 'IntegrationTestBigLinkedListWithChaosMonkey'
ROW                                                 COLUMN+CELL                 
                                                                                
                                          
0 row(s) in 0.0300 seconds

{code}

I would bet that it's another config issue with yarn not picking up configs if 
it's out of process.
                
> IntegrationTestBigLinkedListWithChaosMonkey uses the wrong table name
> ---------------------------------------------------------------------
>
>                 Key: HBASE-8637
>                 URL: https://issues.apache.org/jira/browse/HBASE-8637
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>            Reporter: Elliott Clark
>
> IntegrationTestBigLinkedListWithChaosMonkey creates a table named 
> IntegrationTestBigLinkedListWithChaosMonkey but when inserting data it 
> doesn't insert any data into it.

--
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