Package org.apache.hadoop.hbase.client
Class TestFromClientSideNoCodec
java.lang.Object
org.apache.hadoop.hbase.client.TestFromClientSideNoCodec
@Tag("org.apache.hadoop.hbase.testclassification.MediumTests") @Tag("org.apache.hadoop.hbase.testclassification.ClientTests")
public class TestFromClientSideNoCodec
extends Object
Do some ops and prove that client and server can work w/o codecs; that we can pb all the time.
Good for third-party clients or simple scripts that want to talk direct to hbase.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate TableNameTestExtensionprivate static final HBaseTestingUtil -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic voidvoidvoid
-
Field Details
-
TEST_UTIL
-
name
-
-
Constructor Details
-
TestFromClientSideNoCodec
public TestFromClientSideNoCodec()
-
-
Method Details
-
setUpBeforeClass
- Throws:
Exception
-
tearDownAfterClass
- Throws:
Exception
-
testBasics
- Throws:
IOException
-
testNoCodec
-