行到水穷处,坐看云起时
发布时间:2015-05-09 17:50:14
最近把集群spark版本从1.2升级到了1.3.1,运行完任务后,在master ui 界面查看日志,一直显示Application history not found Application xxx is still in progress。查看任务日志,发现有以下异常:ERROR scheduler.LiveListenerBus: Listener EventLoggingListener threw an exceptionjava.l.........【阅读全文】
发布时间:2015-03-23 09:11:26
def updateTableRows(tableName : String, rdd : RDD[_]){ rdd.foreachPartition(p => { var conn:Connection = null try{ conn .........【阅读全文】