码迷,mamicode.com
首页 > 其他好文 > 详细

learning scala read from file

时间:2019-01-30 18:39:36      阅读:144      评论:0      收藏:0      [点我收藏+]

标签:spark   empty   nbsp   get   mfile   nes   rom   dong   learn   

scala读文件:

    example:

scala> import scala.io.Source
import scala.io.Source

scala> var inputFile = Source.fromFile("text.txt")
inputFile: scala.io.BufferedSource = non-empty iterator

scala> for ( line <- inputFile.getLines()) println(line)
hello panzidong
spark is good

scala> inputFile.close()

learning scala read from file

标签:spark   empty   nbsp   get   mfile   nes   rom   dong   learn   

原文地址:https://www.cnblogs.com/lianghong881018/p/10338992.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!