3.1 单一 job 案例
步骤1: 创建 job 文件
注意, job 文件必须是以 job结尾.
first.job
# this is my first job
type=command
command=echo "azkaban: first job"
步骤2: 使用 zip 对 job 文件打包
注意: 这里必须使用 zip 进行打包.
zip first.zip first.job
步骤3: 把 zip 文件传递到 window 系统
步骤4: 在 web 界面创建项目
