cloudera / hue

Open source SQL Query Assistant service for Databases/Warehouses
https://cloudera.com
Apache License 2.0
1.18k stars 370 forks source link

hue content #336

Closed JMetai closed 8 years ago

JMetai commented 8 years ago

Where does all the dashboards created with HUE widgets are stored on Cloudera Manager version of HUE ?

Let's say I want to develop dashboards using HUE widgets in development and I'd like to deploy it to Production. Are these dashboards created as files somewhere on HUE instance so that I can take them and deploy it to Production?

With dashboard development, would it be possible to use version control tool such as Git ?

Thanks

romainr commented 8 years ago

All the data is saved in the Hue database.

If you want to export a few dashboards to another Hue, you can use the export/import: http://gethue.com/exporting-and-importing-oozie-workflows/ http://gethue.com/export-and-import-your-search-dashboards/

JMetai commented 8 years ago

Thank you!