You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eagle.apache.org by "DanielZhou (JIRA)" <ji...@apache.org> on 2016/05/05 23:59:12 UTC

[jira] [Closed] (EAGLE-284) Connect to MapR's CLDB service

     [ 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)