Github user greghogan commented on a diff in the pull request:

    https://github.com/apache/flink/pull/3992#discussion_r118728159
  
    --- Diff: 
flink-connectors/flink-hbase/src/test/java/org/apache/flink/addons/hbase/example/HBaseWriteStreamExample.java
 ---
    @@ -17,27 +17,27 @@
     
     package org.apache.flink.addons.hbase.example;
     
    -import java.io.IOException;
    -
     import org.apache.flink.api.common.io.OutputFormat;
     import org.apache.flink.configuration.Configuration;
     import org.apache.flink.streaming.api.datastream.DataStream;
     import 
org.apache.flink.streaming.api.environment.StreamExecutionEnvironment;
     import org.apache.flink.streaming.api.functions.source.SourceFunction;
    +
     import org.apache.hadoop.hbase.HBaseConfiguration;
     import org.apache.hadoop.hbase.client.HTable;
     import org.apache.hadoop.hbase.client.Put;
     import org.apache.hadoop.hbase.util.Bytes;
     
    +import java.io.IOException;
    +
     /**
    - * 
      * This is an example how to write streams into HBase. In this example the
      * stream will be written into a local Hbase but it is possible to adapt 
this
      * example for an HBase running in a cloud. You need a running local HBase 
with a
      * table "flinkExample" and a column "entry". If your HBase configuration 
does
      * not fit the hbase-site.xml in the resource folder then you gave to 
delete temporary this
      * hbase-site.xml to execute the example properly.
    - * 
    + *
    --- End diff --
    
    Empty line.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to