Commit eb48c17e by guos

会员标签4.0

parent e5e57987
......@@ -16,7 +16,7 @@ import java.util.List;
public class SparkTagProcessByEnterpriseId {
public static void main(String[] args){
if (args == null || args.length < 4) {
if (args == null || args.length < 3) {
System.err.println("invalidate input params:");
System.err.println("1.is production: true/false");
System.err.println("2.extract data: true/false");
......
......@@ -16,7 +16,7 @@ import java.util.List;
public class SparkTagProcessByTagGroupId {
public static void main(String[] args){
if (args == null || args.length < 4) {
if (args == null || args.length < 3) {
System.err.println("invalidate input params:");
System.err.println("1.is production: true/false");
System.err.println("2.extract data: true/false");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment