Skip to content

Commit

Permalink
0004255: HBase data loader using HBase client API
Browse files Browse the repository at this point in the history
  • Loading branch information
jumpmind-josh committed Jan 29, 2020
1 parent 34c19f0 commit 58ae24f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -31,7 +31,7 @@ public HbaseDatabaseWriter(String hbaseSiteXmlPath) {
protected void setup() {
try {
if (config == null) {
Configuration config = HBaseConfiguration.create();
config = HBaseConfiguration.create();
config.addResource(new Path(this.hbaseSiteXmlPath));
}

Expand Down

0 comments on commit 58ae24f

Please sign in to comment.