摘要: /** * Created by liuguangxin on 2018/4/26. * */ object ExecutionUtils { def execute(command: String, maps: util.Map[String, Object]): DataFrame = { val jexlEngine = new JexlEngine() ... 阅读全文
posted @ 2018-07-23 14:16 bf378 阅读(114) 评论(0) 推荐(0) 编辑