BAEL-21730: Migrate hbase to com.baeldung

This commit is contained in:
Krzysiek
2020-02-08 11:30:26 +01:00
parent 53222404f8
commit 0f08f57f94
3 changed files with 3 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
### Relevant articles
- [HBase with Java](http://www.baeldung.com/hbase)
- [HBase with Java](https://www.baeldung.com/hbase)

View File

@@ -1,4 +1,4 @@
package org.baeldung.hbase;
package com.baeldung.hbase;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.hbase.HColumnDescriptor;

View File

@@ -1,4 +1,4 @@
package org.baeldung.hbase;
package com.baeldung.hbase;
import com.google.protobuf.ServiceException;