Member since
07-30-2013
723
Posts
109
Kudos Received
80
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 5207 | 04-05-2019 07:00 AM | |
| 9395 | 05-02-2018 12:42 PM | |
| 12344 | 05-02-2018 12:39 PM | |
| 5085 | 08-28-2017 07:55 AM | |
| 3017 | 05-31-2017 08:43 AM |
09-22-2015
11:40 PM
Yes, with the correct indentation! And the last thing would be to remove the '.key()' of https://github.com/cloudera/hue/blob/master/apps/search/src/search/search_controller.py#L121 and it should work (I just tested it on upstream Solr 5.3) Romain
... View more
09-22-2015
01:49 PM
1 Kudo
Ha I see, I just repro-ed it! There is a problem about how we list the collections that does not seem to work with upstream Solr. We are fixing this in this jira: https://issues.cloudera.org/browse/HUE-2961 In your code if you replace the collection function by the content of collection2 it should work: https://github.com/cloudera/hue/blob/master/desktop/libs/libsolr/src/libsolr/api.py#L433 Romain
... View more
09-22-2015
01:43 PM
Indeed, this is a bug that is going to be fixed with https://review.cloudera.org/r/5962/ in Hue 3.10 and CDH5.5 Thanks for the report! Romain
... View more
09-22-2015
12:46 PM
If Solr is configured in Cloud mode, this will be automatic. Are you really in Cloud mode (Cloud section in the left menu of http://localhost:8983/solr )? Romain
... View more
09-21-2015
05:40 PM
Hue will pull only the cores/shards of the Solr it is pointing too. All the collections will appear normally though. Does it answer your question? Romain
... View more
09-14-2015
10:24 AM
This is normal AFAIK for multi value fields. Don't you see the same in the native Solr Query UI? Romain
... View more
09-10-2015
10:41 AM
I just tried and it looks like a bug: https://issues.cloudera.org/browse/HUE-2965 Romain
... View more
08-25-2015
06:12 PM
CDH5.4 has in practice 3.8 (even if it looks like 3.7), and 3.9 will be in 5.5 for sure (it was released recently). CDH5.5 is currently planned for November
... View more
08-18-2015
01:01 PM
You could have a look to http://www.cloudera.com/content/cloudera/en/documentation/core/latest/topics/cdh_sg_hiveserver2_security.html?scroll=topic_9_1_3_unique_1 Romain
... View more
08-06-2015
09:41 AM
In CM this is what we use in demo.gethue.com If you bind on 0.0.0.0 and it is not working, your network/host is probably not configured properly (e.g. hadoop101 is not accessible from outside): Are you on Amazon?
... View more