We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20ad049 commit c3ac599Copy full SHA for c3ac599
hbase-shell/src/test/java/org/apache/hadoop/hbase/client/TestKeymetaMockProviderShell.java
@@ -38,9 +38,10 @@ public class TestKeymetaMockProviderShell extends ManagedKeyTestBase implements
38
private final ScriptingContainer jruby = new ScriptingContainer();
39
40
@Before
41
+ @Override
42
public void setUp() throws Exception {
- final Configuration conf = TEST_UTIL.getConfiguration();
43
// Enable to be able to debug without timing out.
44
+ // final Configuration conf = TEST_UTIL.getConfiguration();
45
// conf.set("zookeeper.session.timeout", "6000000");
46
// conf.set("hbase.rpc.timeout", "6000000");
47
// conf.set("hbase.rpc.read.timeout", "6000000");
0 commit comments