Quantcast
Channel: Hue, the self service open source Analytics Workbench for browsing, querying and visualizing data interactively
Viewing all articles
Browse latest Browse all 171

Solr Search UI – How to configure Hue with only the Search App

$
0
0

The Solr Search App is having a great success and users often wonder if they could use it without the Hadoop related apps. As the app is only using the standard Apache Solr REST API and Hue allows to customize which apps to show, the answer is yes!

 

1. Install Hue from the links on the ‘Download’ section menu

hue-download

 

2. Only enable the Solr Search App

In the hue.ini (See ‘Where is my hue.ini‘?), blacklist all the other apps:

[desktop]
  app_blacklist=beeswax,impala,security,filebrowser,jobbrowser,rdbms,jobsub,pig,hbase,sqoop,zookeeper,metastore,spark,oozie,indexer

 

Restart Hue and voila! Drag & drop widgets and build dynamic search dashboards in seconds!

search-only

 

Have any questions? Feel free to contact us on hue-user or @gethue!

 

Note
If you want to install the examples you could enable the indexer

indexer


Note

The app is primarily tested on Solr Cloud mode but works on regular Solr


Viewing all articles
Browse latest Browse all 171

Trending Articles