关于共同好友查找的多job串联 azkaban执行
源文件1.job
type=command
command=/opt/model/hadoop-2.8.4/bin/hadoop jar /opt/model/aztest/itstar-1.0-SNAPSHOT.jar com.bigdata.friends.friends1.FriendsMain1 /wordcount/friends.txt /wordcount/wordcount1
源文件2.job
type=command
command=/opt/model/hadoop-2.8.4/bin/hadoop jar /opt/model/aztest/itstar-1.0-SNAPSHOT.jar com.bigdata.friends.friends2.Friends2Main /wordcount/wordcount1/part-r-00000 /wordcount/wordcount2
dependencies=1
azkaban运行效果图
job1运行结果图
job2运行结果图