spark-submit提交streaming任务
摘要:#!/bin/bash master="yarn-cluster" current=`cd $(dirname $0)/../;pwd` yarn application -kill `yarn application -list | grep HwSwOneMinJob | awk '{print
阅读全文
posted @
2021-10-27 16:38
架构艺术
阅读(305)
推荐(0)
maven打包zip包含bin下启动脚本
摘要:在idea上测试有效: pom.xml打包 <build> <sourceDirectory>src/main/scala</sourceDirectory> <testSourceDirectory>src/test/scala</testSourceDirectory> <resources>
阅读全文
posted @
2021-10-27 16:33
架构艺术
阅读(285)
推荐(0)