Member since
08-06-2019
2
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1348 | 08-12-2019 08:11 PM |
08-12-2019
08:11 PM
Hi @Tomas79 , I think I found a way to deal with it. As we can get the version info of Hue from Cloudera Manager web UI, I install the corresbonding version one from the tarball source to my local development enviroment. After I finish my development on local Hue, first I back up that/opt/cloudera/parcels/CDH/lib/hue folder on server, then I replace the server hue/ folder with my local hue/ folder (by using tar,lrzsz,rm,unzip...). Last but not least, I replace the new hue/build/ folder with the back-uped hue/build/ folder, because there are lots of key configurations in original component we need to inherit, as CM starts up differently than locally. Now I restart Hue on Cloudera Manager web UI, it works! My new feature is in effect. Please let me know if you have any questions, I'm on my way to exporing it.
... View more