ApacheFlink是高效和分布式的通用数据处理平台,是一个流批一体分析引擎。
ApacheFlink声明式的数据分析开源系统,结合了分布式MapReduce类平台的高效,灵活的编程和扩展性。同时在并行数据库发现查询优化方案。
要求Unix类环境(Linux,MacOSX,Cygwin)
git
Maven(atleastversion3.0.4)
Java6,7or8(NotethatOracle'sJDK6librarywillfailtobuildFlink,butisabletorunapre-compiledpackagewithoutproblem)
git clone https://github.com/apache/incubator-flink.gitcd incubator-flinkmvn clean package -DskipTests # this will take up to 5 minutes
评论