Details
Description
In 2.2, installing Jobsub examples before the Oozie ones will break the Oozie editor page.
Workaround
Go in the Hue shell:
/usr/share/hue/bin/hue shell
Then create the missing user:
from django.contrib.auth.models import User User.objects.create(id=1100713, username='oozie_sample')
Attachments
Issue Links
- depends on
-
HUE-1077 [jobsub] Add some examples
-
- Resolved
-