This section describes how to develop an MRS Flink job on DataArts Factory. Use an MRS Flink job to count the number of words.
In this example, upload WordCount.jar to lkj_test/WordCount.jar and word.txt to lkj_test/input/word.txt.
Parameter descriptions:
--Flink job name wordcount --MRS cluster name Select an MRS cluster. --Program parameter -c org.apache.flink.streaming.examples.wordcount.WordCount --Flink job resource package wordcount --Input data path obs://dlf-beijing2/lkj_test/input/word.txt --Output data path obs://dlf-beijing2/lkj_test/output.txt
Specifically:
obs://dlf-beijing2/lkj_test/input/word.txt is the directory where the wordcount.jar parameters are passed. You can pass the words to count.
obs://dlf-beijing2/lkj_test/output.txt is the directory where the output parameter file is stored. (If the output.txt file already exists, an error is reported.)