2014年4月14日

python 文件及文件夹操作

摘要: python 文件、目录操作(新增、移动、删除等)python 文件夹与文件操作mport string, os, sysdir = '/var'print '----------- no sub dir'files = os.listdir(dir)for f in files: print... 阅读全文

posted @ 2014-04-14 16:47 雨渐渐 阅读(391) 评论(0) 推荐(0) 编辑

hadoop 学习笔记 (十) mapreduce2.0

摘要: MapReduce的特色---不擅长的方面》实时计算 像mysql一样,在毫秒级或者秒级内返回结果》流式计算 Mapreduce的输入数据时静态的,不能动态变化 MapReduce自身的设计特点决定了数据源必须是静态的。》DAG计算 多个应用程序存在依赖关系,后一个应用程序的... 阅读全文

posted @ 2014-04-14 09:13 雨渐渐 阅读(164) 评论(0) 推荐(0) 编辑

导航