0
votes

I try to creat a new Hue application according to http://cloudera.github.io/hue/docs-2.5.0/sdk/sdk.html#fast-guide-to-creating-a-new-hue-application. However, when I run the command 'make apps'. It returns the result which is a little strange.In Not synced, there is only desktop, but it should have useradmin, hbase and so on. Because of this, when I run 'build/env/bin/hue runserver_plus ip:port', there will be an error saying 'importerror no module named useradmin'. I don't know how to solve the problem. Any tips are appreciate!

1
Have you installed all the pre-requisites github.com/cloudera/hue#development-prerequisites ? What are you typing on the CLI?Romain
Hue comes with the CDH 5.2 parcel and is added as a service from cloudera manager. In fact, I can see the normal apps in ip:8888. However, when I create a new app, and run the command 'build/env/bin/hue runserver_plus ip:port' in hue installation directory. I can't open ip:port and it returns an error saying importerror no module named useradmin.CP5

1 Answers