Skip to content

Instantly share code, notes, and snippets.

View RebieKong's full-sized avatar
🎯
Focusing

RebieKong RebieKong

🎯
Focusing
View GitHub Profile
@RebieKong
RebieKong / YarnLauncher.java
Created July 22, 2019 09:40
Java代码中提交spark cluster任务
package io.github.spafka.yarn;
import org.apache.spark.launcher.SparkAppHandle;
import org.apache.spark.launcher.SparkLauncher;
import java.util.HashMap;
/**
*