BAEL-21730: Migrate hbase to com.baeldung
This commit is contained in:
parent
c4ca9fc8d6
commit
4d9d171bb8
|
@ -1,3 +1,3 @@
|
||||||
### Relevant articles
|
### Relevant articles
|
||||||
|
|
||||||
- [HBase with Java](http://www.baeldung.com/hbase)
|
- [HBase with Java](https://www.baeldung.com/hbase)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package org.baeldung.hbase;
|
package com.baeldung.hbase;
|
||||||
|
|
||||||
import org.apache.hadoop.conf.Configuration;
|
import org.apache.hadoop.conf.Configuration;
|
||||||
import org.apache.hadoop.hbase.HColumnDescriptor;
|
import org.apache.hadoop.hbase.HColumnDescriptor;
|
|
@ -1,4 +1,4 @@
|
||||||
package org.baeldung.hbase;
|
package com.baeldung.hbase;
|
||||||
|
|
||||||
|
|
||||||
import com.google.protobuf.ServiceException;
|
import com.google.protobuf.ServiceException;
|
Loading…
Reference in New Issue