= HDFS extension package = This package adds support for accessing external files on a Hadoop Distributed File System (HDFS). == Documentation == * BASE 3.0 or higher is required. This extension doesn't work with BASE 2.x. * The [source:/extensions/net.sf.basedb.hdfs/tags/1.0/README README] contains information about this package, how to install it, use it and how to compile it. == License == [http://www.gnu.org/licenses/gpl-3.0.html GNU General Public License version 3]. == Download == || '''Version''' || '''Revision''' || '''Date''' || '''Binary (tar.gz)''' || '''BASE Version'''* || || || 1.0 || 1452 || November 3, 2011 || [attachment:wiki:net.sf.basedb.hdfs:hdfs-1.0.tar.gz?format=raw hdfs-1.0.tar.gz] (2MB) || 3.0 || [query:"status=closed&group=resolution&milestone=HDFS package v1.0&order=priority" changelog] || '''*''' In general, each release works with the specified and later BASE versions, except that releases for BASE 2 do not work with BASE 3. '''Source code''' can be downloaded from the subversion repository. Use the following command to get source code for the 1.0 version: `svn co https://baseplugins.thep.lu.se/svn/extensions/net.sf.basedb.hdfs/tags/1.0 hdfs-1.0` The latest development (''maybe unstable; do not use on a production server'') revision can be checked out from the repository using the following command: `svn co https://baseplugins.thep.lu.se/svn/extensions/net.sf.basedb.hdfs/trunk hdfs-dev` == Contribute == After making modifications to the source code, compose a clear and concise log message to describe those changes and the reasons for them. Then, send an email to the developers list containing your log message and the output of svn diff (from the top of your subversion working copy). If the community members consider your changes acceptable, someone who has commit privileges will add your changes to the public source code tree. Recall that permission to directly commit changes to the repository is granted on merit - if you demonstrate comprehension of subversion, programming competency, and a ''team spirit'', you will likely be awarded that permission. == Todo == [[TicketQuery(status!=closed&component=net.sf.basedb.hdfs)]]