[ 
https://issues.apache.org/jira/browse/FLINK-6711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16026437#comment-16026437
 ] 

ASF GitHub Bot commented on FLINK-6711:
---------------------------------------

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.


> Activate strict checkstyle for flink-connectors
> -----------------------------------------------
>
>                 Key: FLINK-6711
>                 URL: https://issues.apache.org/jira/browse/FLINK-6711
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Batch Connectors and Input/Output Formats, Streaming 
> Connectors
>            Reporter: Chesnay Schepler
>            Assignee: Chesnay Schepler
>             Fix For: 1.4.0
>
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to