You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Sowmya Ramesh (JIRA)" <ji...@apache.org> on 2017/02/09 19:32:41 UTC

[jira] [Updated] (FALCON-2280) Unable to create mirror on WASB target due to "Cluster entity not found"

     [ https://issues.apache.org/jira/browse/FALCON-2280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sowmya Ramesh updated FALCON-2280:
----------------------------------
    Description: 
1. Create a mirror which source cluster is the one created , and dummy target cluster 
2. Save

Submitting the mirror from CLI (see log below):
1) with WASB url on "targetCluster", it complained that the WASB was invalid 
or 
2) with nothing on "targetCluster", it complained that "Cluster entity not found" 

# cat /tmp/hdfsMirroring.props
jobName=testjob 
jobClusterName=primaryCluster 
jobValidityStart=2017-01-13T00:00Z 
jobValidityEnd=2017-12-30T00:00Z 
jobFrequency=minutes(5) 
sourceDir=/data/testdir 
sourceCluster=primaryCluster
targetDir=/data/testdir 
targetCluster= 

 # su - falcon 
# /usr/hdp/current/falcon-server/bin/falcon extension -submit -extensionName hdfs-mirroring -file /tmp/hdfsMirroring.props
ERROR: Internal Server Error;Cluster entity not found 


  was:
1. Create a mirror which source cluster is the one created , and dummy target cluster 
2. Save

Submitting the mirror from CLI (see log below):
1) with WASB url on "targetCluster", it complained that the WASB was invalid 
or 
2) with nothing on "targetCluster", it complained that "Cluster entity not found" 


azmbl0002:/var/log/falcon # cat /tmp/hdfsMirroring.props
jobName=testjob 
jobClusterName=primaryCluster 
jobValidityStart=2017-01-13T00:00Z 
jobValidityEnd=2017-12-30T00:00Z 
jobFrequency=minutes(5) 
sourceDir=/data/testdir 
sourceCluster=primaryCluster
targetDir=/data/testdir 
targetCluster= 

azmbl0002:/var/log/falcon # su - falcon 
falcon@azmbl0002:~> /usr/hdp/current/falcon-server/bin/falcon extension -submit -extensionName hdfs-mirroring -file /tmp/falcon.conf.txt 
ERROR: Internal Server Error;Cluster entity not found 



> Unable to create mirror on WASB target due to "Cluster entity not found"
> ------------------------------------------------------------------------
>
>                 Key: FALCON-2280
>                 URL: https://issues.apache.org/jira/browse/FALCON-2280
>             Project: Falcon
>          Issue Type: Bug
>          Components: extensions
>            Reporter: Sowmya Ramesh
>            Assignee: Sowmya Ramesh
>
> 1. Create a mirror which source cluster is the one created , and dummy target cluster 
> 2. Save
> Submitting the mirror from CLI (see log below):
> 1) with WASB url on "targetCluster", it complained that the WASB was invalid 
> or 
> 2) with nothing on "targetCluster", it complained that "Cluster entity not found" 
> # cat /tmp/hdfsMirroring.props
> jobName=testjob 
> jobClusterName=primaryCluster 
> jobValidityStart=2017-01-13T00:00Z 
> jobValidityEnd=2017-12-30T00:00Z 
> jobFrequency=minutes(5) 
> sourceDir=/data/testdir 
> sourceCluster=primaryCluster
> targetDir=/data/testdir 
> targetCluster= 
>  # su - falcon 
> # /usr/hdp/current/falcon-server/bin/falcon extension -submit -extensionName hdfs-mirroring -file /tmp/hdfsMirroring.props
> ERROR: Internal Server Error;Cluster entity not found 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)