Created 03-31-2016 10:13 AM
I am getting following error on trying to delete the last entity in Falcon data pipeline
"Failed to cleanup entity path for (process) cleanseEmailProcess on cluster primaryCluster"
PS- Followed instructions verbatim on: http://hortonworks.com/hadoop-tutorial/defining-processing-data-end-end-data-pipeline-apache-falcon
Understand cannot edit an entity either? https://community.hortonworks.com/questions/14631/how-to-update-falcon-cluster-entities-that-have-fe...
Created 03-31-2016 11:46 AM
Problem resolved.
The problem was that when I started the HDP sandbox today, somehow the namenode started in safemode (I really cant imagine why specially on a sandbox, but anyways...)
After removing the namenode from safemode, was able to remove the successfully entities.
Created 03-31-2016 10:15 AM
Did you bounce the falcon and su - falcon and tried the delete from the command line
|
Created 03-31-2016 11:06 AM
Yes I did do su - falcon
[falcon@sandbox bin]$ ./falcon entity -type process -name rawEmailIngestProcess -delete ERROR: Bad Request;default/org.apache.falcon.FalconWebException::org.apache.falcon.FalconException: Failed to cleanup entity path for (process) rawEmailIngestProcess on cluster primaryCluster
Created 03-31-2016 11:08 AM
What is the output of falcon entity -type process -list
Created 03-31-2016 11:22 AM
./falcon entity -type process -list
2
(PROCESS) cleanseEmailProcess
(PROCESS) rawEmailIngestProcess
./falcon entity -type process -name rawEmailIngestProcess -list
2
(PROCESS) cleanseEmailProcess
(PROCESS) rawEmailIngestProcess
Created 03-31-2016 11:46 AM
Problem resolved.
The problem was that when I started the HDP sandbox today, somehow the namenode started in safemode (I really cant imagine why specially on a sandbox, but anyways...)
After removing the namenode from safemode, was able to remove the successfully entities.