随笔分类 -  bigdata

摘要:根据自己输入的日期格式,选择对应的code 转: http://bigdataprogrammers.com/string-date-conversion-hive/ 阅读全文
posted @ 2019-04-11 12:09 剑未佩妥出门已是江湖 阅读(4406) 评论(0) 推荐(0)
摘要:1.在scala内部执行Linux命令 // 必须引入,否则报错 import scala.sys.process._ object linux_test { def main(args: Array[String]): Unit = { val tt = "test@163.com" val ti 阅读全文
posted @ 2019-02-28 20:03 剑未佩妥出门已是江湖 阅读(990) 评论(0) 推荐(1)