Enis Soztutar created HBASE-9957:
------------------------------------

             Summary: [WINDOWS] TestNamespaceUpgrade fails on windows
                 Key: HBASE-9957
                 URL: https://issues.apache.org/jira/browse/HBASE-9957
             Project: HBase
          Issue Type: Bug
            Reporter: Enis Soztutar
            Assignee: Enis Soztutar
             Fix For: 0.98.0, 0.96.1


TestNamespaceUpgrade and TestUpgradeTo96 fails on windows because of .META. 
name is converted to .META on local NTFS file system on windows. This is only 
relevant for 0.94 -> 0.96 upgrade tests. See HBASE-6818. 

{code}
org.apache.hadoop.hbase.migration.TestNamespaceUpgrade.org.apache.hadoop.hbase.migration.TestNamespaceUpgrade

Illegal first character <46> at 0. Namespaces can only start with alphanumeric 
characters': i.e. [a-zA-Z_0-9]: .META
Stacktrace

java.lang.IllegalArgumentException: Illegal first character <46> at 0. 
Namespaces can only start with alphanumeric characters': i.e. [a-zA-Z_0-9]: 
.META
        at 
org.apache.hadoop.hbase.TableName.isLegalTableQualifierName(TableName.java:153)
        at 
org.apache.hadoop.hbase.TableName.isLegalTableQualifierName(TableName.java:133)
        at 
org.apache.hadoop.hbase.TableName.isLegalFullyQualifiedTableName(TableName.java:124)
{code}



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to