You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2016/02/25 19:22:18 UTC

[jira] [Commented] (AMBARI-14922) Atlas Integration: Support Atlas / Falcon integration

    [ https://issues.apache.org/jira/browse/AMBARI-14922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15167573#comment-15167573 ] 

Hudson commented on AMBARI-14922:
---------------------------------

FAILURE: Integrated in Ambari-trunk-Commit #4388 (See [https://builds.apache.org/job/Ambari-trunk-Commit/4388/])
AMBARI-14922 - Atlas Integration: Support Atlas / Falcon integration (tbeerbower: [http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=efb4b877850ca5d56153afe278d48a459b0f07b3])
* ambari-server/src/main/resources/common-services/FALCON/0.5.0.2.1/package/scripts/params_linux.py
* ambari-server/src/main/resources/stacks/HDP/2.2/services/FALCON/configuration/falcon-startup.properties.xml
* ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/configuration/application-properties.xml
* ambari-server/src/main/resources/common-services/FALCON/0.5.0.2.1/package/scripts/falcon.py


> Atlas Integration: Support Atlas / Falcon integration
> -----------------------------------------------------
>
>                 Key: AMBARI-14922
>                 URL: https://issues.apache.org/jira/browse/AMBARI-14922
>             Project: Ambari
>          Issue Type: Bug
>            Reporter: Tom Beerbower
>            Assignee: Tom Beerbower
>         Attachments: AMBARI-14922.patch
>
>
> Update Falcon configurations 
> # Add 'org.apache.falcon.atlas.service.AtlasService' to application.services in <falcon-conf>/startup.properties
> # Link falcon hook jars in falcon classpath - 'ln -s <atlas-home>/hook/falcon/* <falcon-home>/server/webapp/falcon/WEB-INF/lib/'
> # Copy <atlas-conf>/atlas-client.properties and <atlas-conf>/atlas-application.properties to the falcon conf directory.
> The following properties in <atlas-conf>/client.properties control the thread pool and notification details:
> # atlas.hook.falcon.synchronous - boolean, true to run the hook synchronously. default false
> # atlas.hook.falcon.numRetries - number of retries for notification failure. default 3
> # atlas.hook.falcon.minThreads - core number of threads. default 5
> # atlas.hook.falcon.maxThreads - maximum number of threads. default 5
> # atlas.hook.falcon.keepAliveTime - keep alive time in msecs. default 10
> # atlas.hook.falcon.queueSize - queue size for the threadpool. default 10000
> Also documented here: https://github.com/apache/incubator-atlas/blob/master/docs/src/site/twiki/Bridge-Falcon.twiki



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)