The following tables include the minimal node requirements for building and running filesystem applications.
| Node Requirement | Method(s) to Meet Requirement |
|---|---|
| A connection to the MapR cluster. |
Select one of the following options:
For more information, see Connect to the Cluster. |
| Include hadoop-common libraries as a dependency. |
When you compile the application, use the Maven Repository to determine the
dependencies.The POM file should include the MapR Repository and the
hadoop-common
dependency:
When you run the application, include the following in the application’s
classpath: For more information, see Compiling and Running a Java Application. |
| Node Requirement | Method(s) to Meet Requirement |
|---|---|
| A connection to the MapR cluster. |
Select one of the following options:
For more information, see Connect to the Cluster. |
| Include the libhdfs libraries and MapR libraries when you compile the application. | The MapR libraries are available in the following
location: /opt/mapr/libLink to the libhdfs libraries in the
following location: For more information, see Compiling and Running C Applications on filesystem Clients |