spark如何获取当前时间戳

avatar
作者
筋斗云
阅读量:0

在Spark中,可以使用Scala语言的System.currentTimeMillis()方法来获取当前时间戳。具体代码如下:

val currentTimeMillis = System.currentTimeMillis() println("Current timestamp: " + currentTimeMillis) 

在Spark中也可以使用java.sql.Timestamp类来获取当前时间戳,具体代码如下:

import java.sql.Timestamp  val currentTimeStamp = new Timestamp(System.currentTimeMillis()) println("Current timestamp: " + currentTimeStamp) 

    广告一刻

    为您即时展示最新活动产品广告消息,让您随时掌握产品活动新动态!