My favorites | Sign in
Google
Projects on Google Code Results 1 - 7 of 7
libpyhdfs is a Python extension module which wraps the C API in libhdfs to access HDFS (Hadoop file system). Sample usage: {{{ import pyhdfs fs = pyhdfs.connect("192.168.1.1", 9000) pyhdfs.get(fs, "/path/to/remote-src-file", "/path/to/local-file") f = pyhdfs.open(fs, "/test/xxx", "w") ...
= HAMAKE= == Description == 'hamake' utility allows you to automate incremental processing of datasets stored on HDFS using Hadoop tasks written in Java or using {{{PigLatin}}} scripts. Datasets could be either individual files or directories containing groups of files. New files may be add...
The goal of the Hadoop UI project is to provide an intuitive, powerful and accessible client for the [http://hadoop.apache.org/ Hadoop] map reduce framework. The following features have been implemented: * HDFS Explorer: file manager for distributed file system (HDFS) * Job Manager: Monitor a...
Egret is a large scale data store system providing FTP-like management interface, File sharing and publishing.
A customize version of scribe to make it works with HDFS
= !AppScale = !AppScale is a platform that allows users to deploy and host their own [http://code.google.com/appengine/ Google App Engine] applications. It executes automatically over [http://aws.amazon.com/ec2 Amazon EC2] and [http://open.eucalyptus.com/ Eucalyptus] as well as [http://www.xen.o...
A distributed file system, implement by java. like apache's hdfs, but more easier,management, more simple.