Member since
06-09-2016
11
Posts
0
Kudos Received
0
Solutions
07-06-2016
04:09 PM
Hi I have installed a separate standalone version of Solr outside cluster. Can you please guide me how I can point Hue to it. I am modifying /etc/hue/conf/hue.ini with correct solr_url i have also modified CM properties of Hue , safety value of hue server ini with correct solr url But it does not pick details. Request your guidance
... View more
07-06-2016
10:04 AM
HI Thanks for revert. One more query. Is the stand alone Solr server , does it have to run on HDFS or can it run on Unix as well ? Thanks and Regards Aniruddh
... View more
07-06-2016
09:47 AM
Hi This link suggests Cloudera Hue package to work with Solr 5.2.1 http://gethue.com/solr-search-ui-only/ I am using CDH 5.7 which has Solr 4.10.3. So in order to use Hue 3.9 search to see counter widget , my understanding is that I need to use Solr 5.2.1. As part of this link, do you have some relevant documentation where it is described how Solr 5.2.1 was installed to work with Cloudera before this above mentioned CDH package of Hue can be used with it. Thanks Aniruddh
... View more
07-06-2016
09:04 AM
Thanks for reply. It helps. One more query. But with this Stand Alone Solr a) Does Hue work with this stand alone Solr or do I have to build another instance of Hue b) does Flume, morphlines , lily indexer work with this stand alone instance of Solr or are some changes expected there ? Thanks and Regards Aniruddh
... View more
07-06-2016
08:58 AM
hi I understand , currently Cloudera does not support Solr 5.2.1. But for a PoC we need to evaluate counter widgets in Hue, which can only be done when done on Solr 5.2.1 Can you please guide me , how to install Solr 5.2.1 on CDH5.7 even though it is not supported yet. Thanks and Regards Aniruddh
... View more
06-30-2016
12:27 PM
Hi Is there any way to display data from different collections at once. Thanks Aniruddh
... View more
06-30-2016
12:26 PM
Hi For marker map in Solr UI, if I want to use Google Maps instead of Open Street Maps. ( for the need to display transit/traffic data) How it can be done. Thanks Aniruddh
... View more
06-30-2016
12:24 PM
Hi We are planning to feed data in near real time from Flume into Solr Collection a) How does Solr UI refresh as real time data is coming into Solr collection. b) Does user set the refresh time somewhere (like 5 seconds or something) ? Thanks Aniruddh
... View more
06-09-2016
03:29 PM
Hi It is a 3 node cluster. TLS and Kerberos is enabled. TLS is enabled with self signed certificates. Everything thing except Solr is working in cluster. in solr logs error , I notice following error 2016-06-09 16:37:06,944 INFO org.apache.zookeeper.ClientCnxn: Opening socket connection to server ussltc9129v.dev.sltc.com/10.25.42.129:2181. Will not attempt to authenticate using SASL (unknown error) 2016-06-09 16:37:06,944 INFO org.apache.zookeeper.ClientCnxn: Socket connection established, initiating session, client: /10.25.42.129:30307, server: ussltc9129v.dev.sltc.com/10.25.42.129:2181 2016-06-09 16:37:06,946 INFO org.apache.zookeeper.ClientCnxn: Session establishment complete on server ussltc9129v.dev.sltc.com/10.25.42.129:2181, sessionid = 0x15536eb03610078, negotiated timeout = 30000 2016-06-09 16:37:06,946 INFO org.apache.solr.common.cloud.ConnectionManager: Watcher org.apache.solr.common.cloud.ConnectionManager@50d7dcac name:ZooKeeperConnection Watcher:ussltc9129v.dev.sltc.com:2181/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None 2016-06-09 16:37:06,946 INFO org.apache.solr.common.cloud.ConnectionManager: Client is connected to ZooKeeper 2016-06-09 16:37:06,975 INFO org.apache.solr.cloud.ZkController: Register node as live in ZooKeeper:/live_nodes/ussltc9129v.dev.sltc.com:8983_solr 2016-06-09 16:37:06,977 INFO org.apache.solr.common.cloud.SolrZkClient: makePath: /live_nodes/ussltc9129v.dev.sltc.com:8983_solr 2016-06-09 16:37:06,979 ERROR org.apache.solr.cloud.ZkController: org.apache.zookeeper.KeeperException$NoAuthException: KeeperErrorCode = NoAuth for /live_nodes/ussltc9129v.dev.sltc.com:8983_solr at org.apache.zookeeper.KeeperException.create(KeeperException.java:113) at org.apache.zookeeper.KeeperException.create(KeeperException.java:51) at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:783) at org.apache.solr.common.cloud.SolrZkClient$10.execute(SolrZkClient.java:505) at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:61) at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:502) I am not sure about reason of error. It seems to be somehow it is not able to authenticate. a) I have regenerated Kerberos principals for all the servers. b) I have also uninstalled Solr and then installed it again. But this error remains still. Request help if someone can guide me , how to resolve it. Thanks and Regards Aniruddh
... View more
06-09-2016
05:58 AM
Hi I am new to use Cloudera Search and I am bit confused. Following is my use case. I want to ingest real time logs in HDFS using Flume. a) want to make search on these logs b) want to use logs which gets ingested for some other purpose. But when I index it in solrSink (in collection called collection4) I notice following happens, following directory gets created in HDFS /solr/collection4/core_node1/data/index /solr/collection4/core_node1/data/tlog In this tlog directory there is a file which looks like it contains data , but in some binary form. My query is where does actual data goes (because I want to use it for other purposes) and in this context , and how do indexes created in this solrSink point to actual data Thanks Aniruddh
... View more