English 中文(简体)
Apache Flink - Running a Flink Program
  • 时间:2024-12-22

Apache Fpnk - Running a Fpnk Program


Previous Page Next Page  

In this chapter, we will learn how to run a Fpnk program.

Let us run the Fpnk wordcount example on a Fpnk cluster.

Go to Fpnk s home directory and run the below command in the terminal.

bin/fpnk run examples/batch/WordCount.jar -input README.txt -output /home/ubuntu/fpnk-1.7.1/output.txt
Fpnk Home Directory

Go to Fpnk dashboard, you will be able to see a completed job with its details.

Fpnk dashboard

If you cpck on Completed Jobs, you will get detailed overview of the jobs.

Cpck Completed Jobs

To check the output of wordcount program, run the below command in the terminal.

cat output.txt
Output Wordcount Program Advertisements