Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Quickstart VM welcome page doesn't recognize that Manager is running

avatar
New Contributor

The Quickstart VM welcome page says:

Note: Some parts of this tutorial will be disabled because they require Cloudera Manager, and it is not running.

 

Actually I started Express and it is running, and it shows all services to be in good health. Forcing restart didn't help

 

I'm running in Virtual Box with 2 CPUs and 14GB RAM allocated to the VM.

 

As a result of this I am unable to get the full tutorial on the VM. Any suggestions?

Thanks!

1 ACCEPTED SOLUTION

avatar
Guru
There's a file at /var/lib/cloudera-quickstart/tutorial/js/config.js you
can edit to manually override the detection. Currently it likely contains
the line:

var managed = true;

I'd recommend changing it to:

var managed = 'express';

And that should unlock the other parts of the tutorial. Do not that the
only parts 'express' unlocks include some sections on checking the health
of services required for each step. The 'enterprise' option of CM will also
add a section on using Navigator to audit access to the data and trace
lineage of data sets.

View solution in original post

1 REPLY 1

avatar
Guru
There's a file at /var/lib/cloudera-quickstart/tutorial/js/config.js you
can edit to manually override the detection. Currently it likely contains
the line:

var managed = true;

I'd recommend changing it to:

var managed = 'express';

And that should unlock the other parts of the tutorial. Do not that the
only parts 'express' unlocks include some sections on checking the health
of services required for each step. The 'enterprise' option of CM will also
add a section on using Navigator to audit access to the data and trace
lineage of data sets.