搜索资源列表
hdfs-webdav
- 将Hadoop分布式文件系统以NFS形式进行挂载-The Hadoop distributed file system NFS mounted form
hdfs-over-ftp-hadoop-0.20.0
- 在hadoop分布式文件系统上实现ftp 服务-Hadoop distributed file system in the ftp services to achieve
hdfs-OPERATE
- 自己开发的通过http方式实现hadoop分布式文件系统 文件 上传/下载 功能-Their development be achieved through http hadoop distributed file system file upload/download
hadoop-0.1.0.tar
- Hadoop是一个用于运行应用程序在大型集群的廉价硬件设备上的框架。Hadoop为应用程序透明的提供了一组稳定/可靠的接口和数据运动。在 Hadoop中实现了Google的MapReduce算法,它能够把应用程序分割成许多很小的工作单元,每个单元可以在任何集群节点上执行或重复执行。此外,Hadoop还提供一个分布式文件系统用来在各个计算节点上存储数据,并提供了对数据读写的高吞吐率。由于应用了map/reduce和分布式文件系统使得Hadoop框架具有高容错性,它会自动处理失败节点。已经在具有60
hadoop_the_definitive_guide
- hadoop_the_definitive_guide 详细介绍了Mapreduce、hdfs、Pig等实现与开发技术,是云计算的一本不错的参考资料-hadoop_the_definitive_guide described in detail Mapreduce, hdfs, Pig, etc. realization and development of technology, cloud computing is a good reference
Pro_Hadoop
- 简介了分布式计算开源框架Hadoop。 Hadoop框架中最核心的设计就是:MapReduce和hdfs。MapReduce的思想是由Google的一篇论文所提及而被广为流传的,简单的一句话解释MapReduce就是“任务的分解与结果的汇总”。hdfs是Hadoop分布式文件系统(Hadoop Distributed File System)的缩写,为分布式计算存储提供了底层支持。-Introduction of a distributed system Hadoop.
hdfs_API
- 适合初学者学习操作hdfs的文件上传下载删除重命名等hadoop提供的API。-Suitable for beginners to learn the operation of hdfs file upload and download to delete the renamed hadoop API provided.
hdfs
- 云计算 hadoop hdfs源码以及测试样例-Cloud computing hadoop hdfs source code as well as the test sample
wordcount1
- hadoop的wordcount程序,从hdfs读取数据-hadoop wordcount program, data is read from the hdfs
hdfs-over-ftp-0.20.0.tar
- FTP server is configurable by hdfs-over-ftp.properties and users.properties. It allows to use secure connection over SSL and supports all hdfs permissions. Installation and running 1. Download and install java, maven 2. Set users in src/main/res
linearSearch
- 自己写的mapreduce线性搜索图片程序,搜索给定的查询特征-this program is used to search image from hdfs linearly according to the query feature given by client.
LogDataAnalysis
- Hadoop下通过连接hdfs生成日志文件,包含关键字、时间、IP地址-By connecting Hadoop hdfs next generation log file that contains the keyword, time, IP address
files2hdfs
- 将linux上的文件上传hadoop的到hdfs上-put linux files to hdfs
hdfsJavaAPI.tar
- hdfs JAVA API,用java实现对hdfs上面的文件的增加,删除,查找,更改-hdfs JAVA APIhdfs JAVA API,用java实现对hdfs上面的文件的增加,删除,查找,更改
Java-Operate-hdfs
- 是一款Java对hdfs文件进行操作的小程序程序,简单易懂-a applet program about Java file operations on hdfs , easy to understand
hdfs-ftp.tar
- 基于apache发布的FTPserver实现的基于hadoop-0.20.2的FTP服务器,可以直接使用,但要进行hadoop网址的基本配置,另外只有一个匿名用户,除了几个我设定的系统文件夹不能删除外,基本具有所有权限。当然,您可以在此基础上实现再开发,比如加入权限控制-Based on published FTPserver apache hadoop-0.20.2-based implementation of the FTP server can be used directly, but
kafka_hdfs_consumer
- kafka_hdfs_consumer实现-kafka to hdfs consumer
第九讲 分布式文件系统hdfs
- 分布式文件系统 hdfs 分布式文件系统的好处,缺点(Advantages and disadvantages of the distributed file system hdfs distributed file system)
hadoop_test
- hdfs 客户端接口的调用和测试示例,基于 hadoop-release-HDP-2.5.0.0 ,供初学者参考(The call and test example of hdfs client interface)
FilehdfsTest
- 利用java api对hadoop的hdfs分布式文件系统进行操作(java operate hadoop hdfs FileSystem)