spark-md5:spark.end(); The resul
2019-08-20 本文已影响0人
不困于情
worng code: spark.end()
executed twice
console.log(spark.end())
callBack(spark.end())
true code:
tmp_md5 = spark.end()
callBack(tmp_md5)
I found that the results after two executions are different.
the executions code is spark.end()