码迷,mamicode.com
首页 >  
搜索关键字:filesystem    ( 829个结果
HDFS文件创建流程
文件夹的创建是一个相对简单的过程,主要是通过FileSystem中的mkdirs()方法,这个方法在DFSClient实例中调用同名方法mkdirs(),通过Hadoop本身的RPC机制调用Namenode的mkdirs()方法,最终这个调用PUSH到FSNameSystem的mkdirsInternal方法,这个方法主要就是检验访问权限,最后通过FSDirectory的unprotectedMk...
分类:其他好文   时间:2015-05-26 18:52:19    阅读次数:244
Setting up a Mac OS build environment
In a default installation, Mac OS runs on a case-preserving but case-insensitive filesystem. This type of filesystem is not supported by git and wil.....
分类:系统相关   时间:2015-05-26 12:05:19    阅读次数:525
Hadoop之——MapReduce实战(三)
本文提供一个以Hadoop MapReduce方式统计文本中每个单词的数量的例子,不多说,直接上代码 package com.lyz.hadoop.count; import java.net.URI; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.fs.FileSystem; import org...
分类:其他好文   时间:2015-05-26 00:20:27    阅读次数:284
Hadoop之——FileSystem与NameNode通信示意图
转载请注明出处:http://blog.csdn.net/l1028386804/article/details/45935387...
分类:其他好文   时间:2015-05-23 16:54:01    阅读次数:123
SyncTrayzor -- Windows tray utility / filesystem watcher / launcher for syncthing
SyncTrayzor is a little tray utility forSyncthingon Windows.It hosts and wraps Syncthing, making it behave more like a native Windows applicationand l...
分类:Windows程序   时间:2015-05-21 17:11:02    阅读次数:1583
从零单排Linux – 3 – 目录结构
从零单排Linux – 3 – 目录结构1、FHS标准(filesystem hierarchy standard)why? –> 为了规范,还有为了linux的发展重点 –> 规范每个特定目录下应该要放置什么样的数据what? –> 定义了三层目录下应该放置什么数据{1. / 根目录:放置与开机系...
分类:系统相关   时间:2015-05-17 12:07:12    阅读次数:160
首次编译TI Android JB-4.2.2-DevKit-4.1.1的时候提示jdk版本不对
http://processors.wiki.ti.com/index.php/TI-Android-JB-4.2.2-DevKit-4.1.1_DeveloperGuide#Configure_Android_filesystem_build_for_WL18xx提示进行编译内核的时候,出现了jd...
分类:移动开发   时间:2015-05-15 19:44:38    阅读次数:141
hadoop 学习(四)之java操作hdfs
1、导入hadoop jar包将hadoop/share/common/目录、hadoop/share/common/lib/目录、hadoop/hdfs/目录、下的jar包加入eclipse。2、开始编码调用static FileSystem fs=null; public static ...
分类:编程语言   时间:2015-05-12 08:05:45    阅读次数:131
buildroot-2015.05-rc1 择记
? images/ where all the images (kernel image, bootloader and root filesystem images) are stored. These are the files you needto put on your target sys...
分类:其他好文   时间:2015-05-08 12:51:52    阅读次数:150
facl讲解
facl:Filesystem Access Control List 利用文件扩展保存额外的访问权限         setfacl                 -m:设定                         u:UID:perm                         g:GID:perm                         setfacl ...
分类:其他好文   时间:2015-05-08 09:31:30    阅读次数:137
829条   上一页 1 ... 60 61 62 63 64 ... 83 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!