1330 |
01 Apr 11 |
nicklas |
1 |
<?xml version="1.0" encoding="UTF-8" ?> |
1330 |
01 Apr 11 |
nicklas |
2 |
<extensions xmlns="http://base.thep.lu.se/extensions.xsd"> |
1330 |
01 Apr 11 |
nicklas |
3 |
<about> |
1330 |
01 Apr 11 |
nicklas |
4 |
<name>HDFS support package</name> |
1330 |
01 Apr 11 |
nicklas |
5 |
<description> |
1330 |
01 Apr 11 |
nicklas |
6 |
A package that enabled support for external files |
1330 |
01 Apr 11 |
nicklas |
7 |
on HDFS file system. |
1330 |
01 Apr 11 |
nicklas |
8 |
</description> |
1453 |
03 Nov 11 |
nicklas |
9 |
<version>1.1-dev</version> |
2282 |
13 Mar 14 |
nicklas |
10 |
<min-base-version>3.3.0</min-base-version> |
1330 |
01 Apr 11 |
nicklas |
11 |
<copyright>BASE development team</copyright> |
1330 |
01 Apr 11 |
nicklas |
12 |
<email>basedb-users@lists.sourceforge.net</email> |
1330 |
01 Apr 11 |
nicklas |
13 |
<url>http://baseplugins.thep.lu.se/wiki/net.sf.basedb.hdfs</url> |
1330 |
01 Apr 11 |
nicklas |
14 |
</about> |
1330 |
01 Apr 11 |
nicklas |
15 |
<extension |
1330 |
01 Apr 11 |
nicklas |
16 |
id="net.sf.basedb.hdfs.connection-manager" |
1330 |
01 Apr 11 |
nicklas |
17 |
extends="net.sf.basedb.core.uri.connection-manager" |
1330 |
01 Apr 11 |
nicklas |
18 |
> |
1330 |
01 Apr 11 |
nicklas |
19 |
<index>10</index> |
1330 |
01 Apr 11 |
nicklas |
20 |
<about> |
1330 |
01 Apr 11 |
nicklas |
21 |
<name>HDFS connection manager</name> |
1330 |
01 Apr 11 |
nicklas |
22 |
<description> |
1330 |
01 Apr 11 |
nicklas |
23 |
Provides support for direct connection to a Hadoop Distributed |
1330 |
01 Apr 11 |
nicklas |
24 |
File System (HDFS). The 'host:port' part of the URI should point to |
1330 |
01 Apr 11 |
nicklas |
25 |
the namenode of the Hadoop cluster (default port is 9000). The remainder |
1330 |
01 Apr 11 |
nicklas |
26 |
of the URI is the path of the file on the file system. There is currently |
1330 |
01 Apr 11 |
nicklas |
27 |
no support for user authentication. |
1330 |
01 Apr 11 |
nicklas |
28 |
</description> |
1330 |
01 Apr 11 |
nicklas |
29 |
</about> |
1330 |
01 Apr 11 |
nicklas |
30 |
<action-factory> |
1330 |
01 Apr 11 |
nicklas |
31 |
<factory-class>net.sf.basedb.hdfs.HdfsConnectionManagerActionFactory</factory-class> |
1330 |
01 Apr 11 |
nicklas |
32 |
</action-factory> |
1330 |
01 Apr 11 |
nicklas |
33 |
</extension> |
1330 |
01 Apr 11 |
nicklas |
34 |
</extensions> |