Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
When 'falcon entity -list' command is run in a cluster that doesn't have any entity of a particular type, it throws following stack trace:
satish@dev2:~/install/falcon-prism$ bin/falcon entity -type process -list java.lang.NullPointerException at org.apache.falcon.cli.FalconCLI.entityCommand(FalconCLI.java:350) at org.apache.falcon.cli.FalconCLI.run(FalconCLI.java:169) at org.apache.falcon.cli.FalconCLI.main(FalconCLI.java:119) null
Typically this error will show up in an empty cluster where entities of a type are yet to be submitted.