Skip to content

Commit

Permalink
Merge pull request #8 from huafengw/update
Browse files Browse the repository at this point in the history
fix #6 update HBaseSink
  • Loading branch information
clockfly committed Jan 28, 2016
2 parents 39c90f5 + ebbe35a commit 9dc8efd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<artifactId>streaming-java-template</artifactId>
<version>1.2-SNAPSHOT</version>
<properties>
<gearpumpVersion>0.6.2-SNAPSHOT</gearpumpVersion>
<gearpumpVersion>0.7.5</gearpumpVersion>
</properties>


Expand Down
2 changes: 1 addition & 1 deletion src/main/java/kafka/HBaseSinkTask.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public HBaseSinkTask(TaskContext taskContext, UserConfig userConf) {
hbaseConf.set(ZOOKEEPER_QUORUM, zkQuorum);


sink = new HBaseSink(tableName, hbaseConf);
sink = new HBaseSink(userConf, tableName, hbaseConf);
}

@Override
Expand Down

0 comments on commit 9dc8efd

Please sign in to comment.