apache flink mac에 install 해보기
(base) LM-SEL-16517004:bin mgim$ ./start-cluster.sh
Starting cluster.
Starting standalonesession daemon on host LM-SEL-16517004.
Starting taskexecutor daemon on host LM-SEL-16517004.
(base) LM-SEL-16517004:bin mgim$
4. 문제없이 실행될 경우 아래 URL에서 UI를 확인 할 수 있다.
http://localhost:8081/#/overview
(base) LM-SEL-16517004:Desktop mgim$ flink run -c WordCount wordcount-1.0-SNAPSHOT.jar
Job has been submitted with JobID 4064689d15308387f381999c4923c9fc
Program execution finished
Job with JobID 4064689d15308387f381999c4923c9fc has finished.
Job Runtime: 71 ms
Accumulator Results:
- 5d8021d833abff0dfa34b0e3d5469c7f (java.util.ArrayList) [26 elements]
(a,1)
(against,1)
(and,1)
(arms,1)
(arrows,1)
(be,2)
(fortune,1)
(in,1)
(is,1)
(mind,1)
(nobler,1)
(not,1)
(of,2)
(or,2)
(outrageous,1)
(question,1)
(sea,1)
(slings,1)
(suffer,1)
(take,1)
(that,1)
(the,3)
(tis,1)
(to,4)
(troubles,1)
(whether,1)
명령줄이 아닌 WEB UI를 통하여 하는 방법은 jar파일을 그대로 올린 다음 submit을 하면 된다. 안타까운 점은 위에서는 print한 것이 화면에 출력되었으나 UI를 통하여 업로드를 하면 로그상에는 print 결과값이 보이지 않는다는 점이다.
댓글
댓글 쓰기