Thanks for for your answer. That's it, I use the Lily Hbase Indexer. As told before, I can create/delete an indexer. I can launch Hbase-indexer server command. It's stable until I insert a row into Hbase.
Here is msg I get : 17/06/07 16:10:23 INFO mortbay.log: Started [email protected]:11060 17/06/07 16:12:41 INFO hbase.Server: Connection from MyIpAddress port: 37592 with version info: version: "1.2.3" url: "git://kalashnikov.att.net/Users/stack/checkouts/hbase.git.commit" revision: "bd63744624a26dc3350137b564fe746df7a721a4" user: "stack" date: "Mon Aug 29 15:13:42 PDT 2016" src_checksum: "0ca49367ef6c3a680888bbc4f1485d18" 17/06/07 16:12:42 INFO zookeeper.ZooKeeper: Initiating client connection, connectString=MyIpAddress:2181/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.SolrZkClient$3@12dd2209 17/06/07 16:12:42 INFO zookeeper.ClientCnxn: Opening socket connection to server MyServer/MyIpAddress:2181. Will not attempt to authenticate using SASL (unknown error) 17/06/07 16:12:42 INFO zookeeper.ClientCnxn: Socket connection established to MyServer/MyIpAddress:2181, initiating session 17/06/07 16:12:42 INFO zookeeper.ClientCnxn: Session establishment complete on server MyServer/MyIpAddress:2181, sessionid = 0x15c81c312060085, negotiated timeout = 30000 17/06/07 16:12:42 INFO zookeeper.ZooKeeper: Session: 0x15c81c312060085 closed 17/06/07 16:12:42 INFO zookeeper.ClientCnxn: EventThread shut down 17/06/07 16:12:42 ERROR impl.SepEventExecutor: Error while processing event java.lang.RuntimeException: org.apache.solr.common.SolrException: Cannot connect to cluster at MyIpAddress:2181/solr: cluster not found/not ready Thanks again Fred ________________________________ De : Sean Busbey <[email protected]> Envoyé : mercredi 7 juin 2017 16:30 À : [email protected] Objet : Re: Hbase indexer for SOLR Hi Fred! Unfortunately, that sounds like an issue on the Solr side. The HBase community does not maintain any integration with solr, do you know which hbase indexer project in particular you're using? The most common one I've seen show up is the "Lily HBase Indexer" from NGData[1]. If that's the one you're using, they have a user mailing list[2] that can hopefully help sort things out. [1]: https://ngdata.github.io/hbase-indexer/ Lily HBase Indexer by NGDATA - GitHub Pages<https://ngdata.github.io/hbase-indexer/> ngdata.github.io Lily HBase Indexer. Lily HBase Indexer provides the ability to quickly and easily search for any content stored in HBase. It allows you to quickly and easily index ... [2]: https://groups.google.com/forum/#!forum/hbase-indexer-user On Wed, Jun 7, 2017 at 9:06 AM, F. T. <[email protected]> wrote: > Hi all, > I want to extract fields from PDF files and store it into Hbase. Then I want > to link the database with a Solr collection. To do this, I installed > Hbase-indexer. > What is the best way to do it ? > Actually, I can write data into Hbase but not into my Solr collection. When I > launch Hbase-indexer server and when I insert rows into my Hbase table, I get > some errors : > Cannot connect to cluster at myIPaddress:2181/solr: cluster not found/not > ready > Somebody to help me ? Thanks in advance. > Fred >
