[ https://issues.apache.org/jira/browse/HBASE-9251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13743407#comment-13743407 ]
Hudson commented on HBASE-9251: ------------------------------- SUCCESS: Integrated in HBase-TRUNK-on-Hadoop-2.0.0 #685 (See [https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/685/]) HBASE-9251. list_namespace_tables seems to fail (apurtell: rev 1515185) * /hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java * /hbase/trunk/hbase-server/src/test/ruby/hbase/admin_test.rb > list_namespace_tables seems to fail > ----------------------------------- > > Key: HBASE-9251 > URL: https://issues.apache.org/jira/browse/HBASE-9251 > Project: HBase > Issue Type: Bug > Affects Versions: 0.95.2 > Reporter: Devaraj Das > Assignee: Andrew Purtell > Fix For: 0.98.0, 0.95.3 > > Attachments: 9251.patch > > > I was trying the RC0 of 0.95.2. and was on the shell trying to list tables in > a namespace. I tried listing tables in the 'hbase' namespace and in a > namespace I created. The listing fails: > {noformat} > hbase(main):008:0> list_namespace_tables 'hbase' > TABLE > ERROR: org.apache.hadoop.hbase.client.RetriesExhaustedException: Failed after > attempts=7, exceptions: > Fri Aug 16 17:47:17 UTC 2013, > org.apache.hadoop.hbase.client.RpcRetryingCaller@2313b44d, > org.apache.hadoop.hbase.ipc.RemoteWithExtrasException(java.io.IOException): > java.io.IOException: Illegal character <58> at 5. User-space table qualifiers > can only contain 'alphanumeric characters': i.e. [a-zA-Z_0-9-.]: hbase:meta > at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:2194) > at > org.apache.hadoop.hbase.ipc.RpcServer$Handler.run(RpcServer.java:1861) > Caused by: java.lang.IllegalArgumentException: Illegal character <58> at 5. > User-space table qualifiers can only contain 'alphanumeric characters': i.e. > [a-zA-Z_0-9-.]: hbase:meta > at > org.apache.hadoop.hbase.TableName.isLegalTableQualifierName(TableName.java:155) > at > org.apache.hadoop.hbase.TableName.isLegalTableQualifierName(TableName.java:125) > at org.apache.hadoop.hbase.TableName.finishValueOf(TableName.java:249) > at org.apache.hadoop.hbase.TableName.valueOf(TableName.java:242) > at > org.apache.hadoop.hbase.master.HMaster.listTableNamesByNamespace(HMaster.java:3130) > at > org.apache.hadoop.hbase.master.HMaster.listTableNamesByNamespace(HMaster.java:3063) > at > org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos$MasterAdminService$2.callBlockingMethod(MasterAdminProtos.java:27764) > at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:2156) > ... 1 more > {noformat} -- 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