Does flink require hdfs to run? I know you can use hdfs to checkpoint and process files in a distributed fashion. So can flink run standalone without hdfs?
On Thu, Sep 3, 2015 at 8:57 PM, Jerry Peng <[hidden email]> wrote:
Hello,
Does flink require hdfs to run? I know you can use hdfs to checkpoint and process files in a distributed fashion. So can flink run standalone without hdfs?
Also the checkpointing can put state into any file system, like S3, or a Unix file system (like a NAS or Amazon EBS), or even Tachyon.
Greetings,
Stephan
On Thu, Sep 3, 2015 at 8:57 PM, Jerry Peng <[hidden email]> wrote:
Hello,
Does flink require hdfs to run? I know you can use hdfs to checkpoint and process files in a distributed fashion. So can flink run standalone without hdfs?
On Fri, Sep 4, 2015 at 1:57 AM, Jerry Peng <[hidden email]> wrote:
Hello,
Does flink require hdfs to run? I know you can use hdfs to checkpoint and process files in a distributed fashion. So can flink run standalone without hdfs?
If you don't want to use Hadoop, simply pick _any_ Flink version. We recommend the Hadoop 1 version because it contains the least dependencies, i.e. you need to download less and the installation occupies less space. Other than that, it doesn't really matter if you don't use the HDFS functionality, i.e. you don't access hdfs:// paths.
Cheers,
Max
On Fri, Sep 4, 2015 at 10:08 AM, Welly Tambunan <[hidden email]> wrote:
On Fri, Sep 4, 2015 at 1:57 AM, Jerry Peng <[hidden email]> wrote:
Hello,
Does flink require hdfs to run? I know you can use hdfs to checkpoint and process files in a distributed fashion. So can flink run standalone without hdfs?