Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Hue 3.11 how to enable new indexer when there is no such option in cloudera manager?

avatar
Explorer

Hello Hue Team!
I want to try new indexer using Hue 3.11 on top of CDH-5.10(parcels).
The thing is that I can’t enable ‘enable_new_indexer=true’ in cloudera manager because there is no such option available:

 

 

 I've tried to manually adjust configuration files but after each hue's restart CDH regenerates the configuration from a template and my changes are overwritten:

$ sudo find /var/run/cloudera-scm-agent -name ‘hue.ini’
/var/run/cloudera-scm-agent/process/116-hue-HUE_SERVER/hue.ini
/var/run/cloudera-scm-agent/process/115-hue-HUE_SERVER/hue.ini
/var/run/cloudera-scm-agent/process/114-hue-HUE_SERVER/hue.ini

Could you guide me how to enable it or where the template is located?

I've asked about it on gethue.com as well.

 

Thanks,

Piotr 

1 ACCEPTED SOLUTION

avatar
Super Guru
New indexer is not officially supported yet in CDH.

You would need to add the config
http://gethue.com/easy-indexing-of-data-into-solr/
in Hue safety valve in CM:

*Note:* To override a value in Cloudera Manager, you need to enter verbatim
each mini section from below into the Hue Safety Valve
:
Hue Service → Configuration → Service-Wide → Advanced → Hue Service
Advanced Configuration Snippet (Safety Valve) for hue_safety_valve.ini




View solution in original post

2 REPLIES 2

avatar
Super Guru
New indexer is not officially supported yet in CDH.

You would need to add the config
http://gethue.com/easy-indexing-of-data-into-solr/
in Hue safety valve in CM:

*Note:* To override a value in Cloudera Manager, you need to enter verbatim
each mini section from below into the Hue Safety Valve
:
Hue Service → Configuration → Service-Wide → Advanced → Hue Service
Advanced Configuration Snippet (Safety Valve) for hue_safety_valve.ini




avatar
Explorer
Works like a charm
Thanks Romain!