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

    https://github.com/apache/flink/pull/2330#discussion_r79477173
  
    --- Diff: 
flink-batch-connectors/flink-hbase/src/test/resources/log4j-test.properties ---
    @@ -15,9 +15,16 @@
     # specific language governing permissions and limitations
     # under the License.
     
    -log4j.rootLogger=${hadoop.root.logger}
    -hadoop.root.logger=INFO,console
    -log4j.appender.console=org.apache.log4j.ConsoleAppender
    -log4j.appender.console.target=System.err
    -log4j.appender.console.layout=org.apache.log4j.PatternLayout
    -log4j.appender.console.layout.ConversionPattern=%d{yy/MM/dd HH:mm:ss} %p 
%c{2}: %m%n
    +log4j.rootLogger=DEBUG, stdout, file
    +log4j.appender.stdout=org.apache.log4j.ConsoleAppender
    +log4j.appender.stdout.Target=System.out
    +log4j.appender.stdout.threshold=INFO
    +log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
    +log4j.appender.stdout.layout.ConversionPattern=%d{ABSOLUTE} %-5p 
%30c{1}:%4L - %m%n
    +## file appender
    --- End diff --
    
    Can you remove the file appender configuration? This creates a 3.5 MB file 
and make the test heavier. We are suffering from long build times and try to 
keep new tests as lightweight as possible. Thanks


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to