You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Venkat Ranganathan (JIRA)" <ji...@apache.org> on 2015/08/30 21:21:45 UTC

[jira] [Commented] (FALCON-1421) checkColos should be a no-op for embedded mode

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

Venkat Ranganathan commented on FALCON-1421:
--------------------------------------------

I disabled the check for colos in embedded mode.   Skipping RB as it is a simple patch.  

{noformat}

[ambari-qa@sandbox falconChurnDemo]$ falcon entity -type process -summary -cluster primaryCluster
Consolidated Status: SUCCEEDED

Entity Summary Result :
{Entity: cleanseEmailProcess, Type: PROCESS, Status: RUNNING, Tags: [], Pipelines: [], InstanceSummary: []}
{Entity: rawEmailIngestProcess, Type: PROCESS, Status: RUNNING, Tags: [], Pipelines: [], InstanceSummary: []}

Additional Information:
Response: Entity Summary ResultRequest Id: 560035516@qtp-792820521-14 - 0f3467df-c46d-42c0-b313-8d633322ec63
[ambari-qa@sandbox falconChurnDemo]$ falcon entity -type process -summary -cluster primaryCluster
Consolidated Status: SUCCEEDED

Entity Summary Result :
{Entity: cleanseEmailProcess, Type: PROCESS, Status: RUNNING, Tags: [], Pipelines: [], InstanceSummary: []}
{Entity: rawEmailIngestProcess, Type: PROCESS, Status: RUNNING, Tags: [], Pipelines: [], InstanceSummary: []}

Additional Information:
Response: Entity Summary ResultRequest Id: 1786479986@qtp-792820521-17 - 5595bb57-d69a-4b61-96b7-0cfd185531b3
{noformat}

> checkColos should be a no-op for embedded mode
> ----------------------------------------------
>
>                 Key: FALCON-1421
>                 URL: https://issues.apache.org/jira/browse/FALCON-1421
>             Project: Falcon
>          Issue Type: Bug
>          Components: client
>    Affects Versions: 0.7
>            Reporter: Sowmya Ramesh
>         Attachments: FALCON-1421.patch
>
>
> Entity summary CLI fails:
> {noformat}
>  falcon entity -type process -summary -cluster primaryCluster
> ERROR: Bad Request;Current colo (default) is not USWestOregon
> {noformat}
> Cluster definition:
> {noformat}
> <?xml version="1.0"?>
> <cluster colo="USWestOregon" description="oregonHadoopCluster" name="primaryCluster" xmlns="uri:falcon:cluster:0.1">
>     <interfaces>
>         <interface type="readonly" endpoint="hftp://sandbox.hortonworks.com:50070" version="2.2.0" />
>         <interface type="write" endpoint="hdfs://sandbox.hortonworks.com:8020" version="2.2.0" />
>         <interface type="execute" endpoint="sandbox.hortonworks.com:8050" version="2.2.0" />
>         <interface type="workflow" endpoint="http://sandbox.hortonworks.com:11000/oozie/" version="4.0.0" />
>         <interface type="messaging" endpoint="tcp://sandbox.hortonworks.com:61616?daemon=true" version="5.1.6" />
>     </interfaces>
>     <locations>
>         <location name="staging" path="/apps/falcon/primaryCluster/staging" />
>         <location name="temp" path="/tmp" />
>         <location name="working" path="/apps/falcon/primaryCluster/working" />
>     </locations>
> </cluster>
> {noformat}



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