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

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

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

    https://github.com/apache/flink/pull/1617#discussion_r52466304
  
    --- Diff: 
flink-contrib/flink-statebackend-redis/src/test/java/org/apache/flink/contrib/streaming/state/RedisStateBackendTest.java
 ---
    @@ -0,0 +1,60 @@
    +/*
    + * Licensed to the Apache Software Foundation (ASF) under one
    + * or more contributor license agreements.  See the NOTICE file
    + * distributed with this work for additional information
    + * regarding copyright ownership.  The ASF licenses this file
    + * to you under the Apache License, Version 2.0 (the
    + * "License"); you may not use this file except in compliance
    + * with the License.  You may obtain a copy of the License at
    + *
    + *     http://www.apache.org/licenses/LICENSE-2.0
    + *
    + * Unless required by applicable law or agreed to in writing, software
    + * distributed under the License is distributed on an "AS IS" BASIS,
    + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    + * See the License for the specific language governing permissions and
    + * limitations under the License.
    + */
    +
    +package org.apache.flink.contrib.streaming.state;
    +
    +import com.google.common.io.Resources;
    +import org.apache.commons.io.FileUtils;
    +import org.apache.flink.configuration.ConfigConstants;
    +import org.apache.flink.runtime.state.StateBackendTestBase;
    +import org.apache.flink.runtime.state.memory.MemoryStateBackend;
    +import org.apache.flink.util.NetUtils;
    +
    +import java.io.File;
    +import java.io.IOException;
    +import java.nio.file.Files;
    --- End diff --
    
    Remove unused imports: Files, Path, Paths, PosixFilePermission, HashSet


> Redis as State Backend
> ----------------------
>
>                 Key: FLINK-3035
>                 URL: https://issues.apache.org/jira/browse/FLINK-3035
>             Project: Flink
>          Issue Type: New Feature
>          Components: Streaming
>            Reporter: Matthias J. Sax
>            Assignee: Subhobrata Dey
>            Priority: Minor
>
> Add Redis as a state backend for distributed snapshots.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to