Skip to content
This repository has been archived by the owner on Jun 16, 2023. It is now read-only.

fix : allow to submit more topos #423

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

Fengdada
Copy link

@Fengdada Fengdada commented Feb 4, 2017

允许提交多个TOPO。
注释静态变量:private static String submittedJar = null;
同理,考虑到可能修改TOPO的jar包,重新提交topo,所以注释掉静态变量的引用:
private static void submitJar(NimbusClient client, Map conf) {
String submittedJar = null;
//if (submittedJar == null) {
此处逻辑不变
//}
//else{
//}
}

@CLAassistant
Copy link

CLAassistant commented Feb 4, 2017

CLA assistant check
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


冯开霞00024505 seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

@unsleepy22
Copy link
Contributor

CLA需要签署一下

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants