[
https://issues.apache.org/jira/browse/EAGLE-284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
DanielZhou closed EAGLE-284.
----------------------------
Resolution: Fixed
Solution:
To connect to MapR's CLDB service, replace "hadoop-hdfs" dependency with:
<dependency>
<groupId>com.mapr.hadoop</groupId>
<artifactId>maprfs</artifactId>
<version>5.0.0-mapr</version>
</dependency>
and set the configuration for hdfs as:
classification.fs.defaultFS=maprfs:///
> Connect to MapR's CLDB service
> ------------------------------
>
> Key: EAGLE-284
> URL: https://issues.apache.org/jira/browse/EAGLE-284
> Project: Eagle
> Issue Type: New Feature
> Reporter: DanielZhou
> Assignee: DanielZhou
>
> Unlike Hortornworks, which uses name node, MapR use CLDB service to manage
> metadata. To fetch the metadata of the MapR cluster, eagle need to connect to
> MapR's CLDB service.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)