You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kudu.apache.org by "Mike Percy (Code Review)" <ge...@cloudera.org> on 2016/04/21 11:55:24 UTC

[kudu-CR] Fix typo in comment in Flume sink

Hello Jean-Daniel Cryans,

I'd like you to do a code review.  Please visit

    http://gerrit.cloudera.org:8080/2831

to review the following change.

Change subject: Fix typo in comment in Flume sink
......................................................................

Fix typo in comment in Flume sink

Also clarify some of the error handling semantics since this is a prime
example of Java client error handling that we can point people to.

Change-Id: Ibf61798e804df0b4988bb95620ca0180d97ebfe5
---
M java/kudu-flume-sink/src/main/java/org/kududb/flume/sink/KuduSink.java
1 file changed, 10 insertions(+), 6 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/31/2831/1
-- 
To view, visit http://gerrit.cloudera.org:8080/2831
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibf61798e804df0b4988bb95620ca0180d97ebfe5
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Mike Percy <mp...@apache.org>
Gerrit-Reviewer: Jean-Daniel Cryans