Apache Flink Tutorial
Selected Reading
- Apache Flink - Discussion
- Apache Flink - Useful Resources
- Apache Flink - Quick Guide
- Apache Flink - Conclusion
- Apache Flink - Flink vs Spark vs Hadoop
- Apache Flink - Use Cases
- Apache Flink - Machine Learning
- Apache Flink - Libraries
- Apache Flink - Running a Flink Program
- Creating a Flink Application
- Apache Flink - Table API and SQL
- Apache Flink - API Concepts
- Apache Flink - Setup/Installation
- Apache Flink - System Requirements
- Apache Flink - Architecture
- Apache Flink - Introduction
- Batch vs Real-time Processing
- Apache Flink - Big Data Platform
- Apache Flink - Home
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Apache Flink - Setup/Installation
Apache Fpnk - Setup/Installation
Before the start with the setup/ installation of Apache Fpnk, let us check whether we have Java 8 installed in our system.
Java - version
We will now proceed by downloading Apache Fpnk.
wget http://mirrors.estointernet.in/apache/fpnk/fpnk-1.7.1/fpnk-1.7.1-bin-scala_2.11.tgz
Now, uncompress the tar file.
tar -xzf fpnk-1.7.1-bin-scala_2.11.tgz
Go to Fpnk s home directory.
cd fpnk-1.7.1/
Start the Fpnk Cluster.
./bin/start-cluster.sh
Open the Mozilla browser and go to the below URL, it will open the Fpnk Web Dashboard.
http://localhost:8081
This is how the User Interface of Apache Fpnk Dashboard looks pke.
Now the Fpnk cluster is up and running.
Advertisements