Fix failing TestShell, needs same addendum as HBASE-4815 got
------------------------------------------------------------

                 Key: HBASE-4828
                 URL: https://issues.apache.org/jira/browse/HBASE-4828
             Project: HBase
          Issue Type: Bug
            Reporter: stack


Do this:

{code}
Index: src/test/java/org/apache/hadoop/hbase/client/TestShell.java
===================================================================
--- src/test/java/org/apache/hadoop/hbase/client/TestShell.java (revision 
1204082)
+++ src/test/java/org/apache/hadoop/hbase/client/TestShell.java (working copy)
@@ -45,6 +45,7 @@
   @BeforeClass
   public static void setUpBeforeClass() throws Exception {
     // Start mini cluster
+    
TEST_UTIL.getConfiguration().setBoolean("hbase.online.schema.update.enable", 
true);
     TEST_UTIL.getConfiguration().setInt("hbase.regionserver.msginterval", 100);
     TEST_UTIL.getConfiguration().setInt("hbase.client.pause", 250);
     TEST_UTIL.getConfiguration().setInt("hbase.client.retries.number", 6);
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to