Skip to content
Snippets Groups Projects
Commit 386786fe authored by dogfooter's avatar dogfooter
Browse files

add: Print utility instead of Logger

parent 9c0e02b6
Branches
No related tags found
No related merge requests found
......@@ -78,8 +78,8 @@ class NaiveRunningTask {
val RDD_ALL_JOINED = RDD_JOIN_RULE_5.union(RDD_JOIN_RULE_11).union(RDD_JOIN_RULE_7).union(RDD_JOIN_RULE_2_3).union(
RDD_JOIN_RULE_9)
logger.warn(System.currentTimeMillis())
PrintUtility.Print("Join Start" + System.currentTimeMillis())
// RDD_ALL_JOINED.map(spo => spo.mkString("\t")).saveAsTextFile("/result/"+ now + instanceNum)
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment