Details
Description
use rs before create no_police view while running Controlling Row Access example, otherwise it will create view no_police under default database, not rs database.
Add the following lines before 'create view no_police as select':
[quickstart.cloudera:21000] > use rs;
Query: use rs